Categories
Azure Development Sitecore

Sitecore Identity Error AADSTS50011 – Azure AD

The Issue When logging in to Sitecore with Office 365, through Azure Active Directory and Sitecore Identity server, you get the following error (AADSTS50011): Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: ‘<APPLICATION GUID>’. More details: Reply address did not match because requested address […]

Categories
Azure Development Sitecore

Sitecore Identity Invalid redirect_uri

The Issue I recently ran into an error with a client where the Sitecore Identity, with no changes to the code or config: Invalid redirect_uri. I ran through the logs and saw this new error: 2020-12-10T15:52:09.9647897+00:00 [ERR] (Sitecore STS/RD0003FF74FA60) Invalid redirect_uri: “https://site.com/identity/signin” The logs for Sitecore Identity, in my case, were not logging to Application […]