Merge pull request #32931 from EricGao888
* gh-32931: Fix a minor bug in an example in oauth2 doc Closes gh-32931
This commit is contained in:
commit
452cc717a6
|
|
@ -98,7 +98,7 @@ You can register multiple OAuth2 clients and providers under the `spring.securit
|
|||
scope: "user"
|
||||
redirect-uri: "https://my-redirect-uri.com"
|
||||
client-authentication-method: "basic"
|
||||
authorization-grant-type: "authorization-code"
|
||||
authorization-grant-type: "authorization_code"
|
||||
|
||||
my-client-2:
|
||||
client-id: "abcd"
|
||||
|
|
|
|||
Loading…
Reference in New Issue