Can I integrate a SAML application with Azure AD B2C?

走远了吗. 提交于 2019-12-12 14:32:16

问题


Our current application is authenticating users with a SAML IdP. We wish to retain their implementation of SAML and update the application’s configuration with Azure AD B2C, not switch to OAuth2 or OpenID Connect. Does Azure AD B2C currently support receiving authentication requests via SAML? I am unable to find this in the documentation.


回答1:


Azure AD B2C does not support integrating with applications / relaying parties via SAML yet.

You can support this ask and keep up to date on its progress by voting for it in the Azure AD B2C feedback forum: (Application) SAML Protocol support.




回答2:


Azure B2C does (has for a while) provide SAML connectivity through custom policies in the Identity Experience Framework currently in public preview - https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-overview-custom




回答3:


You can configure Configure SAML Relying party application:

  • https://github.com/azure-ad-b2c/saml-sp

The full documentation can be found here:

  • https://github.com/azure-ad-b2c/saml-sp/blob/master/saml-rp-spec.md

NOTE: AS Per July 2019, SAML Relying Party support is available as a preview feature



来源:https://stackoverflow.com/questions/44738617/can-i-integrate-a-saml-application-with-azure-ad-b2c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!