For openid-connect, the spec specifies that the endpoint should be /.well-known/openid-configuration
This conflicts with the currently default path, which seems to suit OAuth2 well though.
I suggest adding a flag to choose between OAuth2 only or OIDC.
For openid-connect, the spec specifies that the endpoint should be
/.well-known/openid-configurationThis conflicts with the currently default path, which seems to suit OAuth2 well though.
I suggest adding a flag to choose between OAuth2 only or OIDC.