Browse Source

Merge branch '2.6.x' into 2.7.x

Closes gh-33068
pull/33648/head
Andy Wilkinson 3 years ago
parent
commit
bb141ffc09
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/spring-security.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/spring-security.adoc

@ -95,7 +95,7 @@ You can register multiple OAuth2 clients and providers under the `spring.securit @@ -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