Hi Sébastien, I have seen your talk at JRES 2019, did you publish your groovy script on a repo ?
Thanks, Mickaël (from France) Le mardi 16 avril 2019 à 13:10:24 UTC+2, Sébastien BEAUDLOT a écrit : > Hi, > > I am on CAS 5.3.4 with Authentication Interrupt enabled with a Groovy > script. > > What i want to achieve is kind of a "quarantine" system that allow or > disallow authentication to services based on an attribute value. > > My problem is that, on some cases, i want the groovy script to just go on > with authentication but with SSO enabled, so only this service is allowed > (because the user is still under quarantine). Service should not always be > allowed without SSO, only the script have the "power" to decide what to do. > > I couldn't achieve to logon without SSO and without displaying the > Interrupt page (no block, no interrupt, just automatically keep on > authentication silently). > > What's working is : return new InterruptResponse(message: message, > interrupt: true, block: false, ssoEnabled: false) > > This is Ok but it does display Authentication page, and i don't want to. > Is there another way to achieve this ? > > > Regards. > > -- > Sébastien Beaudlot > Avignon Université > univ-avignon.fr > -- - 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/4709f551-994b-4127-8a8f-6b182078385an%40apereo.org.
