Skip to content

Commit 2aff1ac

Browse files
Configure post logout url
1 parent 846e91f commit 2aff1ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

selenium/authorization-server/src/main/resources/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ spring:
4343
- none
4444
redirect-uris:
4545
- "https://localhost:15671/js/oidc-oauth/login-callback.html"
46+
post-logout-redirect-uris:
47+
- "https://localhost:15671/"
4648
scopes:
4749
- openid
4850
- profile

selenium/test/oauth/spring/application.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ spring:
4242
client-authentication-methods:
4343
- none
4444
redirect-uris:
45-
- "https://localhost:15671/js/oidc-oauth/login-callback.html"
45+
- "${RABBITMQ_SCHEME}://${RABBITMQ_HOST}${RABBITMQ_PATH}/js/oidc-oauth/login-callback.html"
46+
post-logout-redirect-uris:
47+
- "${RABBITMQ_SCHEME}://${RABBITMQ_HOST}${RABBITMQ_PATH}"
4648
scopes:
4749
- openid
4850
- profile

0 commit comments

Comments
 (0)