Pre-requisits to setup things on AD B2C before the SAML setup

Prashant N 1 Reputation point
2021-11-10T17:57:52.013+00:00

Hi,

Wanted to know what and all should be in place on AD B2C instance before we start configuring the AD B2C with any external application for SSO using SAML. Basically after procuring of the new AD B2C instance, what configurations should be in place on AD B2C for SSO.

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,657 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,311 Reputation points
    2021-11-11T05:03:31.483+00:00

    Hi @Prashant N • Thank you for reaching out. Please find below the steps that you need to perform and the detailed documentation for step by step walkthrough.

    1. First, you need to set up signing certificates, create the policy key, and upload the certificate.
    2. Enable your policy to connect with a SAML application by configuring the SAML Technical Profiles in the TrustFrameworkExtension file.
    3. Configure your policy to issue a SAML response by configuring the signup_signin file.
    4. Register your SAML application in Azure AD B2C using Azure AD B2C > App registrations > New registration
    5. Configure Azure AD B2C as a SAML IdP in your SAML application by providing B2C metadata URL in the application configuration. Example of B2C metadata URL: https://<tenant-name>.b2clogin.com/<tenant-name>.onmicrosoft.com/<policy-name>/Samlp/metadata.

    For step-by-step instructions and a detailed walkthrough of these steps, please refer to Register a SAML application in Azure AD B2C.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.