简体   繁体   中英

Add own Identity Provider to Azure AD B2C

I want to build a webapp where users can log into to consume some services, view data and so on. The user can set up a new account and then log into with this account, just like the normal way you log in to many different web sites.

As I am already using Azure, I came across Azure AD B2C which seems to be perfect for my needs. I have seen that you can also include some other identity providers like facebook or google. Is it possible to integrate a completely own identity provider? I'm already using a different user validation system for another application in form of a WCF service which validates user credentials against a sql database.

Is it possible to forward the login data, the user inputs into the webapp, from Azure AD B2C to my wcf service to validate the credentials against the existing user db?

嘿,您可以执行此操作,但此功能位于预览Azure AD B2C =>身份提供程序=>添加=>选择身份提供程序类型作为“ 打开连接(预览)”,然后单击该链接。

Is it possible to forward the login data, the user inputs into the webapp, from Azure AD B2C to my wcf service to validate the credentials against the existing user db?

No, you cannot pass along the user input login data. You can federate with IDPs (identity providers) where the login occurs on the IDP.

As stated in Arunraja's answer, B2C has support to plug-in a OpenID Connect IDP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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