Skip to content

Commit 0dfe277

Browse files
committed
Simplify oauth2-login authorizationServer application.yml
Closes gh-30
1 parent 3834865 commit 0dfe277

File tree

1 file changed

+1
-4
lines changed
  • samples/oauth2-login/src/test/resources/testjars/authorizationServer

1 file changed

+1
-4
lines changed

samples/oauth2-login/src/test/resources/testjars/authorizationServer/application.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ spring:
1616
- "refresh_token"
1717
redirect-uris:
1818
- "http://localhost:8080/login/oauth2/code/spring"
19-
post-logout-redirect-uris:
20-
- "http://localhost:8080/"
2119
scopes:
2220
- "openid"
23-
- "profile"
24-
require-authorization-consent: true
21+
- "profile"

0 commit comments

Comments
 (0)