Skip to content

Commit

Permalink
Fix a minor bug in an example in oauth2 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
EricGao888 authored and wilkinsona committed Nov 8, 2022
1 parent 3021263 commit 569e752
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 569e752

Please sign in to comment.