Re: [cas-user] JSON Service for CAS Client does not follow success message of required Handler

2016-06-21 Thread Claude Viéville
here is the link to the gist : https://gist.github.com/vieville/9c116fcdd0dfea70268b89d67c0c4b0c Le mercredi 22 juin 2016 03:48:43 UTC+2, Misagh Moayyed a écrit : > > You wrote L1LdapAuthenticationHandler.java, correct? Can you share it as a > gist, etc? > > > > *F

Re: [cas-user] Does it exist a way to access the Principal inside the flowscope ?

2016-10-19 Thread Claude Viéville
access objects associated with TGT (via > the TGT id, which is available in the flow scope): > > > https://github.com/apereo/cas/blob/v4.2.6/cas-server-core-api-ticket/src/main/java/org/jasig/cas/ticket/registry/TicketRegistrySupport.java > > Cheers, > > D. > > On Oct 1

[cas-user] Does it exist a way to access the Principal inside the flowscope ?

2016-10-19 Thread Claude Viéville
HI, I am running the CAS 4.2.6 and i would like to modify the login-webflow to check several principal's attribitutes before sending TGT to the browser. Infortunately, I am not able to retrieve the Authentication or Principal inside the flowscope. Does it exist a way to access the Principal