We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c710f commit 1a9e57cCopy full SHA for 1a9e57c
npachpande/cwc/sdb3/cwc_auth_1.html
@@ -17,7 +17,7 @@
17
}
18
19
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";
+ 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";
21
return fetch(porticoURL).then(function(response) {
22
return response.json();
23
});
0 commit comments