ASP.NET Core IdentityServer4 Resource Owner Password Flow with custom UserRepository

added by DotNetKicks
4/14/2017 7:59:38 PM

595 Views

This article shows how a custom user store or repository can be used in IdentityServer4. This can be used for an existing user management system which doesn't use Identity or request user data from a custom source. The Resource Owner Flow using refresh tokens is used to access the protected data on the resource server....


0 comments