[cas-user] Custom coding in CAS 5

2016-10-19 Thread Dmitriy Kopylenko
Folks, here’s an excellent blog post by Misagh on doing custom coding in CAS 5: https://apereo.github.io/2016/10/19/mfacas5-extcfg/ Enjoy, D. -- -- CAS gitter chatroom: https://gitter.im/apereo/cas CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html CAS documentation

[cas-user] CAS Proxy Authentication and Server Side Integration

2016-10-19 Thread Alexandre Arcanjo de Queiroz
I have 2 applications: The first is a Java front-end application and the second is a Java REST Web Application both protecting with CAS. I am using Proxy Authentication to implements the server-side communication between first application and second application? Is this the better form? --

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

2016-10-19 Thread Claude Viéville
Thanks you for your fast end precise answer ! It works ! Le mercredi 19 octobre 2016 08:35:24 UTC+2, dkopy...@unicon.net a écrit : > > Not directly - i.e. neither Authentication nor Principal objects are > stored in the flow scope. > > However you could use this API to access objects

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

2016-10-19 Thread dkopylenko
Not directly - i.e. neither Authentication nor Principal objects are stored in the flow scope. However you could use this API to access objects associated with TGT (via the TGT id, which is available in the flow scope):

[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