Add X to CommonOAuth2Provider Reference

Issue gh-16510

Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
This commit is contained in:
Rob Winch 2025-05-07 11:30:08 -05:00
parent 23e7c9eeaa
commit f13836c9c8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ A `ClientRegistration` can be initially configured using discovery of an OpenID
[[webflux-oauth2-login-common-oauth2-provider]]
== CommonOAuth2Provider
`CommonOAuth2Provider` pre-defines a set of default client properties for a number of well known providers: Google, GitHub, Facebook, and Okta.
`CommonOAuth2Provider` pre-defines a set of default client properties for a number of well known providers: Google, GitHub, Facebook, X, and Okta.
For example, the `authorization-uri`, `token-uri`, and `user-info-uri` do not change often for a Provider.
Therefore, it makes sense to provide default values in order to reduce the required configuration.

View File

@ -153,7 +153,7 @@ You can initially configure a `ClientRegistration` by using discovery of an Open
[[oauth2login-common-oauth2-provider]]
== CommonOAuth2Provider
`CommonOAuth2Provider` pre-defines a set of default client properties for a number of well known providers: Google, GitHub, Facebook, and Okta.
`CommonOAuth2Provider` pre-defines a set of default client properties for a number of well known providers: Google, GitHub, Facebook, X, and Okta.
For example, the `authorization-uri`, `token-uri`, and `user-info-uri` do not change often for a provider.
Therefore, it makes sense to provide default values, to reduce the required configuration.