Search code examples
HttpContext.SignInAsync vs. SigninManger.SignInAsync...


c#asp.netasp.net-identity

Read More
Redirect user to custom login page when using Azure AD...


c#active-directoryasp.net-identityowinazure-active-directory

Read More
ASP Core API 2.2. RequireClaim and RequireAuthenticatedUser policies are not working...


c#.netasp.net-core.net-coreasp.net-identity

Read More
How do I validate a user's cookie and extract their claims in identity framework?...


c#cookiesasp.net-identity

Read More
How can I safely implement idle timeout when using identityserver4 and aspnet identity?...


javascriptjqueryasp.net-identityasp.net-core-2.0identityserver4

Read More
How to get ASP.NET Identity authentication ticket expiry in Razor Page?...


asp.net-identityasp.net-core-2.0identityserver4razor-pages

Read More
Asp.Net Core Identity 2.2 and Identity Server 4, Changing User Id type results in an error in the db...


c#asp.net-coreentity-framework-coreasp.net-identityidentityserver4

Read More
Using Authorization filters to Implement permission based authorization in asp.net core...


asp.net-mvcasp.net-coreasp.net-identityasp.net-authorization

Read More
IdentityServer4 with persistent database...


asp.net-coreasp.net-identityidentityserver4

Read More
User always required to login after 20 - 30 minutes...


asp.net-coreasp.net-identityasp.net-authentication

Read More
ASP.NET Web API 2: How do I log in with external authentication services?...


asp.net.netasp.net-web-apioauth-2.0asp.net-identity

Read More
/connect/userinfo returns me a 403 forbidden in identityserver4...


oauth-2.0asp.net-identityidentityserver4

Read More
How can I verify a user's role when they log in using identity...


c#asp.netasp.net-coreasp.net-identity

Read More
Overriding FindByEmail to find by tenant too...


c#asp.net-coreasp.net-identityidentity

Read More
FirstName and LastName and other fields on ASP.Net.Core.Identity 2.0...


asp.net-coreasp.net-identity

Read More
The entity type ApplicationUser is not part of the model for the current context...


c#asp.netentity-frameworkasp.net-identity

Read More
Using Identity's Managers in IdentityDbContext that was created by UseInMemoryDatabase()...


c#entity-frameworkunit-testingasp.net-coreasp.net-identity

Read More
Is it safe to expose the UserId to a client?...


asp.netsecurityasp.net-coreasp.net-identity

Read More
How to add : "config.SignIn.RequireConfirmedEmail = true;" Extended ApplicationUser...


asp.net-coreasp.net-identity

Read More
Application not auto creating AccountController...


asp.net-mvcasp.net-identityvisual-studio-2017visual-studio-templates

Read More
Configure asp.net core 2 web application to use authentication from a separate IdentityServer4 serve...


asp.net-coreasp.net-identityidentityserver4

Read More
How to check if user already exists on client-side in ASP.NET MVC 5?...


c#asp.netasp.net-mvcasp.net-identityclient-side-validation

Read More
ASP.NET Core MVC post form data not bind using identity loginmodel?...


c#asp.net-core-mvcasp.net-identity

Read More
Preventing unauthorized logged users to edit/Delete in asp.net core...


c#asp.net-mvcasp.net-identity

Read More
asp Identity 2.0 adding new roles and adding user to roles...


asp.netvisual-studio-2013asp.net-identity

Read More
ASP.NET Core Identity: intended that application cookie remains?...


c#cookiesasp.net-identityasp.net-core-2.2.net-core-2.2

Read More
AspNetUsers search error messager: Cannot convert lambda expression to intended delegate type becaus...


c#asp.netasp.net-coreentity-framework-coreasp.net-identity

Read More
Calling PasswordSignIn and SendTwoFactorCode in the same request...


asp.netasp.net-mvcasp.net-mvc-4asp.net-identitytwo-factor-authentication

Read More
Check claims (email) before creating a new cookie, without asp. core identity store using asp net co...


c#asp.net-corecookiesoauthasp.net-identity

Read More
ASP.Net MVC: How to read my custom claims value...


c#asp.netasp.net-mvcasp.net-identityclaims-based-identity

Read More
BackNext