Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Update keycloak docker-compose.yml #63

Merged
merged 3 commits into from
Nov 25, 2022

Conversation

KowalskiPiotr98
Copy link
Contributor

@KowalskiPiotr98 KowalskiPiotr98 commented Nov 25, 2022

Closes #35

@sonarcloud
Copy link

sonarcloud bot commented Nov 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@@ -37,7 +37,7 @@
{
if (!User.Identity!.IsAuthenticated) return Redirect("/");
await HttpContext.SignOutAsync();
return Redirect($"{KeycloakSettings.Current.Authority}/protocol/openid-connect/logout?redirect_uri={HttpContext.GetEncodedBasePath()}");
return Redirect($"{KeycloakSettings.Current.Authority}/protocol/openid-connect/logout?client_id={KeycloakSettings.Current.ClientId}&post_logout_redirect_uri={HttpContext.GetEncodedBasePath()}");

Check warning

Code scanning / CodeQL

URL redirection from remote source

Untrusted URL redirection due to [user-provided value](1). Untrusted URL redirection due to [user-provided value](2). Untrusted URL redirection due to [user-provided value](3).
@KowalskiPiotr98 KowalskiPiotr98 merged commit 2eda5e1 into main Nov 25, 2022
@KowalskiPiotr98 KowalskiPiotr98 deleted the keycloak-docker-compose-fix branch November 25, 2022 21:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keycloak docker-compose no longer works
1 participant