Skip to content

Commit

Permalink
Feature/6916 ppg 801 issues with relying party cas] session timeout a…
Browse files Browse the repository at this point in the history
…nd logout (#1960)

* ppg 801 rpl frame issue

* Change message allowed domain to security api domain
  • Loading branch information
brijrajsinh-bc authored Jan 8, 2024
1 parent 3631770 commit b2829d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/rpIFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function check_session() {
let client_id = decrypt('client_id');
let session_state = this.localStorage.getItem('session_state');
let mes = client_id + ' ' + session_state;
win.postMessage(mes, '*.crowncommercial.gov.uk');
win.postMessage(mes, this.localStorage.getItem('securityapiurl'));
}

function setTimer() {
Expand Down Expand Up @@ -61,4 +61,4 @@ function decrypt(key) {
}

return decryptedText;
}
}

0 comments on commit b2829d6

Please sign in to comment.