|
|
|
@ -1076,8 +1076,8 @@ class OidcClient {
|
|
|
|
|
const res = yield httpclient
|
|
|
|
|
.getJson(id_token_url)
|
|
|
|
|
.catch(error => {
|
|
|
|
|
throw new Error(`Failed to get ID Token. \n
|
|
|
|
|
Error Code : ${error.statusCode}\n
|
|
|
|
|
throw new Error(`Failed to get ID Token. \n
|
|
|
|
|
Error Code : ${error.statusCode}\n
|
|
|
|
|
Error Message: ${error.result.message}`);
|
|
|
|
|
});
|
|
|
|
|
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
|
|
|
|
@ -17219,7 +17219,7 @@ module.exports = require("zlib");;
|
|
|
|
|
/************************************************************************/
|
|
|
|
|
/******/ // The module cache
|
|
|
|
|
/******/ var __webpack_module_cache__ = {};
|
|
|
|
|
/******/
|
|
|
|
|
/******/
|
|
|
|
|
/******/ // The require function
|
|
|
|
|
/******/ function __nccwpck_require__(moduleId) {
|
|
|
|
|
/******/ // Check if module is in cache
|
|
|
|
@ -17233,7 +17233,7 @@ module.exports = require("zlib");;
|
|
|
|
|
/******/ // no module.loaded needed
|
|
|
|
|
/******/ exports: {}
|
|
|
|
|
/******/ };
|
|
|
|
|
/******/
|
|
|
|
|
/******/
|
|
|
|
|
/******/ // Execute the module function
|
|
|
|
|
/******/ var threw = true;
|
|
|
|
|
/******/ try {
|
|
|
|
@ -17242,21 +17242,21 @@ module.exports = require("zlib");;
|
|
|
|
|
/******/ } finally {
|
|
|
|
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
|
|
|
|
/******/ }
|
|
|
|
|
/******/
|
|
|
|
|
/******/
|
|
|
|
|
/******/ // Return the exports of the module
|
|
|
|
|
/******/ return module.exports;
|
|
|
|
|
/******/ }
|
|
|
|
|
/******/
|
|
|
|
|
/******/
|
|
|
|
|
/************************************************************************/
|
|
|
|
|
/******/ /* webpack/runtime/compat */
|
|
|
|
|
/******/
|
|
|
|
|
/******/
|
|
|
|
|
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";/************************************************************************/
|
|
|
|
|
/******/
|
|
|
|
|
/******/
|
|
|
|
|
/******/ // startup
|
|
|
|
|
/******/ // Load entry module and return exports
|
|
|
|
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
|
|
|
/******/ var __webpack_exports__ = __nccwpck_require__(3109);
|
|
|
|
|
/******/ module.exports = __webpack_exports__;
|
|
|
|
|
/******/
|
|
|
|
|
/******/
|
|
|
|
|
/******/ })()
|
|
|
|
|
;
|
|
|
|
|
;
|