Categories
Development Sitecore

How To Create a Sitecore Breadcrumb

It’s one of the most common modules you will create as web developer and there are many ways to implement one. The humble breadcrumb is a useful navigational tool, allowing users to quickly go up the content tree without having to rely on the back button or the navigation again. This post will show you […]

Categories
Development Industry Insights Sitecore

Must Have Tools for a Sitecore Developer – Pt. 2

This is part 2 of the “Must Have Tools for a Sitecore Developer” list and presents some excellent Sitecore focussed development tools to help you in your development journey!

Categories
Development Industry Insights Sitecore

Must Have Tools for a Sitecore Developer – Pt. 1

I’ve compiled a list of great, time saving, productivity increasing tools that have helped me over the years being a Sitecore developer.  This is a two part list so make sure to check out the second installment!  You can see Must Have Tools for a Sitecore Developer – Pt. 2 here. Some are Sitecore specific […]

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 […]