admin管理员组

文章数量:1345418

I have very little knowledge of how B2C works. I'm trying to achieve the authentication via SAML. I hope I'll be able to explain my question using a use-case.

I have an application developed using Adobe AEM and in B2C wanted to configure SAML-based SSO with Azure AD B2C as IDP. Is there any step-by-step approach or documents/links to achieve this? I tried to find the MSFT official document, but bit confused about the authentication flow and the overall approach. IS there any way to accomplish this without a custom policy? Any help would be appreciated.

Note: In B2C, "identity providers" do not have SAML.

Please help. Thanks

I have very little knowledge of how B2C works. I'm trying to achieve the authentication via SAML. I hope I'll be able to explain my question using a use-case.

I have an application developed using Adobe AEM and in B2C wanted to configure SAML-based SSO with Azure AD B2C as IDP. Is there any step-by-step approach or documents/links to achieve this? I tried to find the MSFT official document, but bit confused about the authentication flow and the overall approach. IS there any way to accomplish this without a custom policy? Any help would be appreciated.

Note: In B2C, "identity providers" do not have SAML.

Please help. Thanks

Share Improve this question asked 19 hours ago AskMeAskMe 2,57913 gold badges68 silver badges121 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

You have to use custom policies.

The reference is here.

The flow is:

  • The application creates a SAML AuthN request that's sent to the SAML sign-in endpoint for Azure AD B2C
  • The user can use an Azure AD B2C local account or any other federated identity provider (if configured) to authenticate
  • If the user signs in by using a federated identity provider, a token response is sent to Azure AD B2C
  • Azure AD B2C generates a SAML assertion and sends it to the application

本文标签: How to configure SAML based SSO with Azure AD B2C as IDPStack Overflow