question

Lee-7052 avatar image
0 Votes"
Lee-7052 asked ajkuma-MSFT answered

AADSTS50011:

Error message:
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: 'edeb27a6-cc2d-424e-8cbe-a02a20891153'.

I am having trouble connecting the WP main connection app to the Azure account.

azure-active-directoryazure-webappsazure-ad-authenticationazure-ad-app-registrationazure-ad-app-management
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

ajkuma-MSFT avatar image
0 Votes"
ajkuma-MSFT answered

@Lee-7052, You have posted the question on azure-webapps, I have added additional tags to receive insights from the targetted SMEs/audience.
Could you please let us know if you're leveraging Azure App Service WebApps or referring to some other app?


If your application has been setup to use Azure AD for identity management using SAML-based SSO.

Cause: The AssertionConsumerServiceURL value in the SAML request doesn't match the Reply URL value or pattern configured in Azure AD.
The AssertionConsumerServiceURL value in the SAML request is the URL you see in the error.

To fix the issue, try these steps:

Ensure that the AssertionConsumerServiceURL value in the SAML request matches the Reply URL value configured in Azure AD.
Verify or update the value in the Reply URL textbox to match the AssertionConsumerServiceURL value in the SAML request.


See this doc - https://docs.microsoft.com/troubleshoot/azure/active-directory/error-code-aadsts50011-reply-url-mismatch

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.