question

CKTHIRU-9848 avatar image
0 Votes"
CKTHIRU-9848 asked amanpreetsingh-msft commented

SAML based SSO gives a error

Request Id: 0a3571b5-7f43-43e3-a8fe-f3c1ec1f4501
Correlation Id: c7b6bbb2-6f23-4761-85e3-d8583b102738
Timestamp: 2021-06-23T12:42:55Z
Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'DEV-AMBER_ROAD'.

azure-active-directory
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 commented

Hi @CKTHIRU-9848 · Thank you for reaching out and providing required details.

By tracking the request and correlation id, I found:

The reply url in the authentication request is: https://localhost/TA15_x_x/saml/SSO/alias/DEV-xxxxx_ROAD

The reply urls registered in your application are:

  • http://localhost:1940/TA15_x_x/ACSSxxxxxt

  • http://localhost:1940/TA15_x_x/saml/SSO/alias/DEV-xxxxx_ROAD

To resolve the issue, make sure the reply urls registered in the app match with the one in authentication request. You can either update your application code to change the reply url in the authetication request or change the reply urls in Azure Active directory > App registration > Your App > Authentication > Redirect URI.


Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

· 1
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.

Hi @CKTHIRU-9848 · Have you had a chance to test it out?

0 Votes 0 ·