Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

ASP.net Identity 2.1 Get all users with roles

How can the Identity.GetUserId() be made to return a Guid instead of a string?

Can two different OWIN applications authorize an OAuth2 bearer access token? [duplicate]

ASP.NET with OpenIdAuthentication: redirect to url if not authorized

How do I get the current logged in user ID in the ApplicationDbContext using Identity?

Unable to access CreateAsync in User Manager

Customising the OWIN/Katana UserManager factory behaviour

ASP.NET Identity is null even the token is sent

Updating asp.net MVC from 5.0.0-beta2 to 5.0.0-rc1

ASP.Net Identity 2.0: User is a System.Web.Security.RolePrincipal, Why?

Create default user/admin when website initialize - Identity

c# asp.net asp.net-identity

ASP.NET Identity: Authorize attribute with roles doesn't work on Azure

ResetPassword Token How and where is it stored?

asp.net asp.net-identity

Uninstall OWIN and Identity packages

How to implement permission based authorization in ASP.net core Identity?

How to get the ID of Roles for which a user is enrolled in MVC 5

Asp.net core Identity "The INSERT statement conflicted with the FOREIGN KEY constraint "

Setting up Forms Authentication for multiple Web Apps in MVC 5 based on OWIN

How can I check if a user exists in my Login action?

How Bearer tokens (OAuth2) are created?