Re: [cas-user] Re: Ask for authenticating at every login

2020-02-01 Thread Andy Ng
Hi Alex, The concept of asking everything before logging to a system is sometime called consent. So, from what I heard for your case, you want your user to consent every time user should be accessing different services. Well, an exact implementation for that might not be natively available

Re: [cas-user] Re: Ask for authenticating at every login

2020-01-30 Thread Ray Bon
Alex, I have not used the interrupt system. I have modified the webflow to do some post authentication processing. If a user is being asked for credentials a second time, it means that the service is configured to not participate in SSO or that the TGC (CAS session) has expired or that the

Re: [cas-user] Re: Ask for authenticating at every login

2020-01-29 Thread Alex T
Ray, I try to use interrupts, with json configuration. Interrupt occurs, but at second login user must reenter credentials. I try to change some parameters in json, but not succesfully. And another problem in json configuration is that it configured for specific user only. It documented for

Re: [cas-user] Re: Ask for authenticating at every login

2020-01-29 Thread Ray Bon
Alex, There is this capability to manipulate the log in flow, https://apereo.github.io/cas/6.1.x/webflow/Webflow-Customization-Interrupt.html. You can also modify the web flow, https://apereo.github.io/cas/6.1.x/webflow/Webflow-Customization.html Ray On Wed, 2020-01-29 at 06:17 -0800, Alex T