We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b89c4d commit 8e6fe7cCopy full SHA for 8e6fe7c
selenium/authorization-server/src/main/resources/application.yml
@@ -43,6 +43,8 @@ spring:
43
- none
44
redirect-uris:
45
- "https://localhost:15671/js/oidc-oauth/login-callback.html"
46
+ post-logout-redirect-uris:
47
+ - "https://localhost:15671/"
48
scopes:
49
- openid
50
- profile
selenium/test/oauth/spring/application.yml
@@ -42,7 +42,9 @@ spring:
42
client-authentication-methods:
- - "https://localhost:15671/js/oidc-oauth/login-callback.html"
+ - "${RABBITMQ_SCHEME}://${RABBITMQ_HOST}${RABBITMQ_PATH}/js/oidc-oauth/login-callback.html"
+ - "${RABBITMQ_SCHEME}://${RABBITMQ_HOST}${RABBITMQ_PATH}"
0 commit comments