Hi,
I have integrated CAS 5.2.6 with Azure AD using SAML. The authentication is delegated fine and success response is returned from AD. The CAS page displays "Login successful".
However it is not getting auto-redirected to the application home page.
If I hit the application url again in the browser it takes me to the application.
Any suggestions what needs to be configured to make it auto-redirect?
Tried these options already but no luck :
In cas.properties, have set
cas.authn.pac4j.saml[0].autoRedirect=true
or
cas.authn.pac4j.autoRedirect=true
Thanks
Shiva