diff options
Diffstat (limited to 'src/main/resources/script/oidc.js')
-rw-r--r-- | src/main/resources/script/oidc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/script/oidc.js b/src/main/resources/script/oidc.js index a6556bd..0f5699f 100644 --- a/src/main/resources/script/oidc.js +++ b/src/main/resources/script/oidc.js @@ -43,7 +43,7 @@ } try { - response = openidm.action("external/rest", "call", { + response = openidm.action("endpoint/restClient", "call", { "method": "POST", "url": resolver.token_endpoint, "contentType": "application/x-www-form-urlencoded", |