OpenID Connect access token to access protected API
In our setup we need both reliable user authentication and scope-based authorization.
Consider the following scenario: a user logs in into our client (portal) using OpenID Connect, and our client wants to access a resource (“read”) on a …