spring-authorization-server icon indicating copy to clipboard operation
spring-authorization-server copied to clipboard

ref-doc: Add configuration for userinfo endpoint to Getting Started example

Open sjohnr opened this issue 3 years ago • 0 comments

Expected Behavior

The userinfo endpoint is accessible in the Getting Started example.

Current Behavior

The /.well-known/openid-configuration (OpenID Connect 1.0 Provider Configuration Endpoint) response contains the userinfo endpoint, but it is not configured/exposed in the Getting Started example, and is therefore inaccessible from the client.

Note: The default sample does demonstrate this.

sjohnr avatar Sep 30 '22 21:09 sjohnr