Re: [cas-user] Documentation generation for 6.6.x

2024-09-19 Thread Sebastien BEAUDLOT
Thank you Yusuf, i am now able to generate documentation ! De: "Y G" À: "CAS Community" Cc: "Ray Bon" Envoyé: Mercredi 18 Septembre 2024 21:06:45 Objet: Re: [cas-user] Documentation generation for 6.6.x Hello again, I found this: https://github.com/apereo/cas/blob/gh-pages/README.md

Re: [cas-user] AuthenticationInterrupt + Groovy + autoRedirect

2019-01-30 Thread Sebastien BEAUDLOT
s. Please note that a positive value for autoRedirectAfterSeconds property is essential. HTH, D. From: Sebastien BEAUDLOT [ mailto:sebastien.beaud...@univ-avignon.fr | ] Reply: cas-user@apereo.org [ mailto:cas-user@apereo.org | ] Date: January 30, 2019 at 9:53:37 AM To: cas-user [ mail

Re: [cas-user] AuthenticationInterrupt + Groovy + autoRedirect

2019-01-30 Thread Sebastien BEAUDLOT
I am trying something as simple as the documentation example : import org.apereo.cas.interrupt.InterruptResponse def run(final Object... args) { def uid = args[0] def attributes = args[1] def service = args[2] def logger = args[3] def message = "Test message" def block = true def ssoEna

Re: [cas-user] Restrincting service access based on uid

2017-12-13 Thread Sebastien BEAUDLOT
meant to be comma separated values in string? Sent from my iPhone On 13 Dec 2017, at 10:00, Sebastien BEAUDLOT < [ mailto:sebastien.beaud...@univ-avignon.fr | sebastien.beaud...@univ-avignon.fr ] > wrote: Hi, I'm using LDAP with CAS 5.1.5 and want to try restricting acc

Re: [cas-user] Restrincting service access based on uid

2017-12-13 Thread Sebastien BEAUDLOT
rateur réseaux, téléphonie et flotte mobile Direction Opérationnelle des Systèmes d'Information ( DOSI ) Pôle Infrastructures Université d'Avignon et des Pays de Vaucluse Tèl : 04.90.16.26.04 -- De: "Sebastien BEAUDLOT" À: "cas-user" Envoyé: Mercredi 13 Déc

Re: [cas-user] Restrincting service access based on uid

2017-12-13 Thread Sebastien BEAUDLOT
opulation of a list with comma separated values in string containing an implicit list instead of with an explicit list of strings? Or is it really meant to be comma separated values in string? Sent from my iPhone On 13 Dec 2017, at 10:00, Sebastien BEAUDLOT < [ mailto:sebastien.beaud...@

[cas-user] Restrincting service access based on uid

2017-12-13 Thread Sebastien BEAUDLOT
Hi, I'm using LDAP with CAS 5.1.5 and want to try restricting access to a service for some users. What i did in the service definition : "attributeReleasePolicy" : { "@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy" }, "accessStrategy" : { "@class" : "org.apereo.cas.serv

Re: [cas-user] CAS denied as iFrame

2017-12-12 Thread Sebastien BEAUDLOT
0.16.26.04 -- - Mail original - De: "Pascal Rigaux" À: "cas-user" Envoyé: Mardi 12 Décembre 2017 09:31:34 Objet: Re: [cas-user] CAS denied as iFrame On 12/12/2017 08:33, Sebastien BEAUDLOT wrote: > Header set X-Frame-Options "ALLOW-FROM=https://websitewithiframe.tl

[cas-user] CAS denied as iFrame

2017-12-11 Thread Sebastien BEAUDLOT
Hello, Since i upgraded my CAS backend and frontend, some of our websites, embbeding CAS protected services as iframes, are now throwing an error message : "Load denied by X-Frame options" CAS is 5.1.5 Frontend is Apache 2.4.10 I tried : Header set X-Frame-Options "ALLOW-FROM=https://we

[cas-user] CAS authentication denial based on an attribute

2017-09-29 Thread Sebastien BEAUDLOT
Hi, I was asked by my boss if CAS can help managing a digital version of our internal rules agreement (for now, every user sign a paper version of the rules before getting a login/password. We want them to read a PDF version of the rules, then click a box to agree, before being able to authent