Hi all, I'm using CAS 5.3 version and have multiple authentication handler which supports different kind of credential. So let's imagine the following flow :
A/ user authenticates with a custom credential (e.g header and not a login/password). all is ok, an authentication attribute (let's call it *amr*) is set to tgt to state which authn method was used ... then a CAS session is started B/ A few moment later (before CAS session expires), user agent is redirected to login page with renew param. C/ user has to enter its login/password. After validating it by another authentication handler, CAS generates a new Service Ticket but left tgt as is without updating *amr* attribute with new value. Finally CAS client will see an outdated information. How can I force CAS to update my TGT authentication attribute before generating service ticket ? Thanks for your help -- - 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 received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/f80d76ed-187f-4743-9ca4-5f3d192ccef3%40apereo.org.
