Skip to content

Commit

Permalink
Merge branch '2.6.x' into 2.7.x
Browse files Browse the repository at this point in the history
Closes gh-33068
  • Loading branch information
wilkinsona committed Nov 8, 2022
2 parents 0e70c33 + 452cc71 commit bb141ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,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 bb141ff

Please sign in to comment.