From fc627d4bd41b21b4812c2489a06d7edc2594a763 Mon Sep 17 00:00:00 2001 From: Johnny Wong <37771832+johnnypwong@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:40:36 -0400 Subject: [PATCH] Fix typo in OAuth2 client registration documentation See gh-50193 Signed-off-by: Johnny Wong <37771832+johnnypwong@users.noreply.github.com> --- .../antora/modules/reference/pages/web/spring-security.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc index 4c7147515d1..e417f7a8153 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc @@ -214,7 +214,7 @@ For production environments, consider using a javadoc:org.springframework.securi ==== OAuth2 Client Registration for Common Providers For common OAuth2 and OpenID providers (Google, Github, Facebook, and Okta), we provide a set of provider defaults. -The IDs of these common provides are `google`, `github`, `facebook`, and `okta`, respectively. +The IDs of these common providers are `google`, `github`, `facebook`, and `okta`, respectively. If you do not need to customize these providers, set the registration's `provider` property to the ID of one of the common providers. Alternatively, you can xref:web/spring-security.adoc#web.security.oauth2.client[use a registration ID that matches the ID of the provider].