简体   繁体   English

Azure B2C 的 Web 身份验证无法正常工作

[英]Web authentication not working correctly for Azure B2C

I've created a new web project and selected the authentication via Azure AD B2C using my working tenant.我创建了一个新的 Web 项目,并使用我的工作租户通过 Azure AD B2C 选择了身份验证。

When I run the code and try to log in, the only User which is recognised is the account I used to create the tenant;当我运行代码并尝试登录时,唯一被识别的用户是我用来创建租户的帐户; no other B2C users in that tenant are recognised.不会识别该租户中的其他 B2C 用户。

Why is this, and how do I fix it, please这是为什么,我该如何解决,请

For anyone else suffering from this issue, the blog post:对于遇到此问题的其他人,博客文章:

https://saraford.net/2017/11/09/securing-and-calling-a-web-api-using-azure-ad-b2c/ that it seems to cover it... https://saraford.net/2017/11/09/securing-and-calling-a-web-api-using-azure-ad-b2c/它似乎涵盖了它......

About 1/3 of the way down she states that it: " doesn't work with B2C "大约 1/3 的地方她说:“不适用于 B2C

If only Microsoft had told us that...如果只有微软告诉我们......

暂无
暂无

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

相关问题 Azure B2C和令牌认证 - Azure B2C and authentication with token Azure AD B2C - 身份验证挑战不会触发身份验证 - Azure AD B2C - Authentication Challenge not triggering authentication Azure ad b2c身份验证质询丢失了会话对象 - Azure ad b2c authentication challenge loses session object .NET Core API Azure B2C认证配置 - .NET Core API Azure B2C authentication configuration Azure B2C 和 .net 核心 3.1 认证问题 - Azure B2C and .net core 3.1 Authentication Problem 使用ASP.NET Core中的Azure Active Directory B2C在Web API中测试云身份验证-返回错误“ invalid_request” - Test cloud authentication in web APIs with Azure Active Directory B2C in ASP.NET Core - return error “invalid_request” Azure B2C Authentication (angular + .net core Web API) - Neither scope or roles claim was found in the bearer token - Azure B2C Authentication (angular + .net core Web API) - Neither scope or roles claim was found in the bearer token Azure B2C 移动应用程序与 web api 相结合 - Azure B2C mobile app in combination with a web api Blazor ServerApp Azure b2C - 如何允许匿名访问网站并且不显示 SigninSignUp B2C 登录页面 web 开始 - Blazor ServerApp Azure b2C - how to Allow Anonymous Access To Website and not display SigninSignUp B2C Login page on web start 如何配置运行**本地**的 Azure Function 以使用 Azure B2C 执行身份验证? - How can I configure an Azure Function running **locally** to use Azure B2C to perform the authentication?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM