It is possible that some of the config parameters have changed names. Run: ./gradlew tasks
to see what is available. Then ./gradlew exportConfigMetadata which will create a file, config-metadata.properties That file lists all cas properties and documents deprecated properties and their replacements. Not sure if it lists properties as old as 5.3.x Ray ________________________________ From: [email protected] <[email protected]> on behalf of Ruggiero Dibenedetto <[email protected]> Sent: April 14, 2025 10:25 To: CAS Community <[email protected]> Subject: [cas-user] Problem with OIDC and difference beetween 5.3.16 and 7.1.3 You don't often get email from [email protected]. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification> Hi all, I'm having some problem with the configuration of OIDC with cas 7.1.3. The old version I have, 5.3.16 works fine. With the new version instead, I start from the similar request, but at the end I don't have the same redirect, and I lost al the parameters in the link that I use on my java application. I have this workflow: * ..../oidc/oidcAuthorize?scope=scopevalue&response_type=code&redirectUri=redirectUri&state=stateValue&nonce=noncevalue&clientid=clientValue * Then seems work fine with the login, mfa etc. * /oauth2.0/callbackAuthorize?clientId....scope....redirecturi....responseType....state....nonce...clientname...ticket * And the location of this last link, is just the redirect uri. Instead in the version 5.1.16 the last redirect workflow is: * oidc/authorize * all the stuff for the login * oauth2.0/callbackAuthorize with all the parameters * /oidc/authorize with a location that contains the parameters state nonce code And after the redirect of the authorize I can read also the authorization code and so validate the session. But with the new version this last step is not present. Do you have any suggestion or example on how it should work? Thank you -- - Website: https://apereo.github.io/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]<mailto:[email protected]>. To view this discussion visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/c5ba13c5-5c3f-4a2d-8a46-7ef3d36955abn%40apereo.org<https://groups.google.com/a/apereo.org/d/msgid/cas-user/c5ba13c5-5c3f-4a2d-8a46-7ef3d36955abn%40apereo.org?utm_medium=email&utm_source=footer>. -- - Website: https://apereo.github.io/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 visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/YQBP288MB00810B57C25EA0F3E3412F5ECEB22%40YQBP288MB0081.CANP288.PROD.OUTLOOK.COM.
