Skip to content

Commit

Permalink
try keycloak url
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Oct 15, 2024
1 parent 01bf9df commit eb4ab77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN cat public/silent-check-sso.html <<EOF
<html>
<body>
<script>
parent.postMessage(location.href, '${APPLICATION_CLIENT_URL}');
parent.postMessage(location.href, '${KEYCLOAK_URL}');
</script>
</body>
</html>
Expand Down

0 comments on commit eb4ab77

Please sign in to comment.