Skip to content

Commit

Permalink
Merge branch '2.7.x'
Browse files Browse the repository at this point in the history
Closes gh-33069
  • Loading branch information
wilkinsona committed Nov 8, 2022
2 parents c314d62 + bb141ff commit 1481676
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 1481676

Please sign in to comment.