spring-authorization-server
spring-authorization-server copied to clipboard
ref-doc: Add configuration for userinfo endpoint to Getting Started example
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.