mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Merge pull request #50193 from johnnypwong
* fix-typo-doc-spring-security-provider: Fix typo in OAuth2 client registration documentation Closes gh-50193
This commit is contained in:
+1
-1
@@ -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].
|
||||
|
||||
Reference in New Issue
Block a user