We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3021263 + 569e752 commit 452cc71Copy full SHA for 452cc71
spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/spring-security.adoc
@@ -98,7 +98,7 @@ You can register multiple OAuth2 clients and providers under the `spring.securit
98
scope: "user"
99
redirect-uri: "https://my-redirect-uri.com"
100
client-authentication-method: "basic"
101
- authorization-grant-type: "authorization-code"
+ authorization-grant-type: "authorization_code"
102
103
my-client-2:
104
client-id: "abcd"
0 commit comments