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 badges1 Answer
Reset to default 1You 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
版权声明:本文标题:How to configure SAML based SSO with Azure AD B2C as IDP - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743762896a2534708.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论