Skip to content

Commit

Permalink
Merge pull request #32931 from EricGao888
Browse files Browse the repository at this point in the history
* gh-32931:
  Fix a minor bug in an example in oauth2 doc

Closes gh-32931
  • Loading branch information
wilkinsona committed Nov 8, 2022
2 parents 3021263 + 569e752 commit 452cc71
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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"
Expand Down

0 comments on commit 452cc71

Please sign in to comment.