Skip to content

Commit

Permalink
Revert "enhancement/silent-sso-subfolder (#224)" (#225)
Browse files Browse the repository at this point in the history
This reverts commit 0be7da2.
  • Loading branch information
KevinJJackson authored Jul 8, 2024
1 parent 0be7da2 commit b5ea877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- This file should be in public as: /public/midas/silent-check-sso.html -->
<!-- This file should be in public as: /public/silent-check-sso.html -->

<html>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/userService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const initKeycloak = (renderAppCallback = () => {}) => {
.init({
onLoad: 'check-sso',
silentCheckSsoRedirectUri:
window.location.origin + '/midas/silent-check-sso.html',
window.location.origin + '/silent-check-sso.html',
pkceMethod: 'S256',
adapter: 'default',
checkLoginIframe: false,
Expand Down

0 comments on commit b5ea877

Please sign in to comment.