Hi @Deepak Tiwari · Thank you for reaching out.
This error occurs when the reply url in the authentication request doesn't match with the reply url registered in the application. In your case,
- Reply url specified in your authentication request is:
https://gitlab.inxxxxxxxcia.com/users/auth/azure_oauth2/callback
- Reply URL (Redirect URI) registered in the Application: 57cb468a-xxxx-xxxx-xxxx-0f4ad0cd0365 is
https://gitlab.inxxxxxxxcia.com/users/auth/saml/callback
To resolve the issue, make sure both the reply urls match. You can either update your application code to update reply url in authentication request or update the reply url in the application registered in Azure AD.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.