implement oidc discovery

This commit is contained in:
Abdul Rifqi Al Abqary
2020-01-06 16:44:50 +09:00
parent 2e7e40c4cc
commit 83a20bd7de
2 changed files with 26 additions and 2 deletions

View File

@@ -2455,8 +2455,7 @@ export default {
authUrl: this.authUrl,
accessTokenUrl: this.accessTokenUrl,
clientId: this.clientId,
scope: this.scope,
clientAuth: this.clientAuth
scope: this.scope
};
await tokenRequest(tokenReqParams);
} catch (e) {