Skip to content

Commit

Permalink
add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Oct 15, 2024
1 parent 135bcee commit 9a4d9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions webapp/public/silent-check-sso.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<body>
<script>
console.log('silent-check-sso.html, location.href:', location.href, 'location.origin:', location.origin);
parent.postMessage(location.href, location.origin);
</script>
</body>
Expand Down
1 change: 1 addition & 0 deletions webapp/src/app/core/security/keycloak.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export class KeycloakService {
onLoad: 'check-sso',
silentCheckSsoRedirectUri: window.location.origin + '/silent-check-sso.html'
});
console.log('KeycloakService.init silentCheckSsoRedirectUri:', window.location.origin + '/silent-check-sso.html');

if (!authenticated) {
return authenticated;
Expand Down

0 comments on commit 9a4d9bc

Please sign in to comment.