Hello @James,
Thank you for posting your query on Microsoft Q&A.
Based on your description, I understand that you're trying to integrate the Zendesk application into your Azure AD B2C tenant but are facing authentication issues, as the redirection is going to your Microsoft Entra tenant instead of Azure AD B2C.
The documentation you followed is intended for Microsoft Entra tenants ("Microsoft Entra SSO integration with Zendesk") and not for Azure AD B2C. As a result, it is expected that authentication is redirecting to Microsoft Entra ID instead of Azure AD B2C since no custom policy has been configured for it.
To register a SAML application in Azure AD B2C, you must use custom policies. Below are the steps to create a custom policy for supporting SAML SSO in your applications:
- Create Policy Keys and Identity Experience Framework Application.
- Create Certificate
- Download Sample Policies
- Update Base file
- Update Base_Extension File
- Create policy file.
- Upload Policy in Azure Portal
- Run Policy.
You can refer to the following links for detailed guidance:
- Register a SAML application in Azure AD B2C
- Options for registering a SAML application in Azure AD B2C
- SAML test application for testing
I hope this information is helpful. Please feel free to reach out if you have any further questions.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".