[cas-user] routing CAS logs from a docker container

2020-03-10 Thread K S
Has anyone set up CAS inside the docker container ? i am trying to route the CAS from from the docker contanier image to fluentd listenener . Let me know it it can be acomplished . https://docs.fluentd.org/configuration/routing-examples -- - Website: https://apereo.github.io/cas - Gitter

[cas-user] CAS 6.0.3 and DUO per service/ per attribute not forcing MFA

2019-05-16 Thread K S
I am having issue running CAS 6.0.3 and MFA DUO per service/ per attribute configured in JSON files , the configuration goes like this , during the deploy time i also see the error below 2019-05-16 13:44:54,091 WARN

Re: [cas-user] CAS 6.1.0-RC2 JWT error

2019-01-17 Thread K S
olicy is use and what the value of > expirationPolicy.getTimeToLive() > is which leads to the exception you are seeing, etc. > > D. > > From: K S > Reply: cas-...@apereo.org > Date: January 15, 2019 at 3:03:51 PM > To: CAS Community > Cc: dkopy...@unicon.net

Re: [cas-user] CAS 6.1.0-RC2 JWT error

2019-01-15 Thread K S
hich leads to the exception you are seeing, etc. > > D. > > From: K S > Reply: cas-...@apereo.org > Date: January 15, 2019 at 3:03:51 PM > To: CAS Community > Cc: dkopy...@unicon.net > Subject: Re: [cas-user] CAS 6.1.0-RC2 JWT error >

Re: [cas-user] CAS 6.1.0-RC2 JWT error

2019-01-15 Thread K S
as-...@apereo.org > Date: January 15, 2019 at 1:50:41 PM > To: cas-...@apereo.org > Subject: Re: [cas-user] CAS 6.1.0-RC2 JWT error > > HELP > > On Tue, Jan 15, 2019 at 11:34 AM K S > > wrote: > > here is my service JSON file : > > { > &

[cas-user] CAS 6.1.0-RC2 JWT error

2019-01-15 Thread K S
here is my service JSON file : { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^https://abcd.ad.test.edu/.*;, "name" : "JWTService", "id" : 10078999, "theme" : "default", "evaluationOrder" : 1330099, "properties" : { "@class" : "java.util.HashMap",

[cas-user] cas 6.1.0-RC2 JWT token creation error

2019-01-15 Thread K S
here is my service JSON file { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^https://abcd.ad.test.edu/.*;, "name" : "JWTService", "id" : 10078999, "theme" : "uab", "evaluationOrder" : 1330099, "properties" : { "@class" : "java.util.HashMap",

[cas-user] Re: Error in JWT token creation

2018-11-14 Thread K S
followed the steps mentioned here . https://apereo.github.io/cas/5.3.x/installation/Configure-ServiceTicket-JWT.html#configuration -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

[cas-user] Error in JWT token creation

2018-11-14 Thread K S
I am using the CAS 5.3.x , here are my JWT properties and service registry , See the error stack below post login . # JWT Service cas.authn.token.crypto.encryption.key=XX cas.authn.token.crypto.signing.key=XX cas.authn.token.crypto.enabled=false

[cas-user] renew parameter issue, true and false both forces login

2018-11-14 Thread K S
I am using nodeJS cas module cas-authentication , https://www.npmjs.com/package/cas-authentication . When i set the renew to false, i get prompted for login , is this an issue with cas ? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List

[cas-user] cas.js javascript error in certain browser

2017-09-18 Thread K S
I am getting Object does not support property or method trim() javascript error . Is there a workaround to this error in cas.js . the code is below . function disableEmptyInputFormSubmission() { $('#fm1 input[name="username"],[name="password"]').on("input", function (event) { var

[cas-user] Cas 5.x Active SSO Sessions Report

2017-08-22 Thread K S
Is CAS addons supported on version 5.x ? https://github.com/Unicon/cas-addons I am trying to build Active SSO Sessions Report for CAS version 5.x https://github.com/Unicon/cas-addons/wiki/Active-SSO-Sessions-Report -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list

[cas-user] cas 5 authentication throttling

2017-06-12 Thread K S
I am using following settings to limit auth attempts . It does not seems to work as intended . After the first failed attempt i get the "YOU ARE NOT AUTHORIZED TO BE AUTHORIZED!" error on second attempt . Also i am able to login if i enter the right credential immediately at third attempt

[cas-user] CAS 4.2.x multiple authenication handler

2017-01-04 Thread K S
is it possible to define 2 auth handlers in cas 4.2 ( in my case LDAP and AD ) with one being primary and second one secondary . Right now i have both defined as primary and i am not sure how cas orders them . -- - CAS gitter chatroom:

[cas-user] CAS5 Shibboleth and MFA using duo

2016-12-29 Thread K S
Can cas trigger MFA based on certain Shibboleth relying party . Right now it's all or nothing for cas shib integration for MFA . the request is similar to this thread https://groups.google.com/a/apereo.org/forum/#!topic/cas-user/Eo7KQUn1EHk like cas can display messages based on entityid SAML

[cas-user] cas 5 hide main login and enable social login for a given service

2016-12-19 Thread K S
Can it be achieved using theme and service management JSON ? -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website:

[cas-user] Re: cas5 MFA for SAML2 SP

2016-11-17 Thread K S
I was able to trigger it using the Opt-In Request Parameter but is there a way to do it using entityID in SAML2 SP service registry JSON ? On Thursday, November 17, 2016 at 11:17:59 AM UTC-6, K S wrote: > > Can MFA can be triggered for a specific SAML2 SP inside the CAS service > regis

[cas-user] cas5 MFA for SAML2 SP

2016-11-17 Thread K S
Can MFA can be triggered for a specific SAML2 SP inside the CAS service registry. I am using following JSON but it's not triggering the DUO login . I am able to login to SP though. { @class: org.apereo.cas.support.saml.services.SamlRegisteredService serviceId:

[cas-user] CAS5 Delegate Authentication for linkedin using pac4j

2016-11-01 Thread K S
I dont see Linkedin delegated auth properties in CAS5 documentation . I am using these but it does not create the login link when cas comes up . cas.authn.pac4j.linkedin.id= cas.authn.pac4j.linkedin.secret= cas.authn.pac4j.linkedin.scope= -- - CAS gitter chatroom:

[cas-user] turn off delegated social login for few services

2016-10-11 Thread K S
Is it possible to turn off delegated social login for a given service. the other use case i have is only allow social login and not LDAP / main login . -- CAS gitter chatroom: https://gitter.im/apereo/cas CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html CAS