Revert "Expose property to configure OAuth2 provider configurationMetadata"

This reverts commit 7b79029949.

See gh-21375
This commit is contained in:
Madhura Bhave
2020-05-13 13:53:46 -07:00
parent daed512076
commit 27ada029b5
4 changed files with 0 additions and 26 deletions

View File

@@ -3219,7 +3219,6 @@ You can register multiple OAuth2 clients and providers under the `spring.securit
spring.security.oauth2.client.provider.my-oauth-provider.user-info-authentication-method=header
spring.security.oauth2.client.provider.my-oauth-provider.jwk-set-uri=https://my-auth-server/token_keys
spring.security.oauth2.client.provider.my-oauth-provider.user-name-attribute=name
spring.security.oauth2.client.provider.my-oauth-provider.configuration-metadata.end_session_endpoint=https://my-end-session-endpoint
----
For OpenID Connect providers that support https://openid.net/specs/openid-connect-discovery-1_0.html[OpenID Connect discovery], the configuration can be further simplified.