[cas-user] OIDC ID Token Being Cached - need to update claims

2018-09-24 Thread Ryan C
Hello, We have some roles in our application that are updated during runtime and therefore the roles we store in our token need to be updated before the next login. No matter what attribute caching and merging I use for our service, the token claims are never being overwritten and just use the

[cas-user] Re: ERR_TOO_MANY_REDIRECTS

2018-09-17 Thread Ryan C
Hi José, Did you ever resolve this issue? Thanks Ryan On Saturday, July 22, 2017 at 8:35:04 AM UTC-4, José Agnaldo B. de Sousa wrote: > > Good morning, > After loading tomcat and typing url: localhost: 8443 the error message: > ERR_TOO_MANY_REDIRECTS is displayed (see erro.png). This error

[cas-user] Re: Can I get an ID-Token using Rest Api?

2018-08-10 Thread Ryan C
I'm interested in this as well. I was trying to use the OAuth password grant (access token/token endpoint) but that returns an access token/refresh token. I can't figure out how to get an id token returned instead. On Monday, July 30, 2018 at 9:09:09 PM UTC-4, SangHyun Kim wrote: > > Hi. I