0
comment
comment
on 4/14/2017 5:47 AM
Authentication and authorization with Identity Server 4
Few week ago I described how to build a custom Jwt authentication.
Today I will show how we can use Identity server together with Resource owner password flow to authenticate and authorise your client to access your api.
This post will be composed by 3 parts:
1. Identity server
2. Protect an api
3. Configure a client
The full source code is