Skip to content

Commit 1a9e57c

Browse files
authored
Update cwc_auth_1.html
1 parent 86c710f commit 1a9e57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npachpande/cwc/sdb3/cwc_auth_1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
function fetchIdentityToken() {
20-
const porticoURL = "https://portico.sfproxy.controltelemetry-s.aws-esvc1-useast2.aws.sfdc.cl/api/v1/miaw/getJwtToken?issuer=testIssuer&subject=testSubject@cwc.com&jwtExpInSeconds=600&keyId=5f103f1b-ee38-404c-ac94-83c427764813";
20+
const porticoURL = "https://portico.sfproxy.controltelemetry.aws-dev2-uswest2.aws.sfdc.cl/api/v1/miaw/getJwtToken?issuer=testIssuer&subject=testSubject@cwc.com&jwtExpInSeconds=6000&keyId=5f103f1b-ee38-404c-ac94-83c427764813";
2121
return fetch(porticoURL).then(function(response) {
2222
return response.json();
2323
});

0 commit comments

Comments
 (0)