Skip to content

Commit f13836c

Browse files
committed
Add X to CommonOAuth2Provider Reference
Issue gh-16510 Signed-off-by: Rob Winch <[email protected]>
1 parent 23e7c9e commit f13836c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/ROOT/pages/reactive/oauth2/login/core.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ A `ClientRegistration` can be initially configured using discovery of an OpenID
153153
[[webflux-oauth2-login-common-oauth2-provider]]
154154
== CommonOAuth2Provider
155155

156-
`CommonOAuth2Provider` pre-defines a set of default client properties for a number of well known providers: Google, GitHub, Facebook, and Okta.
156+
`CommonOAuth2Provider` pre-defines a set of default client properties for a number of well known providers: Google, GitHub, Facebook, X, and Okta.
157157

158158
For example, the `authorization-uri`, `token-uri`, and `user-info-uri` do not change often for a Provider.
159159
Therefore, it makes sense to provide default values in order to reduce the required configuration.

docs/modules/ROOT/pages/servlet/oauth2/login/core.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You can initially configure a `ClientRegistration` by using discovery of an Open
153153
[[oauth2login-common-oauth2-provider]]
154154
== CommonOAuth2Provider
155155

156-
`CommonOAuth2Provider` pre-defines a set of default client properties for a number of well known providers: Google, GitHub, Facebook, and Okta.
156+
`CommonOAuth2Provider` pre-defines a set of default client properties for a number of well known providers: Google, GitHub, Facebook, X, and Okta.
157157

158158
For example, the `authorization-uri`, `token-uri`, and `user-info-uri` do not change often for a provider.
159159
Therefore, it makes sense to provide default values, to reduce the required configuration.

0 commit comments

Comments
 (0)