Posts

Sitecore ADFS Integration

Integrating ADFS with Sitecore Identity Introduction: In this guide, we will walk you through the process of integrating ADFS (Active Directory Federation Services) with Sitecore Identity. This integration allows users to log in to Sitecore using their ADFS credentials. Requirements: ADFS Server Sitecore with Sitecore Identity Installed Assumptions: ADFS Server is already set up. Sitecore with Sitecore Identity is installed and configured. Steps to Implement ADFS Integration: ADFS Configuration: Create Groups in ADFS corresponding to the roles in Sitecore. Obtain the Group IDs for each role from ADFS along with the following details: ClientId ClientSecret Authority Metadata GroupId Add users to the ADFS groups. Code Changes: Create a new C# .NET Core Class Library project. Set the Target Framework to .NET Standard 2.0. Add the Sitecore Identity NuGet Package as a Package Source. Add necessary NuGet Packages to the project: Sitecore.Plugin.IdentityProviders Microsoft.AspNetCore.Authenti...
Recent posts