英文: HttpContext SignOutAsync inconsistency 问题 我有一个登录功能,用户通过他们的Microsoft帐户登录网站。 使用HttpContext类,我尝试使用S...
你可以使用一个服务来配置另一个服务的方法是什么?
英文: How can I use a service to configure another service? 问题 你可以使用依赖注入来获取JWTService的实例,并将其作为AddJwtBe...
ASP.NET Core Identity,从数据库中提取用户时加载用户的声明
英文: ASP.NET Core Identity, load user's claims when pulling a user from the database 问题 如果你的数据库上下...
How to use ASP.NET Core Identity UserManager<ApplicationUser> through static method to get Identity User data from DB
英文: How to use ASP.NET Core Identity UserManager<ApplicationUser> through static method to get...
身份验证库 – 检查已启用并在每个页面上重新读取声明
英文: Identity library - Check Enabled & re-read Claims on each page 问题 我正在使用ASP.NET Identity库在Bla...
在ASP.NET Core WebAPI控制器中,带有角色的Authorize属性不起作用。
英文: The Authorize attribute in ASP.NET Core WebAPI controller with the Roles is not work 问题 I tried ...
为什么ASP.NET Core中身份服务中的异步方法没有CancellationToken参数?
英文: Why don't async methods in identity services in ASP.NET Core have a parameter for Cancellati...
ASP.NET Core Identity在使用PostgreSQL时重定向出现问题?
英文: ASP.NET Core Identity redirection breaks when using postgres? 问题 我有一个小的Blazor Server应用程序,通过Entit...
Multiple AD authentication schemas – cannot run .NET 7 web API when I add multiple providers.
英文: Multiple AD authentication schemas - cannot run .NET 7 web API when I add multiple providers 问题 ...
获取已登录用户的身份?
英文: Getting the identity of the logged in user? 问题 The is for a Blazor (server side) application. As...