Posts

Showing posts from November, 2025

SSO Integration in Sitecore Content Hub

Image
In this blog post, I will explain how to integrate the Single Sign-On in Sitecore Content Hub. For this blog post, I am using an example of Azure Active Directory (Azure AD), which has been renamed to Microsoft Entra ID. Before setting up the SSO in Content Hub using Azure AD, you must create and configure an Azure application registration. Refer to the official Microsoft Azure documentation for the correct procedures and retrieve the following details: metadataLocation: The URL or path pointing to the XML metadata of a SAML/WsFederation service provider spEntityId: The entity ID of the service provider. Normally, it would be the DAM URL followed by AuthServices/ACS idpEntityId: The entity ID of the identity provider. This would be the place owned by your team, where you would like the users to authenticate themselves Once you have the above details, log in to the Sitecore Content Hub, and from the navigation menu b...