简体   繁体   English

使用 azure ad b2c 和 ping one idp 配置 SAML SSO

[英]Configure SAML SSO with azure ad b2c and ping one idp

I have an application that uses oauth to sign user in with my azure ad b2c tenant .我有一个应用程序,它使用 oauth 通过我的 azure ad b2c 租户登录用户。 Now i want that my app has a button that links the user to third party application from my website and i want to authenticate that user to third party application using SAML with my azure b2c tanent acting as idp and sending saml to third party on user's button click.现在我希望我的应用程序有一个按钮将用户链接到我网站上的第三方应用程序,我想使用 SAML 将该用户身份验证到第三方应用程序,我的 azure b2c tanent 充当 idp 并通过用户按钮将 saml 发送给第三方点击。

Is this scenario possible.这种场景可能吗。 ??? ???

Yes, it is possible.对的,这是可能的。 What you mean is SAML as RP .你的意思是SAML 作为 RP In SAML as RP case,在 SAML 作为 RP 的情况下,

  • B2C acts as IDP B2C充当IDP
  • B2C accepts SAML requests B2C 接受 SAML 请求
  • B2C sends SAML assertions as output B2C 发送 SAML 断言作为输出

I can help you if you stuck anywhere...如果你卡在任何地方,我可以帮助你...

Yes you can do this with B2C custom policies .是的,您可以使用 B2C 自定义策略来做到这一点。

Your logon page will now have two buttons:您的登录页面现在将有两个按钮:

  • Normal B2C auth普通 B2C 认证
  • SAML auth to third party SAML 授权给第三方

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM