[cas-user] Using ajax to make cas authentication call?

2019-01-11 Thread Pablo Vidaurri
Is it possible ot use ajax to make a cas authentication call? Assume Cross Site Scripting will not be an issue. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You

[cas-user] CAS 6.0 - surrogate support with hazelcast ticket registry

2019-01-11 Thread David McMillan
I've been doing some testing with CAS 6.0 and found that having the surrogate enabled with hazelcast causes a serialization issue when storing the CAS ticket. Having either one enabled with the other disabled makes the system work fine. We have been looking at using surrogate for our Testing

Re: [cas-user] masquerade as different user

2019-01-11 Thread Tepe, Dirk
I can't speak to 5.1.x, we've been experimenting with surrogate since 5.2 and only using it actively since 5.3. I can say that any user can be a surrogate, it is not restricted to admin users. The only restriction is the authorization. We use a REST endpoint to authorize surrogate requests. Our

[cas-user] [CAS 5.2.5] Reading JWT when cas.authn.token.crypto.encryptionEnabled=true

2019-01-11 Thread Didier Capdevielle
Hi and happy new year, I have a cas server using JWT Service Tickets (testing). When cas.authn.token.crypto.encryptionEnabled=false, i can read my token using jwt.io. No problem. I see the payload and so on. When cas.authn.token.crypto.encryptionEnabled=true, I can't read the token. Payload =

[cas-user] Re: CAS - adding JWT Authentication issue

2019-01-11 Thread Michael JOIGNY
Hi smudigan, I've upgraded CAS version to 5.2.3 to use JWT TOKEN SERVICE now. So i can't help your on this part. Sorry. Le lundi 26 février 2018 12:10:17 UTC+1, Michael JOIGNY a écrit : > > Hi Everyone, > > I would like to add the possibility to use JWT Authentication to my CAS > Server, i