Skip to content

Commit

Permalink
updated url path for silent-sso
Browse files Browse the repository at this point in the history
  • Loading branch information
tideorg committed Nov 25, 2024
1 parent e8712a8 commit fa0f0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapp/scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function initTC(setstate) {

tidecloak.init({
onLoad: "check-sso",
silentCheckSsoRedirectUri: window.location.origin + "/test/silent-check-sso.html",
silentCheckSsoRedirectUri: window.location.origin + "/silent-check-sso.html",
pkceMethod: "S256",
})
.then((authenticated) => {
Expand Down

0 comments on commit fa0f0e0

Please sign in to comment.