[cas-user] CAS 6.4 - Attribute release does'nt work

2021-03-25 Thread Jérémie Pilette
Hi, I would like to use Attribute release for one application (Yparéo). I was usin CAS 5.1, and it was operationnal. Now with the new version 6.4, it does'nt work. I am using json file configuration : ** { "@class" : "org.apereo

[cas-user] Re: /status/dashboard - page not found

2021-03-25 Thread arti wavale
Hello, I am facing same issue so can you tell me how you created certificate and share your admusers.properties file once ISSUE: CAS is unable to process this request: "500:Internal Server Error" org.pac4j.core.exception.TechnicalException: java.lang.RuntimeException: javax.net.ssl.SSLHandshak

Re: [cas-user] CAS 6.4 - Attribute release does'nt work

2021-03-25 Thread Ray Bon
Jérémie, Try this logger to see what cas is doing with the attributes: The client application must be configured to call the CASv3 endpoint. Ray On Thu, 2021-03-25 at 01:56 -0700, Jérémie Pilette wrote: Notice: This message was sent from outside the University of Victoria ema

Re: [cas-user] Problem with CAS 6.2.6

2021-03-25 Thread Nicolás López
Hi Andy thanks for your reply. This issue occurs even with the latest Chrome version (89) so I guess the reason is not the one related to the "samesite". El miércoles, 24 de marzo de 2021 a las 22:44:03 UTC-3, Andy Ng escribió: > Hi all, > > On our side we are using 6.2.x and in production, no

[cas-user] Parameters for signing certificate algorithm

2021-03-25 Thread Giacomo Sommavilla
Hi everybody, I built an Apereo CAS demo server with a WAR overlay (with which different services should be authenticated). I have set up delegated authentication with SAML2 (for integrating with italian SPID system). I need to sign the certificate with an algorithm different than the default SH

Re: [cas-user] Parameters for signing certificate algorithm

2021-03-25 Thread Misagh
> Can anyone tell me what values are allowed for that parameter? Not the relevant setting. The setting you want to modify should control the generation of the certificate; not what algorithms should be allowed/used during the metadata resolution process. ...and that setting is supported by pac4j-

Re: [cas-user] Parameters for signing certificate algorithm

2021-03-25 Thread Misagh
Or generate everything manually, if the software can't do it for you, yet. On Thu, Mar 25, 2021 at 8:26 PM Misagh wrote: > > > Can anyone tell me what values are allowed for that parameter? > > Not the relevant setting. The setting you want to modify should > control the generation of the certifi

Re: [cas-user] CAS 6.4 - Attribute release does'nt work

2021-03-25 Thread Jérémie Pilette
Thank you for your response Ray Bon, but where I have to do that ? Should I uncomment these lines in a file or add these lines in a specific file ? Thank you. Le jeudi 25 mars 2021 à 16:46:34 UTC+1, Ray Bon a écrit : > Jérémie, > > Try this logger to see what cas is doing with the attributes: >

Re: [cas-user] Re: /status/dashboard - page not found

2021-03-25 Thread Ray Bon
Arti, 'subject alternative name' is part of your SSL certificate. See, https://apereo.github.io/cas/6.3.x/installation/Troubleshooting-Guide.html#no-subject-alternative-names, for some trouble shooting. Ray On Thu, 2021-03-25 at 04:23 -0700, arti wavale wrote: Notice: This message was sent fro

Re: [cas-user] CAS 6.4 - Attribute release does'nt work

2021-03-25 Thread Ray Bon
Jérémie, The cas logger bit can be added to etc/cas/config/log4j2.xml). Ray On Thu, 2021-03-25 at 09:35 -0700, Jérémie Pilette wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. Thank you for your

Re: [cas-user] CAS 6.4 - Attribute release does'nt work

2021-03-25 Thread Jérémie Pilette
Yes I have this file. I try to do with it ok. And in my */var.lib/tomcat9/Cataline.out*, I have this line : [2021-03-25 18:02:39] [info] #033[33m2021-03-25 18:02:39,848 WARN [org.apereo.cas.services.ReturnMappedAttributeReleasePolicy] - #033[m Le jeudi 25 mars 2021 à 17:55:46 UTC+1, Ray Bon a é

Re: [cas-user] CAS 6.4 - Attribute release does'nt work

2021-03-25 Thread Ray Bon
Jérémie, Check ldap to be sure an attribute and value exist for id_attribute for your user. You could also check your ldap logs to see why the value is not released. If cas is having difficulties connecting to ldap, you can set, debug which is at the top of the log4j2.xml file. Ray On

Re: [cas-user] CAS 6.4 - Attribute release does'nt work

2021-03-25 Thread Jérémie Pilette
The attribute and the value are good in the LDAP. By watching the ldap.log.level=debug, I do not see something strange.. I can see all the values with their attributes, no error messages... Le jeudi 25 mars 2021 à 18:57:34 UTC+1, Ray Bon a écrit : > Jérémie, > > Check ldap to be sure an attribu

Re: [cas-user] CAS 6.4 - Attribute release does'nt work

2021-03-25 Thread Jérémie Pilette
I have seen this discussion https://groups.google.com/a/apereo.org/g/cas-user/c/uyZOUwGigQA Maybe I have the same problem... It is about Cache. How can I clean the CAS cache ? Thank you Le jeudi 25 mars 2021 à 20:26:55 UTC+1, Jérémie Pilette a écrit : > > The attribute and the value are good in

Re: [cas-user] CAS 6.4 - Attribute release does'nt work

2021-03-25 Thread Jérôme Rautureau
Hi Jérémy Is the passwordPolicy is enabled ? Le jeu. 25 mars 2021 à 20:26, Jérémie Pilette a écrit : > > The attribute and the value are good in the LDAP. > By watching the ldap.log.level=debug, I do not see something strange.. I > can see all the values with their attributes, no error messages

Re: [cas-user] CAS 6.4 - Attribute release does'nt work

2021-03-25 Thread Jérémie Pilette
I htink so. Where can we see it ? Le jeudi 25 mars 2021 à 20:54:04 UTC+1, jrautureau a écrit : > Hi Jérémy > > Is the passwordPolicy is enabled ? > > Le jeu. 25 mars 2021 à 20:26, Jérémie Pilette a > écrit : > >> >> The attribute and the value are good in the LDAP. >> By watching the ldap.log

Re: [cas-user] CAS 6.4 - Attribute release does'nt work

2021-03-25 Thread Andy Ng
Hi Jérémie, I saw that you are using CAS 6.4, which is still in RC. Have you try it in CAS 6.3.2? Or even 6.2.x? Even though 6.4.x is in RC, sometime bug do occurs and using slightly older version might help identify your issue. Anyway, It is not so certain what the issue is, below are some su