Hello,
I am currently working with the latest version of branch 5.3.X of CAS and FranceConnect (OIDC). I would like to delegate FranceConnect authentication to CAS. When I apply this configuration, no problem the application starts well.
However, when I click on the delegation button, the FranceConnect service sends me an answer:
{"status": "fail", "message": "The following fields are not supposed to be present : delegatedclientid"}
The redirection URL is composed of redirect_uri and delegatedClientId.
1. Is delegatedClientId mandatory in the authentication process and/or how to ignore it?
2. redirect_uri only takes /cas/login?client_name=FranceConnect instead of sending https://cas-server.com/cas/login?client_name=FranceConnect
Thank you in advance,
Matthieu