We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3c88f commit 17e96e5Copy full SHA for 17e96e5
lib/createJWT.ts
@@ -58,7 +58,7 @@ async function createJWT(doc: any) {
58
"access_token": {
59
"value": jwt,
60
"manage": {
61
- "uri": url.protocol + "//" + url.hostname + "/as/token/" + doc.interact_nonce.value,
+ "uri": url.protocol + "//" + url.hostname + "/api/as/token/" + doc.interact_nonce.value,
62
63
"value": token_endpoint_access_token
64
}
0 commit comments