Skip to content

Commit 8e6fe7c

Browse files
Configure post logout url
1 parent 2b89c4d commit 8e6fe7c

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy