[cas-user] How to add addtional information in JWT claims

2018-08-22 Thread SangHyun Kim
Hi I user cas 5.3.2. I want to add custom claims in JWT. So, I add configuration in cas.properties cas.authn.attributeRepository.jdbc[0].singleRow=true cas.authn.attributeRepository.jdbc[0].sql=SELECT u.*, g.group_name FROM user As u JOIN user_groups AS g ON u.user_email = g.user_email WHERE

[cas-user] Unable to read meta-data for class org.apereo.cas.config.SurrogateJdbcAuthenticationConfiguration>

2018-08-22 Thread 'Robert Bond' via CAS Community
I am running into an error when setting up jdbc surrogate authentication on CAS 5.2.3 . The error "Unable to read meta-data for class org.apereo.cas.config.SurrogateJdbcAuthenticationConfiguration>" leads me to think that I am missing some dependency in pom.xml or bad config in

[cas-user] Re: CAS 5.3.0-RC4 - Attribute release not working with MFA gauth groovy type bypass

2018-08-22 Thread Dirk Tepe
Can you provide some details regarding your configuration to get cas.authn.mfa.groovyScript working? I'm currently using a groovy script for MFA bypass successfully but now have need to use one for triggering as well. However, the triggering script example wraps the run method in a class and

Re: [cas-user] Re: How do I enable /status (admin monitoring) page with CAS 5.1.0?

2018-08-22 Thread SBUser
Have any of you guys able to set this up using CAS v 5.3.2? I have tried everything document in this post and elsewhere for couple day to no avail. Specifically, I'm getting "Access Denied" while trying to access https://:8443/cas/status/dashboard after successfully signing in with ROLE_ADMIN

[cas-user] CAS 5.2.6 / proxy ticket / mongoDb ticket registry & authn

2018-08-22 Thread Eric D
Hello, I'm facing a problem when trying to use the proxy ticket registry. My configuration is cas 5.2.6 using authentication and ticket registry with mongoDB. When running cas-sample provided by spring security running on port 8092. In my application.yml I tried to set this parameter: cas:

Re: [cas-user] CAS modification class

2018-08-22 Thread Alberto Cabello Sánchez
On Mon, 20 Aug 2018 07:52:34 -0700 (PDT) Sabrina Lanzotti wrote: > I’m new to CAS but we managed to decompile the jar with the > Jira44CasAuthenticator.java and saw that a Null pointer that it was > giving us is supposedly from this class. > > We want to make a small change on it and re-create