OpenID Connect Interactive authentication with Authorization Code Flow (OIDC Part 3)
In part 2 we created a simple OIDC setup using hard-coded client credentials for the client to obtain an access token, so it could invoke the resource API. In this post, we are gonna enable interactive login on the identity server with hard-coded test users using authorization flow. After the users have successfully logged in, …
OpenID Connect Interactive authentication with Authorization Code Flow (OIDC Part 3) Read More »