Closed
Description
An authorization server should support the /.well-known/openid-configuration
endpoint as specified by https://openid.net/specs/openid-connect-discovery-1_0.html.
This enables automatic client configuration (as already implemented in spring security 5) and we can also integrate JWKS endpoint as of gh-2.
The Nimbus SDK may be used for generating the endpoint response.