最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to configure SAML based SSO with Azure AD B2C as IDP - Stack Overflow

programmeradmin9浏览0评论

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
发布评论

评论列表(0)

  1. 暂无评论