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 0e70c33 + 452cc71 commit bb141ffCopy full SHA for bb141ff
spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/spring-security.adoc
@@ -95,7 +95,7 @@ You can register multiple OAuth2 clients and providers under the `spring.securit
95
scope: "user"
96
redirect-uri: "https://my-redirect-uri.com"
97
client-authentication-method: "basic"
98
- authorization-grant-type: "authorization-code"
+ authorization-grant-type: "authorization_code"
99
100
my-client-2:
101
client-id: "abcd"
0 commit comments