Merge branch '2.7.x'

Closes gh-33069
pull/33080/head
Andy Wilkinson 2 years ago
commit 1481676b54

@ -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"

Loading…
Cancel
Save