question

DeepakTiwari-3444 avatar image
0 Votes"
DeepakTiwari-3444 asked amanpreetsingh-msft edited

gitlab azure add sso saml issue

Sign in

Sorry, but we’re having trouble signing you in.
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '57cb468a-xxxx-xxxx-xxxx-0f4ad0cd0365'.

PS INTELEGENCIA ANALYTICS PVT LTD
Troubleshooting details
If you contact your administrator, send this info to them.
Copy info to clipboard
Request Id: 2f7a9309-b2c3-4fd5-9eeb-d796f11a7e00
Correlation Id: e2c67d5f-934a-4641-9f90-146240e6a317
Timestamp: 2021-04-25T10:31:13Z
Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '57cb468a-xxxx-xxxx-xxxx-0f4ad0cd0365'.
Flag sign-in errors for review: Disable flagging
If you plan on getting help for this problem, enable flagging and try to reproduce the error within 20 minutes. Flagged events make diagnostics available and are raised to admin attention.

azure-ad-saml-sso
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

amanpreetsingh-msft avatar image
0 Votes"
amanpreetsingh-msft answered amanpreetsingh-msft edited

Hi @DeepakTiwari-3444 · 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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.