Hi @Suresh, Amith A. (ELS-CHN)
By tracking the correlation ID, I found that the request contains reply url: http://dev.xx.xxxxxxer.com/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp. However, the app EAEL-XXX-XXX UCApp, is configured with reply url (aka redirect_uri): https://dev.xx.xxxxxxer.com/ui/app/#/instantidentifierconfig.
To resolve the issue, you need to:
- Either update the application code to send https://dev.xx.xxxxxxer.com/ui/app/#/instantidentifierconfig as reply_url in the authentication request.
- Or update your app with redirect_url to http://dev.xx.xxxxxxer.com/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.