Can I use my own UI to authenticate users with Azure AD B2C?

时光毁灭记忆、已成空白 提交于 2019-12-01 21:02:59

At this time, the only way to authenticate Azure AD B2C users is through the Azure AD B2C hosted UIs (either default or customized).

If you want to completely create your own and "make an API call" to B2C to get a token, you'd be using the OAuth Resource Owner Password Grant which Azure AD B2C does not support yet.

You can support this feature ask and get updates on its progress by voting for it in the Azure AD B2C feedback forum: Add support for Resource Owner Password Credentials flow in Azure AD B2C.

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