Skip to content

Commit 9a71a4f

Browse files
PLA-633 Fixed signout path for webcsd
1 parent fe151e6 commit 9a71a4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
- "PlatformClientSettings__RedirectUri=${PUBLIC_URI}/authentication/login-callback"
3434
- "PlatformClientSettings__PostLogoutRedirectUri=${PUBLIC_URI}/authentication/logout-callback"
3535
- "WebCsdClientSettings__RedirectUri=${PUBLIC_URI}/structures/signin-oidc"
36-
- "WebCsdClientSettings__PostLogoutRedirectUri=${PUBLIC_URI}/structures/signin-oidc"
36+
- "WebCsdClientSettings__PostLogoutRedirectUri=${PUBLIC_URI}/structures/signout-oidc"
3737
depends_on:
3838
- webcsdbackend
3939

@@ -95,6 +95,8 @@ services:
9595
- ccdc-csd-resultstore
9696
- ccdc-csd-similaritysearch
9797
image: ccdcrepository.azurecr.io/onsite/ccdc-csd-searchservice-api:4.0.0
98+
environment:
99+
- SearchProgressEndpoint=api/{0}/internal-progress
98100

99101
csd-request-entry:
100102
labels:

0 commit comments

Comments
 (0)