We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b68357 commit 105d1c8Copy full SHA for 105d1c8
npachpande/cwc/sdb3/cwc_auth_1.html
@@ -17,7 +17,7 @@
17
}
18
19
function fetchIdentityToken() {
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";
+ const porticoURL = "https://portico.sfproxy.controltelemetry.aws-dev2-uswest2.aws.sfdc.cl/api/v1/miaw/getJwtToken?issuer=testIssuer&subject=testSubject2@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