@tapni/auth 0.0.139 → 0.0.140
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +6 -6
- package/dist/{Account-7iRBtpd0.js → Account-kxvHgzkv.js} +1 -1
- package/dist/{QR-a906Y1ud.js → QR-WTnB1gtM.js} +1 -1
- package/dist/TapniAuth.es.js +1 -1
- package/dist/TapniAuth.umd.js +8 -8
- package/dist/{install-KST5XzlM.js → install-VeiW4Fxi.js} +218 -218
- package/package.json +1 -1
- package/src/store/auth.js +1 -0
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { reactive as Qr, readonly as
|
|
2
|
-
import { createRouter as
|
|
3
|
-
import { createNamespacedHelpers as
|
|
4
|
-
import { Capacitor as Yn, registerPlugin as ar, WebPlugin as
|
|
1
|
+
import { reactive as Qr, readonly as xi, resolveComponent as Kn, openBlock as N, createElementBlock as U, createElementVNode as _, toDisplayString as Q, createCommentVNode as fe, createVNode as De, withCtx as Gt, createTextVNode as ke, pushScopeId as An, popScopeId as Rn, createStaticVNode as Ui, nextTick as So, withModifiers as Ge, normalizeStyle as Bn, withDirectives as Ie, withKeys as fn, vModelText as gn, vModelDynamic as _r, vShow as Jt, createBlock as ht, normalizeClass as Je, vModelCheckbox as Bi, watch as Di, unref as Hi } from "vue";
|
|
2
|
+
import { createRouter as ji, createWebHistory as Fi, RouterView as qi } from "vue-router";
|
|
3
|
+
import { createNamespacedHelpers as Ki, createStore as Gi } from "vuex";
|
|
4
|
+
import { Capacitor as Yn, registerPlugin as ar, WebPlugin as Vi } from "@capacitor/core";
|
|
5
5
|
import he from "await-to-js";
|
|
6
6
|
import co from "axios";
|
|
7
|
-
import { jwtDecode as
|
|
7
|
+
import { jwtDecode as $o } from "jwt-decode";
|
|
8
8
|
import { Device as vr } from "@capacitor/device";
|
|
9
9
|
import { Browser as yr } from "@capacitor/browser";
|
|
10
|
-
import
|
|
11
|
-
import { sanitizeUrl as
|
|
10
|
+
import Jo from "qr-code-styling";
|
|
11
|
+
import { sanitizeUrl as Qi } from "@braintree/sanitize-url";
|
|
12
12
|
var lo = {}, Nr = {};
|
|
13
|
-
Nr.byteLength =
|
|
14
|
-
Nr.toByteArray =
|
|
15
|
-
Nr.fromByteArray =
|
|
16
|
-
var qt = [], bt = [],
|
|
17
|
-
for (var Mn = 0,
|
|
13
|
+
Nr.byteLength = $i;
|
|
14
|
+
Nr.toByteArray = Xi;
|
|
15
|
+
Nr.fromByteArray = ta;
|
|
16
|
+
var qt = [], bt = [], Yi = typeof Uint8Array < "u" ? Uint8Array : Array, Kr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
17
|
+
for (var Mn = 0, Wi = Kr.length; Mn < Wi; ++Mn)
|
|
18
18
|
qt[Mn] = Kr[Mn], bt[Kr.charCodeAt(Mn)] = Mn;
|
|
19
19
|
bt[45] = 62;
|
|
20
20
|
bt[95] = 63;
|
|
21
|
-
function
|
|
21
|
+
function Xo(n) {
|
|
22
22
|
var e = n.length;
|
|
23
23
|
if (e % 4 > 0)
|
|
24
24
|
throw new Error("Invalid string. Length must be a multiple of 4");
|
|
@@ -27,30 +27,30 @@ function Jo(n) {
|
|
|
27
27
|
var r = t === e ? 0 : 4 - t % 4;
|
|
28
28
|
return [t, r];
|
|
29
29
|
}
|
|
30
|
-
function
|
|
31
|
-
var e =
|
|
30
|
+
function $i(n) {
|
|
31
|
+
var e = Xo(n), t = e[0], r = e[1];
|
|
32
32
|
return (t + r) * 3 / 4 - r;
|
|
33
33
|
}
|
|
34
|
-
function
|
|
34
|
+
function Ji(n, e, t) {
|
|
35
35
|
return (e + t) * 3 / 4 - t;
|
|
36
36
|
}
|
|
37
|
-
function
|
|
38
|
-
var e, t =
|
|
37
|
+
function Xi(n) {
|
|
38
|
+
var e, t = Xo(n), r = t[0], o = t[1], i = new Yi(Ji(n, r, o)), a = 0, s = o > 0 ? r - 4 : r, u;
|
|
39
39
|
for (u = 0; u < s; u += 4)
|
|
40
40
|
e = bt[n.charCodeAt(u)] << 18 | bt[n.charCodeAt(u + 1)] << 12 | bt[n.charCodeAt(u + 2)] << 6 | bt[n.charCodeAt(u + 3)], i[a++] = e >> 16 & 255, i[a++] = e >> 8 & 255, i[a++] = e & 255;
|
|
41
41
|
return o === 2 && (e = bt[n.charCodeAt(u)] << 2 | bt[n.charCodeAt(u + 1)] >> 4, i[a++] = e & 255), o === 1 && (e = bt[n.charCodeAt(u)] << 10 | bt[n.charCodeAt(u + 1)] << 4 | bt[n.charCodeAt(u + 2)] >> 2, i[a++] = e >> 8 & 255, i[a++] = e & 255), i;
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function Zi(n) {
|
|
44
44
|
return qt[n >> 18 & 63] + qt[n >> 12 & 63] + qt[n >> 6 & 63] + qt[n & 63];
|
|
45
45
|
}
|
|
46
|
-
function
|
|
46
|
+
function ea(n, e, t) {
|
|
47
47
|
for (var r, o = [], i = e; i < t; i += 3)
|
|
48
|
-
r = (n[i] << 16 & 16711680) + (n[i + 1] << 8 & 65280) + (n[i + 2] & 255), o.push(
|
|
48
|
+
r = (n[i] << 16 & 16711680) + (n[i + 1] << 8 & 65280) + (n[i + 2] & 255), o.push(Zi(r));
|
|
49
49
|
return o.join("");
|
|
50
50
|
}
|
|
51
|
-
function
|
|
51
|
+
function ta(n) {
|
|
52
52
|
for (var e, t = n.length, r = t % 3, o = [], i = 16383, a = 0, s = t - r; a < s; a += i)
|
|
53
|
-
o.push(
|
|
53
|
+
o.push(ea(n, a, a + i > s ? s : a + i));
|
|
54
54
|
return r === 1 ? (e = n[t - 1], o.push(
|
|
55
55
|
qt[e >> 2] + qt[e << 4 & 63] + "=="
|
|
56
56
|
)) : r === 2 && (e = (n[t - 2] << 8) + n[t - 1], o.push(
|
|
@@ -1060,7 +1060,7 @@ uo.write = function(n, e, t, r, o, i) {
|
|
|
1060
1060
|
throw new Error("BigInt not supported");
|
|
1061
1061
|
}
|
|
1062
1062
|
})(lo);
|
|
1063
|
-
const wn = lo.Buffer,
|
|
1063
|
+
const wn = lo.Buffer, na = lo.Buffer, pr = Qr(/* @__PURE__ */ new Map()), q = {
|
|
1064
1064
|
$on(n, e) {
|
|
1065
1065
|
let t = pr.get(n);
|
|
1066
1066
|
t || (t = /* @__PURE__ */ new Set(), pr.set(n, t)), t.add(e);
|
|
@@ -1076,8 +1076,8 @@ const wn = lo.Buffer, ta = lo.Buffer, pr = Qr(/* @__PURE__ */ new Map()), q = {
|
|
|
1076
1076
|
t && t.delete(e);
|
|
1077
1077
|
}
|
|
1078
1078
|
};
|
|
1079
|
-
|
|
1080
|
-
const
|
|
1079
|
+
xi(q);
|
|
1080
|
+
const ra = {
|
|
1081
1081
|
computed: {
|
|
1082
1082
|
home() {
|
|
1083
1083
|
return this.$storex && this.$storex.token && this.$storex.username ? "/" + this.$storex.username : "/welcome";
|
|
@@ -1143,10 +1143,10 @@ const na = {
|
|
|
1143
1143
|
}
|
|
1144
1144
|
}
|
|
1145
1145
|
}
|
|
1146
|
-
}, { mapState:
|
|
1147
|
-
mixins: [
|
|
1146
|
+
}, { mapState: oa, mapActions: ia, mapGetters: aa } = Ki("auth"), at = {
|
|
1147
|
+
mixins: [ra],
|
|
1148
1148
|
computed: {
|
|
1149
|
-
...
|
|
1149
|
+
...oa([
|
|
1150
1150
|
"$storex",
|
|
1151
1151
|
"refreshing",
|
|
1152
1152
|
"loggedInUserId",
|
|
@@ -1160,14 +1160,14 @@ const na = {
|
|
|
1160
1160
|
"state",
|
|
1161
1161
|
"allowedOriginsAuth"
|
|
1162
1162
|
]),
|
|
1163
|
-
...
|
|
1163
|
+
...aa([
|
|
1164
1164
|
"isLoggedIn",
|
|
1165
1165
|
"renderView",
|
|
1166
1166
|
"appLanguage"
|
|
1167
1167
|
])
|
|
1168
1168
|
},
|
|
1169
1169
|
methods: {
|
|
1170
|
-
...
|
|
1170
|
+
...ia([
|
|
1171
1171
|
"setLoggedInAccounts",
|
|
1172
1172
|
"setLoggedInUserId",
|
|
1173
1173
|
"getRefreshTokens",
|
|
@@ -1213,7 +1213,7 @@ const na = {
|
|
|
1213
1213
|
for (const [r, o] of e)
|
|
1214
1214
|
t[r] = o;
|
|
1215
1215
|
return t;
|
|
1216
|
-
},
|
|
1216
|
+
}, sa = {
|
|
1217
1217
|
name: "AuthWelcome",
|
|
1218
1218
|
mixins: [at],
|
|
1219
1219
|
data() {
|
|
@@ -1235,23 +1235,23 @@ const na = {
|
|
|
1235
1235
|
}, 500);
|
|
1236
1236
|
},
|
|
1237
1237
|
methods: {}
|
|
1238
|
-
},
|
|
1238
|
+
}, Zo = (n) => (An("data-v-615ed484"), n = n(), Rn(), n), ca = {
|
|
1239
1239
|
class: "page-login content-boxed content-boxed-padding center-text",
|
|
1240
1240
|
style: { "margin-top": "-1px", overflow: "hidden", border: "solid 0px #ffffff" }
|
|
1241
|
-
},
|
|
1241
|
+
}, la = ["autoplay"], ua = /* @__PURE__ */ Zo(() => /* @__PURE__ */ _("source", {
|
|
1242
1242
|
src: "https://cdn.tapni.co/images/tapni-card-tap-video-white.mp4",
|
|
1243
1243
|
type: "video/mp4"
|
|
1244
|
-
}, null, -1)),
|
|
1245
|
-
|
|
1246
|
-
],
|
|
1244
|
+
}, null, -1)), da = [
|
|
1245
|
+
ua
|
|
1246
|
+
], pa = { class: "bold full-top no-bottom center-text" }, ha = { class: "full-bottom half-top center-text color-black font-16" }, fa = { class: "page-login-links center-text" }, ga = /* @__PURE__ */ Zo(() => /* @__PURE__ */ _("div", { class: "clear" }, null, -1)), ma = {
|
|
1247
1247
|
key: 2,
|
|
1248
1248
|
style: { display: "flex", "flex-direction": "row", "justify-content": "space-around", width: "90%", margin: "0 auto", "margin-top": "40px" }
|
|
1249
|
-
},
|
|
1250
|
-
|
|
1249
|
+
}, _a = /* @__PURE__ */ Ui('<a href="https://play.google.com/store/apps/details?id=co.tapni.app" target="_blank" data-v-615ed484><img src="https://cdn.tapni.co/images/playstore.png" class="app-store-icon pointer" style="width:55px;" data-v-615ed484></a><a href="https://apps.apple.com/ag/app/tapni/id1552930233" target="_blank" data-v-615ed484><img src="https://cdn.tapni.co/images/appstore.png" class="app-store-icon pointer" style="width:55px;" data-v-615ed484></a><a href="https://appgallery.huawei.com/#/app/C103931997" target="_blank" data-v-615ed484><img src="https://cdn.tapni.co/images/appgallery.png" class="app-store-icon pointer" style="width:55px;" data-v-615ed484></a>', 3), va = [
|
|
1250
|
+
_a
|
|
1251
1251
|
];
|
|
1252
|
-
function
|
|
1252
|
+
function ya(n, e, t, r, o, i) {
|
|
1253
1253
|
const a = Kn("router-link");
|
|
1254
|
-
return N(), U("div",
|
|
1254
|
+
return N(), U("div", ca, [
|
|
1255
1255
|
_("video", {
|
|
1256
1256
|
id: "tapniVideo",
|
|
1257
1257
|
muted: "",
|
|
@@ -1260,9 +1260,9 @@ function va(n, e, t, r, o, i) {
|
|
|
1260
1260
|
width: "350",
|
|
1261
1261
|
style: { margin: "0 auto", "max-width": "100%", "margin-top": "63px", overflow: "hidden" },
|
|
1262
1262
|
autoplay: n.isNative
|
|
1263
|
-
},
|
|
1264
|
-
_("h1",
|
|
1265
|
-
_("p",
|
|
1263
|
+
}, da, 8, la),
|
|
1264
|
+
_("h1", pa, Q(n.ssoLang[this.appLanguage].welcome), 1),
|
|
1265
|
+
_("p", ha, Q(n.ssoLang[this.appLanguage].welcome_p1), 1),
|
|
1266
1266
|
fe("", !0),
|
|
1267
1267
|
fe("", !0),
|
|
1268
1268
|
De(a, {
|
|
@@ -1275,7 +1275,7 @@ function va(n, e, t, r, o, i) {
|
|
|
1275
1275
|
]),
|
|
1276
1276
|
_: 1
|
|
1277
1277
|
}),
|
|
1278
|
-
_("div",
|
|
1278
|
+
_("div", fa, [
|
|
1279
1279
|
De(a, { to: "/login" }, {
|
|
1280
1280
|
default: Gt(() => [
|
|
1281
1281
|
ke(Q(n.ssoLang[this.appLanguage].already_registered) + "? ", 1),
|
|
@@ -1283,19 +1283,19 @@ function va(n, e, t, r, o, i) {
|
|
|
1283
1283
|
]),
|
|
1284
1284
|
_: 1
|
|
1285
1285
|
}),
|
|
1286
|
-
|
|
1286
|
+
ga
|
|
1287
1287
|
]),
|
|
1288
|
-
this.isNative ? fe("", !0) : (N(), U("div",
|
|
1288
|
+
this.isNative ? fe("", !0) : (N(), U("div", ma, va))
|
|
1289
1289
|
]);
|
|
1290
1290
|
}
|
|
1291
|
-
const po = /* @__PURE__ */ mt(
|
|
1291
|
+
const po = /* @__PURE__ */ mt(sa, [["render", ya], ["__scopeId", "data-v-615ed484"]]), wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1292
1292
|
__proto__: null,
|
|
1293
1293
|
default: po
|
|
1294
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1295
|
-
function
|
|
1294
|
+
}, Symbol.toStringTag, { value: "Module" })), ba = "0.0.140";
|
|
1295
|
+
function ka(n) {
|
|
1296
1296
|
return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
|
|
1297
1297
|
}
|
|
1298
|
-
var
|
|
1298
|
+
var ei = { exports: {} }, Me = ei.exports = {}, Ht, jt;
|
|
1299
1299
|
function Yr() {
|
|
1300
1300
|
throw new Error("setTimeout has not been defined");
|
|
1301
1301
|
}
|
|
@@ -1314,7 +1314,7 @@ function Wr() {
|
|
|
1314
1314
|
jt = Wr;
|
|
1315
1315
|
}
|
|
1316
1316
|
})();
|
|
1317
|
-
function
|
|
1317
|
+
function ti(n) {
|
|
1318
1318
|
if (Ht === setTimeout)
|
|
1319
1319
|
return setTimeout(n, 0);
|
|
1320
1320
|
if ((Ht === Yr || !Ht) && setTimeout)
|
|
@@ -1329,7 +1329,7 @@ function ei(n) {
|
|
|
1329
1329
|
}
|
|
1330
1330
|
}
|
|
1331
1331
|
}
|
|
1332
|
-
function
|
|
1332
|
+
function Ca(n) {
|
|
1333
1333
|
if (jt === clearTimeout)
|
|
1334
1334
|
return clearTimeout(n);
|
|
1335
1335
|
if ((jt === Wr || !jt) && clearTimeout)
|
|
@@ -1345,19 +1345,19 @@ function ka(n) {
|
|
|
1345
1345
|
}
|
|
1346
1346
|
}
|
|
1347
1347
|
var Xt = [], Dn = !1, kn, mr = -1;
|
|
1348
|
-
function
|
|
1349
|
-
!Dn || !kn || (Dn = !1, kn.length ? Xt = kn.concat(Xt) : mr = -1, Xt.length &&
|
|
1348
|
+
function Ea() {
|
|
1349
|
+
!Dn || !kn || (Dn = !1, kn.length ? Xt = kn.concat(Xt) : mr = -1, Xt.length && ni());
|
|
1350
1350
|
}
|
|
1351
|
-
function
|
|
1351
|
+
function ni() {
|
|
1352
1352
|
if (!Dn) {
|
|
1353
|
-
var n =
|
|
1353
|
+
var n = ti(Ea);
|
|
1354
1354
|
Dn = !0;
|
|
1355
1355
|
for (var e = Xt.length; e; ) {
|
|
1356
1356
|
for (kn = Xt, Xt = []; ++mr < e; )
|
|
1357
1357
|
kn && kn[mr].run();
|
|
1358
1358
|
mr = -1, e = Xt.length;
|
|
1359
1359
|
}
|
|
1360
|
-
kn = null, Dn = !1,
|
|
1360
|
+
kn = null, Dn = !1, Ca(n);
|
|
1361
1361
|
}
|
|
1362
1362
|
}
|
|
1363
1363
|
Me.nextTick = function(n) {
|
|
@@ -1365,12 +1365,12 @@ Me.nextTick = function(n) {
|
|
|
1365
1365
|
if (arguments.length > 1)
|
|
1366
1366
|
for (var t = 1; t < arguments.length; t++)
|
|
1367
1367
|
e[t - 1] = arguments[t];
|
|
1368
|
-
Xt.push(new
|
|
1368
|
+
Xt.push(new ri(n, e)), Xt.length === 1 && !Dn && ti(ni);
|
|
1369
1369
|
};
|
|
1370
|
-
function
|
|
1370
|
+
function ri(n, e) {
|
|
1371
1371
|
this.fun = n, this.array = e;
|
|
1372
1372
|
}
|
|
1373
|
-
|
|
1373
|
+
ri.prototype.run = function() {
|
|
1374
1374
|
this.fun.apply(null, this.array);
|
|
1375
1375
|
};
|
|
1376
1376
|
Me.title = "browser";
|
|
@@ -1405,8 +1405,8 @@ Me.chdir = function(n) {
|
|
|
1405
1405
|
Me.umask = function() {
|
|
1406
1406
|
return 0;
|
|
1407
1407
|
};
|
|
1408
|
-
var
|
|
1409
|
-
const
|
|
1408
|
+
var Ta = ei.exports;
|
|
1409
|
+
const Sa = /* @__PURE__ */ ka(Ta), hr = {
|
|
1410
1410
|
getMe() {
|
|
1411
1411
|
return ce().get("/users/me");
|
|
1412
1412
|
},
|
|
@@ -1465,7 +1465,7 @@ const Ta = /* @__PURE__ */ ba(Ea), hr = {
|
|
|
1465
1465
|
qrCodePooling(n) {
|
|
1466
1466
|
return ce().post("/company/login/qr", n);
|
|
1467
1467
|
}
|
|
1468
|
-
},
|
|
1468
|
+
}, oi = {
|
|
1469
1469
|
state: {
|
|
1470
1470
|
english: "English",
|
|
1471
1471
|
spanish: "Spanish",
|
|
@@ -1928,7 +1928,7 @@ const Ta = /* @__PURE__ */ ba(Ea), hr = {
|
|
|
1928
1928
|
otp_p1: "If you have trouble signing in, <br> please contact us at",
|
|
1929
1929
|
change_language: "Change language"
|
|
1930
1930
|
}
|
|
1931
|
-
},
|
|
1931
|
+
}, ii = {
|
|
1932
1932
|
state: {
|
|
1933
1933
|
english: "Englisch",
|
|
1934
1934
|
spanish: "Spanisch",
|
|
@@ -2380,7 +2380,7 @@ const Ta = /* @__PURE__ */ ba(Ea), hr = {
|
|
|
2380
2380
|
choose_other_login_methods: "Wählen Sie andere Anmeldeverfahren",
|
|
2381
2381
|
no_sso_logins: "Ihr Unternehmen verwendet keine SSO-Anmeldung. Bitte wenden Sie sich an Ihren Administrator"
|
|
2382
2382
|
}
|
|
2383
|
-
},
|
|
2383
|
+
}, ai = {
|
|
2384
2384
|
state: {
|
|
2385
2385
|
english: "Inglés",
|
|
2386
2386
|
spanish: "Español",
|
|
@@ -2836,7 +2836,7 @@ const Ta = /* @__PURE__ */ ba(Ea), hr = {
|
|
|
2836
2836
|
choose_other_login_methods: "Elige otros métodos de inicio de sesión",
|
|
2837
2837
|
no_sso_logins: "Su empresa no utiliza el inicio de sesión SSO. Comuníquese con su administrador"
|
|
2838
2838
|
}
|
|
2839
|
-
},
|
|
2839
|
+
}, si = {
|
|
2840
2840
|
state: {
|
|
2841
2841
|
english: "Anglais",
|
|
2842
2842
|
spanish: "Espagnol",
|
|
@@ -3294,7 +3294,7 @@ Il n'y a aucun lien dans votre profil.`,
|
|
|
3294
3294
|
choose_other_login_methods: "Choisissez d'autres méthodes de connexion",
|
|
3295
3295
|
no_sso_logins: "Votre entreprise n'utilise pas de login SSO, veuillez contacter votre administrateur"
|
|
3296
3296
|
}
|
|
3297
|
-
},
|
|
3297
|
+
}, ci = {
|
|
3298
3298
|
state: {
|
|
3299
3299
|
english: "Inglese",
|
|
3300
3300
|
spanish: "Spagnolo",
|
|
@@ -3747,7 +3747,7 @@ Il n'y a aucun lien dans votre profil.`,
|
|
|
3747
3747
|
choose_other_login_methods: "Scegli altri metodi di accesso",
|
|
3748
3748
|
no_sso_logins: "La tua azienda non utilizza l'accesso SSO, contatta il tuo amministratore"
|
|
3749
3749
|
}
|
|
3750
|
-
},
|
|
3750
|
+
}, li = {
|
|
3751
3751
|
state: {
|
|
3752
3752
|
english: "Engleski",
|
|
3753
3753
|
spanish: "Španski",
|
|
@@ -4192,7 +4192,7 @@ Il n'y a aucun lien dans votre profil.`,
|
|
|
4192
4192
|
choose_other_login_methods: "Izaberite druge metode prijavljivanja",
|
|
4193
4193
|
no_sso_logins: "Vaša kompanija ne koristi SSO prijavu, kontaktirajte svog administratora"
|
|
4194
4194
|
}
|
|
4195
|
-
},
|
|
4195
|
+
}, ui = {
|
|
4196
4196
|
state: {
|
|
4197
4197
|
english: "İngilizce",
|
|
4198
4198
|
spanish: "İspanyolca",
|
|
@@ -4642,7 +4642,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
4642
4642
|
choose_other_login_methods: "Diğer giriş yöntemlerini seçin",
|
|
4643
4643
|
no_sso_logins: "Şirketiniz SSO girişini kullanmıyor, lütfen yöneticinizle iletişime geçin"
|
|
4644
4644
|
}
|
|
4645
|
-
},
|
|
4645
|
+
}, Ia = {
|
|
4646
4646
|
state: {
|
|
4647
4647
|
english: "英文",
|
|
4648
4648
|
spanish: "西班牙文",
|
|
@@ -5090,7 +5090,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
5090
5090
|
choose_other_login_methods: "选择其他登录方法",
|
|
5091
5091
|
no_sso_logins: "您的公司不使用 SSO 登录。 请联系您的管理员"
|
|
5092
5092
|
}
|
|
5093
|
-
},
|
|
5093
|
+
}, di = {
|
|
5094
5094
|
state: {
|
|
5095
5095
|
english: "영어",
|
|
5096
5096
|
spanish: "스페인어",
|
|
@@ -5547,7 +5547,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
5547
5547
|
choose_other_login_methods: "다른 로그인 방법 선택하기",
|
|
5548
5548
|
no_sso_logins: "귀하의 회사는 SSO 로그인을 사용하지 않습니다. 관리자에게 문의하십시오."
|
|
5549
5549
|
}
|
|
5550
|
-
}, Ao = () => Promise.resolve().then(() =>
|
|
5550
|
+
}, Ao = () => Promise.resolve().then(() => wa), Aa = () => Promise.resolve().then(() => Kc), Ra = () => Promise.resolve().then(() => Bl), Pa = () => Promise.resolve().then(() => yd), Ma = () => import("./Account-kxvHgzkv.js"), Na = () => Promise.resolve().then(() => pu), Oa = () => Promise.resolve().then(() => Sd), La = () => import("./QR-WTnB1gtM.js"), za = () => Promise.resolve().then(() => zu), xa = [
|
|
5551
5551
|
{
|
|
5552
5552
|
path: "/welcome",
|
|
5553
5553
|
name: "AuthWelcome",
|
|
@@ -5556,52 +5556,52 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
5556
5556
|
{
|
|
5557
5557
|
path: "/login",
|
|
5558
5558
|
name: "AuthLogin",
|
|
5559
|
-
component:
|
|
5559
|
+
component: Aa
|
|
5560
5560
|
},
|
|
5561
5561
|
{
|
|
5562
5562
|
path: "/callback/saml",
|
|
5563
5563
|
name: "Callback",
|
|
5564
5564
|
alias: ["/callback/okta", "/callback/auth"],
|
|
5565
|
-
component:
|
|
5565
|
+
component: Oa
|
|
5566
5566
|
},
|
|
5567
5567
|
{
|
|
5568
5568
|
path: "/qr",
|
|
5569
5569
|
name: "AuthQR",
|
|
5570
|
-
component:
|
|
5570
|
+
component: La
|
|
5571
5571
|
},
|
|
5572
5572
|
{
|
|
5573
5573
|
path: "/mfa",
|
|
5574
5574
|
name: "AuthMFA",
|
|
5575
|
-
component:
|
|
5575
|
+
component: za
|
|
5576
5576
|
},
|
|
5577
5577
|
{
|
|
5578
5578
|
path: "/account",
|
|
5579
5579
|
name: "AuthAccount",
|
|
5580
|
-
component:
|
|
5580
|
+
component: Ma
|
|
5581
5581
|
},
|
|
5582
5582
|
{
|
|
5583
5583
|
path: "/reset",
|
|
5584
5584
|
name: "AuthReset",
|
|
5585
|
-
component:
|
|
5585
|
+
component: Pa
|
|
5586
5586
|
},
|
|
5587
5587
|
{
|
|
5588
5588
|
path: "/register",
|
|
5589
5589
|
name: "AuthRegister",
|
|
5590
|
-
component:
|
|
5590
|
+
component: Ra
|
|
5591
5591
|
},
|
|
5592
5592
|
{
|
|
5593
5593
|
path: "/verify",
|
|
5594
5594
|
name: "AuthVerify",
|
|
5595
|
-
component:
|
|
5595
|
+
component: Na
|
|
5596
5596
|
},
|
|
5597
5597
|
{
|
|
5598
5598
|
path: "/",
|
|
5599
5599
|
name: "404",
|
|
5600
5600
|
component: Ao
|
|
5601
5601
|
}
|
|
5602
|
-
],
|
|
5603
|
-
history:
|
|
5604
|
-
routes:
|
|
5602
|
+
], Ro = ji({
|
|
5603
|
+
history: Fi("/"),
|
|
5604
|
+
routes: xa
|
|
5605
5605
|
}), ho = {
|
|
5606
5606
|
namespaced: !0,
|
|
5607
5607
|
state: {
|
|
@@ -5616,15 +5616,15 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
5616
5616
|
device: {},
|
|
5617
5617
|
loggedInAccounts: {},
|
|
5618
5618
|
ssoLang: {
|
|
5619
|
-
en:
|
|
5620
|
-
de:
|
|
5621
|
-
es:
|
|
5622
|
-
fr:
|
|
5623
|
-
it:
|
|
5624
|
-
sr:
|
|
5625
|
-
tr:
|
|
5626
|
-
cn:
|
|
5627
|
-
kr:
|
|
5619
|
+
en: oi.state,
|
|
5620
|
+
de: ii.state,
|
|
5621
|
+
es: ai.state,
|
|
5622
|
+
fr: si.state,
|
|
5623
|
+
it: ci.state,
|
|
5624
|
+
sr: li.state,
|
|
5625
|
+
tr: ui.state,
|
|
5626
|
+
cn: Ia.state,
|
|
5627
|
+
kr: di.state
|
|
5628
5628
|
},
|
|
5629
5629
|
display: "npm",
|
|
5630
5630
|
redirect_uri: "https://t.link/callback/auth",
|
|
@@ -5810,7 +5810,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
5810
5810
|
if (e.display === "redirect")
|
|
5811
5811
|
return e.redirect_uri && !e.allowedOriginsAuth.some(
|
|
5812
5812
|
(i) => e.redirect_uri.startsWith(i)
|
|
5813
|
-
) ? console.error("Redirect URI not allowed") :
|
|
5813
|
+
) ? console.error("Redirect URI not allowed") : Ro.push("/account");
|
|
5814
5814
|
e.display === "popup" ? e.allowedOriginsAuth.forEach((i) => {
|
|
5815
5815
|
var a;
|
|
5816
5816
|
(a = window.parent) == null || a.postMessage(
|
|
@@ -5826,7 +5826,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
5826
5826
|
}
|
|
5827
5827
|
]), o.isModal && (t("successSnack", e.ssoLang[r.appLanguage].success_login), setTimeout(() => {
|
|
5828
5828
|
location.reload();
|
|
5829
|
-
}, 1500)));
|
|
5829
|
+
}, 1500)), Ro.push("/" + o.data.data.username + "#edit"));
|
|
5830
5830
|
},
|
|
5831
5831
|
async register({ commit: n, dispatch: e }, t) {
|
|
5832
5832
|
const [r, o] = await he(
|
|
@@ -5986,14 +5986,14 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
5986
5986
|
appLanguage: (n) => n.lang,
|
|
5987
5987
|
accessToken: (n) => n.$storex.token,
|
|
5988
5988
|
refreshTokens: (n) => n.$storex.refreshTokens.split(","),
|
|
5989
|
-
apiRoot: (n) => n.apiRoot ||
|
|
5989
|
+
apiRoot: (n) => n.apiRoot || Sa.env.VUE_APP_API_ROOT
|
|
5990
5990
|
}
|
|
5991
|
-
}, It =
|
|
5991
|
+
}, It = Gi({
|
|
5992
5992
|
modules: {
|
|
5993
5993
|
auth: ho
|
|
5994
5994
|
}
|
|
5995
5995
|
}), ce = (n = null) => {
|
|
5996
|
-
const e =
|
|
5996
|
+
const e = ba;
|
|
5997
5997
|
let t = "https://api.tapni.co/v1/";
|
|
5998
5998
|
It.getters["auth/apiRoot"] && (t = It.getters["auth/apiRoot"]);
|
|
5999
5999
|
let r = co.create({
|
|
@@ -6014,7 +6014,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6014
6014
|
lang: It.getters["auth/appLanguage"],
|
|
6015
6015
|
realm: It.getters["auth/appRealm"] || "app"
|
|
6016
6016
|
}), It.getters["auth/accessToken"] && !n) {
|
|
6017
|
-
const i =
|
|
6017
|
+
const i = $o(It.getters["auth/accessToken"]);
|
|
6018
6018
|
if (i.exp - 30 < Math.floor(Date.now() / 1e3))
|
|
6019
6019
|
return It.dispatch("auth/refreshTokenAction", i).then(() => (o.headers = {
|
|
6020
6020
|
...o.headers,
|
|
@@ -6089,9 +6089,9 @@ const $e = {
|
|
|
6089
6089
|
getAccountSettings() {
|
|
6090
6090
|
return ce().get("/users/settings");
|
|
6091
6091
|
}
|
|
6092
|
-
},
|
|
6092
|
+
}, Po = ar("GoogleAuth", {
|
|
6093
6093
|
web: () => import("./web-5VtGcKeU.js").then((n) => new n.GoogleAuthWeb())
|
|
6094
|
-
}),
|
|
6094
|
+
}), pi = {
|
|
6095
6095
|
data() {
|
|
6096
6096
|
return {
|
|
6097
6097
|
googleLoad: !1
|
|
@@ -6103,13 +6103,13 @@ const $e = {
|
|
|
6103
6103
|
}
|
|
6104
6104
|
},
|
|
6105
6105
|
mounted() {
|
|
6106
|
-
|
|
6106
|
+
Po.initialize();
|
|
6107
6107
|
},
|
|
6108
6108
|
methods: {
|
|
6109
6109
|
async googleLogin() {
|
|
6110
6110
|
var t;
|
|
6111
6111
|
this.googleLoad = !0;
|
|
6112
|
-
let [n, e] = await he(
|
|
6112
|
+
let [n, e] = await he(Po.signIn());
|
|
6113
6113
|
if (n)
|
|
6114
6114
|
return this.googleLoad = !1;
|
|
6115
6115
|
if (this.referral && (e.ref = this.referral), e.authentication && (e.authentication.accessToken || e.authentication.idToken)) {
|
|
@@ -6147,7 +6147,7 @@ window.fbAsyncInit = function() {
|
|
|
6147
6147
|
var r, o = n.getElementsByTagName(e)[0];
|
|
6148
6148
|
n.getElementById(t) || (r = n.createElement(e), r.id = t, r.src = "https://connect.facebook.net/en_US/sdk.js", o.parentNode.insertBefore(r, o));
|
|
6149
6149
|
})(document, "script", "facebook-jssdk");
|
|
6150
|
-
const
|
|
6150
|
+
const hi = {
|
|
6151
6151
|
data() {
|
|
6152
6152
|
return {
|
|
6153
6153
|
facebookLoad: !1
|
|
@@ -6186,7 +6186,7 @@ const pi = {
|
|
|
6186
6186
|
}
|
|
6187
6187
|
}, Ba = ar("SignInWithApple", {
|
|
6188
6188
|
web: () => import("./web-NrPZl3qD.js").then((n) => new n.SignInWithAppleWeb())
|
|
6189
|
-
}),
|
|
6189
|
+
}), fi = {
|
|
6190
6190
|
data() {
|
|
6191
6191
|
return {
|
|
6192
6192
|
appleLoad: !1
|
|
@@ -6208,7 +6208,7 @@ const pi = {
|
|
|
6208
6208
|
}));
|
|
6209
6209
|
if (n)
|
|
6210
6210
|
return this.appleLoad = !1;
|
|
6211
|
-
if (e.response.tokenData =
|
|
6211
|
+
if (e.response.tokenData = $o(e.response.identityToken), e && e.response && e.response.identityToken) {
|
|
6212
6212
|
this.referral && (e.response.ref = this.referral), this.display === "popup" && (e.response_type = "code");
|
|
6213
6213
|
const [r, o] = await he($e.appleSDK(e.response, this.$storex));
|
|
6214
6214
|
if (r)
|
|
@@ -6266,7 +6266,7 @@ var $ = function() {
|
|
|
6266
6266
|
return e;
|
|
6267
6267
|
}, $.apply(this, arguments);
|
|
6268
6268
|
};
|
|
6269
|
-
function
|
|
6269
|
+
function Mo(n, e) {
|
|
6270
6270
|
var t = {};
|
|
6271
6271
|
for (var r in n)
|
|
6272
6272
|
Object.prototype.hasOwnProperty.call(n, r) && e.indexOf(r) < 0 && (t[r] = n[r]);
|
|
@@ -6590,7 +6590,7 @@ var w = {
|
|
|
6590
6590
|
w.OPENID_SCOPE,
|
|
6591
6591
|
w.PROFILE_SCOPE,
|
|
6592
6592
|
w.OFFLINE_ACCESS_SCOPE
|
|
6593
|
-
],
|
|
6593
|
+
], No = Or(sr, [
|
|
6594
6594
|
w.EMAIL_SCOPE
|
|
6595
6595
|
]), gt;
|
|
6596
6596
|
(function(n) {
|
|
@@ -6623,7 +6623,7 @@ var Ze = {
|
|
|
6623
6623
|
(function(n) {
|
|
6624
6624
|
n.ACCOUNT = "account", n.SID = "sid", n.LOGIN_HINT = "login_hint", n.ID_TOKEN = "id_token", n.DOMAIN_HINT = "domain_hint", n.ORGANIZATIONS = "organizations", n.CONSUMERS = "consumers", n.ACCOUNT_ID = "accountIdentifier", n.HOMEACCOUNT_ID = "homeAccountIdentifier";
|
|
6625
6625
|
})(Wn || (Wn = {}));
|
|
6626
|
-
var
|
|
6626
|
+
var Oo = {
|
|
6627
6627
|
PLAIN: "plain",
|
|
6628
6628
|
S256: "S256"
|
|
6629
6629
|
}, wr;
|
|
@@ -6682,7 +6682,7 @@ var Xn = {
|
|
|
6682
6682
|
THROTTLING_PREFIX: "throttling",
|
|
6683
6683
|
// Value assigned to the x-ms-lib-capability header to indicate to the server the library supports throttling
|
|
6684
6684
|
X_MS_LIB_CAPABILITY_VALUE: "retry-after, h429"
|
|
6685
|
-
},
|
|
6685
|
+
}, Lo = {
|
|
6686
6686
|
INVALID_GRANT_ERROR: "invalid_grant",
|
|
6687
6687
|
CLIENT_MISMATCH_ERROR: "client_mismatch"
|
|
6688
6688
|
}, kr;
|
|
@@ -7264,7 +7264,7 @@ var go = (
|
|
|
7264
7264
|
}()
|
|
7265
7265
|
);
|
|
7266
7266
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
7267
|
-
var
|
|
7267
|
+
var gi = "@azure/msal-common", mo = "13.3.1";
|
|
7268
7268
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
7269
7269
|
var rr;
|
|
7270
7270
|
(function(n) {
|
|
@@ -7454,7 +7454,7 @@ var Xe = (
|
|
|
7454
7454
|
});
|
|
7455
7455
|
}, n.prototype.containsOnlyOIDCScopes = function() {
|
|
7456
7456
|
var e = this, t = 0;
|
|
7457
|
-
return
|
|
7457
|
+
return No.forEach(function(r) {
|
|
7458
7458
|
e.containsScope(r) && (t += 1);
|
|
7459
7459
|
}), this.scopes.size === t;
|
|
7460
7460
|
}, n.prototype.appendScope = function(e) {
|
|
@@ -7474,7 +7474,7 @@ var Xe = (
|
|
|
7474
7474
|
this.scopes.delete(e.trim());
|
|
7475
7475
|
}, n.prototype.removeOIDCScopes = function() {
|
|
7476
7476
|
var e = this;
|
|
7477
|
-
|
|
7477
|
+
No.forEach(function(t) {
|
|
7478
7478
|
e.scopes.delete(t);
|
|
7479
7479
|
});
|
|
7480
7480
|
}, n.prototype.unionScopeSets = function(e) {
|
|
@@ -7657,7 +7657,7 @@ var ot = (
|
|
|
7657
7657
|
/** @class */
|
|
7658
7658
|
function() {
|
|
7659
7659
|
function n(e, t, r) {
|
|
7660
|
-
this.clientId = e, this.cryptoImpl = t, this.commonLogger = r.clone(
|
|
7660
|
+
this.clientId = e, this.cryptoImpl = t, this.commonLogger = r.clone(gi, mo);
|
|
7661
7661
|
}
|
|
7662
7662
|
return n.prototype.getAllAccounts = function() {
|
|
7663
7663
|
var e = this, t = this.getAccountKeys();
|
|
@@ -8110,7 +8110,7 @@ var ot = (
|
|
|
8110
8110
|
}(ot)
|
|
8111
8111
|
);
|
|
8112
8112
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
8113
|
-
var Fa = 300,
|
|
8113
|
+
var Fa = 300, mi = {
|
|
8114
8114
|
tokenRenewalOffsetSeconds: Fa,
|
|
8115
8115
|
preventCorsPreflight: !1
|
|
8116
8116
|
}, qa = {
|
|
@@ -8159,7 +8159,7 @@ function $a(n) {
|
|
|
8159
8159
|
var e = n.authOptions, t = n.systemOptions, r = n.loggerOptions, o = n.cacheOptions, i = n.storageInterface, a = n.networkInterface, s = n.cryptoInterface, u = n.clientCredentials, p = n.libraryInfo, l = n.telemetry, m = n.serverTelemetryManager, f = n.persistencePlugin, k = n.serializableCache, E = ge(ge({}, qa), r);
|
|
8160
8160
|
return {
|
|
8161
8161
|
authOptions: Ja(e),
|
|
8162
|
-
systemOptions: ge(ge({},
|
|
8162
|
+
systemOptions: ge(ge({}, mi), t),
|
|
8163
8163
|
loggerOptions: E,
|
|
8164
8164
|
cacheOptions: ge(ge({}, Ka), o),
|
|
8165
8165
|
storageInterface: i || new ja(e.clientId, Cr, new go(E)),
|
|
@@ -8300,8 +8300,8 @@ var bn = (
|
|
|
8300
8300
|
this.validateCodeChallengeMethod(t);
|
|
8301
8301
|
}, n.validateCodeChallengeMethod = function(e) {
|
|
8302
8302
|
if ([
|
|
8303
|
-
|
|
8304
|
-
|
|
8303
|
+
Oo.PLAIN,
|
|
8304
|
+
Oo.S256
|
|
8305
8305
|
].indexOf(e) < 0)
|
|
8306
8306
|
throw Ee.createInvalidCodeChallengeMethodError();
|
|
8307
8307
|
}, n.sanitizeEQParams = function(e, t) {
|
|
@@ -8438,7 +8438,7 @@ var _o = (
|
|
|
8438
8438
|
/** @class */
|
|
8439
8439
|
function() {
|
|
8440
8440
|
function n(e, t) {
|
|
8441
|
-
this.config = $a(e), this.logger = new go(this.config.loggerOptions,
|
|
8441
|
+
this.config = $a(e), this.logger = new go(this.config.loggerOptions, gi, mo), this.cryptoUtils = this.config.cryptoInterface, this.cacheManager = this.config.storageInterface, this.networkClient = this.config.networkInterface, this.networkManager = new Xa(this.networkClient, this.cacheManager), this.serverTelemetryManager = this.config.serverTelemetryManager, this.authority = this.config.authOptions.authority, this.performanceClient = t;
|
|
8442
8442
|
}
|
|
8443
8443
|
return n.prototype.createTokenRequestHeaders = function(e) {
|
|
8444
8444
|
var t = {};
|
|
@@ -8618,7 +8618,7 @@ var zn = (
|
|
|
8618
8618
|
}(vo)
|
|
8619
8619
|
);
|
|
8620
8620
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
8621
|
-
var
|
|
8621
|
+
var zo = [
|
|
8622
8622
|
"interaction_required",
|
|
8623
8623
|
"consent_required",
|
|
8624
8624
|
"login_required"
|
|
@@ -8646,7 +8646,7 @@ var Lo = [
|
|
|
8646
8646
|
return Object.setPrototypeOf(p, e.prototype), p.timestamp = i || w.EMPTY_STRING, p.traceId = a || w.EMPTY_STRING, p.correlationId = s || w.EMPTY_STRING, p.claims = u || w.EMPTY_STRING, p.name = "InteractionRequiredAuthError", p;
|
|
8647
8647
|
}
|
|
8648
8648
|
return e.isInteractionRequiredError = function(t, r, o) {
|
|
8649
|
-
var i = !!t &&
|
|
8649
|
+
var i = !!t && zo.indexOf(t) > -1, a = !!o && Za.indexOf(o) > -1, s = !!r && zo.some(function(u) {
|
|
8650
8650
|
return r.indexOf(u) > -1;
|
|
8651
8651
|
});
|
|
8652
8652
|
return i || s || a;
|
|
@@ -9067,7 +9067,7 @@ var Ir = (
|
|
|
9067
9067
|
}()
|
|
9068
9068
|
);
|
|
9069
9069
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9070
|
-
var
|
|
9070
|
+
var _i = (
|
|
9071
9071
|
/** @class */
|
|
9072
9072
|
function(n) {
|
|
9073
9073
|
st(e, n);
|
|
@@ -9266,7 +9266,7 @@ var mi = (
|
|
|
9266
9266
|
}(_o)
|
|
9267
9267
|
);
|
|
9268
9268
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9269
|
-
var
|
|
9269
|
+
var vi = (
|
|
9270
9270
|
/** @class */
|
|
9271
9271
|
function(n) {
|
|
9272
9272
|
st(e, n);
|
|
@@ -9313,7 +9313,7 @@ var _i = (
|
|
|
9313
9313
|
try {
|
|
9314
9314
|
return (o = this.performanceClient) === null || o === void 0 || o.setPreQueueTime(A.RefreshTokenClientAcquireTokenWithCachedRefreshToken, t.correlationId), [2, this.acquireTokenWithCachedRefreshToken(t, !0)];
|
|
9315
9315
|
} catch (m) {
|
|
9316
|
-
if (u = m instanceof Pt && m.errorCode === xn.noTokensFoundError.code, p = m instanceof In && m.errorCode ===
|
|
9316
|
+
if (u = m instanceof Pt && m.errorCode === xn.noTokensFoundError.code, p = m instanceof In && m.errorCode === Lo.INVALID_GRANT_ERROR && m.subError === Lo.CLIENT_MISMATCH_ERROR, u || p)
|
|
9317
9317
|
return (i = this.performanceClient) === null || i === void 0 || i.setPreQueueTime(A.RefreshTokenClientAcquireTokenWithCachedRefreshToken, t.correlationId), [2, this.acquireTokenWithCachedRefreshToken(t, !1)];
|
|
9318
9318
|
throw m;
|
|
9319
9319
|
}
|
|
@@ -9427,7 +9427,7 @@ var ns = (
|
|
|
9427
9427
|
return [2, i.sent()];
|
|
9428
9428
|
case 2:
|
|
9429
9429
|
if (r = i.sent(), r instanceof Y && r.errorCode === B.tokenRefreshRequired.code)
|
|
9430
|
-
return o = new
|
|
9430
|
+
return o = new vi(this.config, this.performanceClient), [2, o.acquireTokenByRefreshToken(t)];
|
|
9431
9431
|
throw r;
|
|
9432
9432
|
case 3:
|
|
9433
9433
|
return [
|
|
@@ -9490,7 +9490,7 @@ function rs(n) {
|
|
|
9490
9490
|
return n.hasOwnProperty("authorization_endpoint") && n.hasOwnProperty("token_endpoint") && n.hasOwnProperty("issuer") && n.hasOwnProperty("jwks_uri");
|
|
9491
9491
|
}
|
|
9492
9492
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9493
|
-
var vi = { endpointMetadata: { "https://login.microsoftonline.com/common/": { token_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.com/common/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.com/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.com/common/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.com", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pas.windows.net" }, "https://login.chinacloudapi.cn/common/": { token_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.chinacloudapi.cn/common/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.partner.microsoftonline.cn/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://microsoftgraph.chinacloudapi.cn/oidc/userinfo", authorization_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.chinacloudapi.cn/common/kerberos", tenant_region_scope: null, cloud_instance_name: "partner.microsoftonline.cn", cloud_graph_host_name: "graph.chinacloudapi.cn", msgraph_host: "microsoftgraph.chinacloudapi.cn", rbac_url: "https://pas.chinacloudapi.cn" }, "https://login.microsoftonline.us/common/": { token_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.us/common/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.us/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.us/common/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.us", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pasff.usgovcloudapi.net" }, "https://login.microsoftonline.com/consumers/": { token_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.com/consumers/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.com/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.com/consumers/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.com", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pas.windows.net" }, "https://login.chinacloudapi.cn/consumers/": { token_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.chinacloudapi.cn/consumers/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.partner.microsoftonline.cn/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://microsoftgraph.chinacloudapi.cn/oidc/userinfo", authorization_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.chinacloudapi.cn/consumers/kerberos", tenant_region_scope: null, cloud_instance_name: "partner.microsoftonline.cn", cloud_graph_host_name: "graph.chinacloudapi.cn", msgraph_host: "microsoftgraph.chinacloudapi.cn", rbac_url: "https://pas.chinacloudapi.cn" }, "https://login.microsoftonline.us/consumers/": { token_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.us/consumers/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.us/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.us/consumers/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.us", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pasff.usgovcloudapi.net" }, "https://login.microsoftonline.com/organizations/": { token_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.com/organizations/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.com/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.com/organizations/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.com", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pas.windows.net" }, "https://login.chinacloudapi.cn/organizations/": { token_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.chinacloudapi.cn/organizations/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.partner.microsoftonline.cn/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://microsoftgraph.chinacloudapi.cn/oidc/userinfo", authorization_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.chinacloudapi.cn/organizations/kerberos", tenant_region_scope: null, cloud_instance_name: "partner.microsoftonline.cn", cloud_graph_host_name: "graph.chinacloudapi.cn", msgraph_host: "microsoftgraph.chinacloudapi.cn", rbac_url: "https://pas.chinacloudapi.cn" }, "https://login.microsoftonline.us/organizations/": { token_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.us/organizations/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.us/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.us/organizations/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.us", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pasff.usgovcloudapi.net" } }, instanceDiscoveryMetadata: { "https://login.microsoftonline.com/common/": { tenant_discovery_endpoint: "https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.chinacloudapi.cn/common/": { tenant_discovery_endpoint: "https://login.chinacloudapi.cn/common/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.us/common/": { tenant_discovery_endpoint: "https://login.microsoftonline.us/common/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.com/consumers/": { tenant_discovery_endpoint: "https://login.microsoftonline.com/consumers/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.chinacloudapi.cn/consumers/": { tenant_discovery_endpoint: "https://login.chinacloudapi.cn/consumers/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.us/consumers/": { tenant_discovery_endpoint: "https://login.microsoftonline.us/consumers/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.com/organizations/": { tenant_discovery_endpoint: "https://login.microsoftonline.com/organizations/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.chinacloudapi.cn/organizations/": { tenant_discovery_endpoint: "https://login.chinacloudapi.cn/organizations/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.us/organizations/": { tenant_discovery_endpoint: "https://login.microsoftonline.us/organizations/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] } } }, zo = vi.endpointMetadata, xo = vi.instanceDiscoveryMetadata;
|
|
9493
|
+
var yi = { endpointMetadata: { "https://login.microsoftonline.com/common/": { token_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.com/common/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.com/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.com/common/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.com", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pas.windows.net" }, "https://login.chinacloudapi.cn/common/": { token_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.chinacloudapi.cn/common/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.partner.microsoftonline.cn/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://microsoftgraph.chinacloudapi.cn/oidc/userinfo", authorization_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.chinacloudapi.cn/common/kerberos", tenant_region_scope: null, cloud_instance_name: "partner.microsoftonline.cn", cloud_graph_host_name: "graph.chinacloudapi.cn", msgraph_host: "microsoftgraph.chinacloudapi.cn", rbac_url: "https://pas.chinacloudapi.cn" }, "https://login.microsoftonline.us/common/": { token_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.us/common/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.us/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.us/common/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.us", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pasff.usgovcloudapi.net" }, "https://login.microsoftonline.com/consumers/": { token_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.com/consumers/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.com/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.com/consumers/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.com", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pas.windows.net" }, "https://login.chinacloudapi.cn/consumers/": { token_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.chinacloudapi.cn/consumers/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.partner.microsoftonline.cn/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://microsoftgraph.chinacloudapi.cn/oidc/userinfo", authorization_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.chinacloudapi.cn/consumers/kerberos", tenant_region_scope: null, cloud_instance_name: "partner.microsoftonline.cn", cloud_graph_host_name: "graph.chinacloudapi.cn", msgraph_host: "microsoftgraph.chinacloudapi.cn", rbac_url: "https://pas.chinacloudapi.cn" }, "https://login.microsoftonline.us/consumers/": { token_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.us/consumers/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.us/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.us/consumers/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.us", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pasff.usgovcloudapi.net" }, "https://login.microsoftonline.com/organizations/": { token_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.com/organizations/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.com/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.com/organizations/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.com", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pas.windows.net" }, "https://login.chinacloudapi.cn/organizations/": { token_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.chinacloudapi.cn/organizations/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.partner.microsoftonline.cn/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://microsoftgraph.chinacloudapi.cn/oidc/userinfo", authorization_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.chinacloudapi.cn/organizations/kerberos", tenant_region_scope: null, cloud_instance_name: "partner.microsoftonline.cn", cloud_graph_host_name: "graph.chinacloudapi.cn", msgraph_host: "microsoftgraph.chinacloudapi.cn", rbac_url: "https://pas.chinacloudapi.cn" }, "https://login.microsoftonline.us/organizations/": { token_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.us/organizations/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.us/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.us/organizations/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.us", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pasff.usgovcloudapi.net" } }, instanceDiscoveryMetadata: { "https://login.microsoftonline.com/common/": { tenant_discovery_endpoint: "https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.chinacloudapi.cn/common/": { tenant_discovery_endpoint: "https://login.chinacloudapi.cn/common/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.us/common/": { tenant_discovery_endpoint: "https://login.microsoftonline.us/common/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.com/consumers/": { tenant_discovery_endpoint: "https://login.microsoftonline.com/consumers/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.chinacloudapi.cn/consumers/": { tenant_discovery_endpoint: "https://login.chinacloudapi.cn/consumers/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.us/consumers/": { tenant_discovery_endpoint: "https://login.microsoftonline.us/consumers/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.com/organizations/": { tenant_discovery_endpoint: "https://login.microsoftonline.com/organizations/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.chinacloudapi.cn/organizations/": { tenant_discovery_endpoint: "https://login.chinacloudapi.cn/organizations/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.us/organizations/": { tenant_discovery_endpoint: "https://login.microsoftonline.us/organizations/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] } } }, xo = yi.endpointMetadata, Uo = yi.instanceDiscoveryMetadata;
|
|
9494
9494
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9495
9495
|
var or;
|
|
9496
9496
|
(function(n) {
|
|
@@ -9854,7 +9854,7 @@ var ir = (
|
|
|
9854
9854
|
});
|
|
9855
9855
|
});
|
|
9856
9856
|
}, n.prototype.getEndpointMetadataFromHardcodedValues = function() {
|
|
9857
|
-
return this.canonicalAuthority in
|
|
9857
|
+
return this.canonicalAuthority in xo ? xo[this.canonicalAuthority] : null;
|
|
9858
9858
|
}, n.prototype.updateMetadataWithRegionalInformation = function(e) {
|
|
9859
9859
|
var t, r, o, i;
|
|
9860
9860
|
return oe(this, void 0, void 0, function() {
|
|
@@ -9937,7 +9937,7 @@ Error Description: ` + p.message)), [2, null];
|
|
|
9937
9937
|
});
|
|
9938
9938
|
});
|
|
9939
9939
|
}, n.prototype.getCloudDiscoveryMetadataFromHarcodedValues = function() {
|
|
9940
|
-
return this.canonicalAuthority in
|
|
9940
|
+
return this.canonicalAuthority in Uo ? Uo[this.canonicalAuthority] : null;
|
|
9941
9941
|
}, n.prototype.isInKnownAuthorities = function() {
|
|
9942
9942
|
var e = this, t = this.authorityOptions.knownAuthorities.filter(function(r) {
|
|
9943
9943
|
return le.getDomainFromUrl(r).toLowerCase() === e.hostnameAndPort;
|
|
@@ -10044,7 +10044,7 @@ var Rr = (
|
|
|
10044
10044
|
}()
|
|
10045
10045
|
);
|
|
10046
10046
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
10047
|
-
var
|
|
10047
|
+
var Bo = (
|
|
10048
10048
|
/** @class */
|
|
10049
10049
|
function() {
|
|
10050
10050
|
function n() {
|
|
@@ -10078,7 +10078,7 @@ var gr = {
|
|
|
10078
10078
|
code: "missing_alg_error",
|
|
10079
10079
|
desc: "The JOSE Header for the requested JWT, JWS or JWK object requires an algorithm to be specified as the 'alg' header claim. No 'alg' value was provided."
|
|
10080
10080
|
}
|
|
10081
|
-
},
|
|
10081
|
+
}, Do = (
|
|
10082
10082
|
/** @class */
|
|
10083
10083
|
function(n) {
|
|
10084
10084
|
st(e, n);
|
|
@@ -10102,9 +10102,9 @@ var cs = (
|
|
|
10102
10102
|
}
|
|
10103
10103
|
return n.getShrHeaderString = function(e) {
|
|
10104
10104
|
if (!e.kid)
|
|
10105
|
-
throw
|
|
10105
|
+
throw Do.createMissingKidError();
|
|
10106
10106
|
if (!e.alg)
|
|
10107
|
-
throw
|
|
10107
|
+
throw Do.createMissingAlgError();
|
|
10108
10108
|
var t = new n({
|
|
10109
10109
|
// Access Token PoP headers must have type pop, but the type header can be overriden for special cases
|
|
10110
10110
|
typ: e.typ || eo.Pop,
|
|
@@ -10166,7 +10166,7 @@ var ls = (
|
|
|
10166
10166
|
}()
|
|
10167
10167
|
);
|
|
10168
10168
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
10169
|
-
var
|
|
10169
|
+
var wi = (
|
|
10170
10170
|
/** @class */
|
|
10171
10171
|
function() {
|
|
10172
10172
|
function n(e, t, r, o, i, a) {
|
|
@@ -10314,7 +10314,7 @@ var yi = (
|
|
|
10314
10314
|
}()
|
|
10315
10315
|
);
|
|
10316
10316
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
10317
|
-
var
|
|
10317
|
+
var Ho = (
|
|
10318
10318
|
/** @class */
|
|
10319
10319
|
function() {
|
|
10320
10320
|
function n() {
|
|
@@ -10335,15 +10335,15 @@ var Do = (
|
|
|
10335
10335
|
return e.prototype.generateId = function() {
|
|
10336
10336
|
return "callback-id";
|
|
10337
10337
|
}, e.prototype.startPerformanceMeasuremeant = function() {
|
|
10338
|
-
return new
|
|
10338
|
+
return new Ho();
|
|
10339
10339
|
}, e.prototype.startPerformanceMeasurement = function() {
|
|
10340
|
-
return new
|
|
10340
|
+
return new Ho();
|
|
10341
10341
|
}, e.prototype.calculateQueuedTime = function(t, r) {
|
|
10342
10342
|
return 0;
|
|
10343
10343
|
}, e.prototype.addQueueMeasurement = function(t, r, o) {
|
|
10344
10344
|
}, e.prototype.setPreQueueTime = function(t, r) {
|
|
10345
10345
|
}, e;
|
|
10346
|
-
}(
|
|
10346
|
+
}(wi)
|
|
10347
10347
|
);
|
|
10348
10348
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
10349
10349
|
var x = {
|
|
@@ -10695,16 +10695,16 @@ var W;
|
|
|
10695
10695
|
(function(n) {
|
|
10696
10696
|
n.Redirect = "redirect", n.Popup = "popup", n.Silent = "silent", n.None = "none";
|
|
10697
10697
|
})(W || (W = {}));
|
|
10698
|
-
var
|
|
10698
|
+
var jo;
|
|
10699
10699
|
(function(n) {
|
|
10700
10700
|
n.Startup = "startup", n.Login = "login", n.Logout = "logout", n.AcquireToken = "acquireToken", n.SsoSilent = "ssoSilent", n.HandleRedirect = "handleRedirect", n.None = "none";
|
|
10701
|
-
})(
|
|
10702
|
-
var
|
|
10701
|
+
})(jo || (jo = {}));
|
|
10702
|
+
var Fo = {
|
|
10703
10703
|
scopes: sr
|
|
10704
|
-
}, qn = "jwk",
|
|
10704
|
+
}, qn = "jwk", qo;
|
|
10705
10705
|
(function(n) {
|
|
10706
10706
|
n.React = "@azure/msal-react", n.Angular = "@azure/msal-angular";
|
|
10707
|
-
})(
|
|
10707
|
+
})(qo || (qo = {}));
|
|
10708
10708
|
var oo = "msal.db", ds = 1, ps = oo + ".keys", it;
|
|
10709
10709
|
(function(n) {
|
|
10710
10710
|
n[n.Default = 0] = "Default", n[n.AccessToken = 1] = "AccessToken", n[n.AccessTokenAndRefreshToken = 2] = "AccessTokenAndRefreshToken", n[n.RefreshToken = 3] = "RefreshToken", n[n.RefreshTokenAndNetwork = 4] = "RefreshTokenAndNetwork", n[n.Skip = 5] = "Skip";
|
|
@@ -10769,7 +10769,7 @@ var rt = {
|
|
|
10769
10769
|
}(X)
|
|
10770
10770
|
);
|
|
10771
10771
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
10772
|
-
var
|
|
10772
|
+
var Ko = (
|
|
10773
10773
|
/** @class */
|
|
10774
10774
|
function() {
|
|
10775
10775
|
function n(e) {
|
|
@@ -10820,7 +10820,7 @@ var io = (
|
|
|
10820
10820
|
}()
|
|
10821
10821
|
);
|
|
10822
10822
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
10823
|
-
var
|
|
10823
|
+
var bi = (
|
|
10824
10824
|
/** @class */
|
|
10825
10825
|
function() {
|
|
10826
10826
|
function n() {
|
|
@@ -10856,7 +10856,7 @@ var ao = (
|
|
|
10856
10856
|
case Oe.LocalStorage:
|
|
10857
10857
|
case Oe.SessionStorage:
|
|
10858
10858
|
try {
|
|
10859
|
-
return new
|
|
10859
|
+
return new Ko(t);
|
|
10860
10860
|
} catch (r) {
|
|
10861
10861
|
this.logger.verbose(r);
|
|
10862
10862
|
break;
|
|
@@ -10868,7 +10868,7 @@ var ao = (
|
|
|
10868
10868
|
case Oe.LocalStorage:
|
|
10869
10869
|
case Oe.SessionStorage:
|
|
10870
10870
|
try {
|
|
10871
|
-
return new
|
|
10871
|
+
return new Ko(t || Oe.SessionStorage);
|
|
10872
10872
|
} catch (o) {
|
|
10873
10873
|
return this.logger.verbose(o), this.internalStorage;
|
|
10874
10874
|
}
|
|
@@ -11164,7 +11164,7 @@ var ao = (
|
|
|
11164
11164
|
if (!r)
|
|
11165
11165
|
return this.logger.trace("BrowserCacheManager.getThrottlingCache: called, no cache hit"), null;
|
|
11166
11166
|
var o = this.validateAndParseJson(r);
|
|
11167
|
-
return !o || !
|
|
11167
|
+
return !o || !Bo.isThrottlingEntity(t, o) ? (this.logger.trace("BrowserCacheManager.getThrottlingCache: called, no cache hit"), null) : (this.logger.trace("BrowserCacheManager.getThrottlingCache: cache hit"), ot.toObject(new Bo(), o));
|
|
11168
11168
|
}, e.prototype.setThrottlingCache = function(t, r) {
|
|
11169
11169
|
this.logger.trace("BrowserCacheManager.setThrottlingCache called"), this.setItem(t, JSON.stringify(r));
|
|
11170
11170
|
}, e.prototype.getTemporaryCache = function(t, r) {
|
|
@@ -11316,7 +11316,7 @@ var ao = (
|
|
|
11316
11316
|
if (o.indexOf(ue.REQUEST_STATE) !== -1) {
|
|
11317
11317
|
var i = r.temporaryCacheStorage.getItem(o);
|
|
11318
11318
|
if (i) {
|
|
11319
|
-
var a =
|
|
11319
|
+
var a = bi.extractBrowserRequestState(r.cryptoImpl, i);
|
|
11320
11320
|
a && a.interactionType === t && (r.logger.infoPii("BrowserCacheManager.cleanRequestByInteractionType: Removing temporary cache items for state: " + i), r.resetRequestCache(i));
|
|
11321
11321
|
}
|
|
11322
11322
|
}
|
|
@@ -11599,7 +11599,7 @@ var Ae = (
|
|
|
11599
11599
|
}()
|
|
11600
11600
|
);
|
|
11601
11601
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
11602
|
-
var
|
|
11602
|
+
var ki = (
|
|
11603
11603
|
/** @class */
|
|
11604
11604
|
function() {
|
|
11605
11605
|
function n(e, t, r, o, i, a, s, u, p) {
|
|
@@ -11777,7 +11777,7 @@ var Gn = (
|
|
|
11777
11777
|
case 0:
|
|
11778
11778
|
return this.performanceClient.addQueueMeasurement(A.StandardInteractionClientCreateAuthCodeClient, this.correlationId), this.performanceClient.setPreQueueTime(A.StandardInteractionClientGetClientConfiguration, this.correlationId), [4, this.getClientConfiguration(t, r, o)];
|
|
11779
11779
|
case 1:
|
|
11780
|
-
return i = a.sent(), [2, new
|
|
11780
|
+
return i = a.sent(), [2, new _i(i, this.performanceClient)];
|
|
11781
11781
|
}
|
|
11782
11782
|
});
|
|
11783
11783
|
});
|
|
@@ -11826,7 +11826,7 @@ var Gn = (
|
|
|
11826
11826
|
}, e.prototype.validateAndExtractStateFromHash = function(t, r, o) {
|
|
11827
11827
|
if (this.logger.verbose("validateAndExtractStateFromHash called", o), !t.state)
|
|
11828
11828
|
throw F.createHashDoesNotContainStateError();
|
|
11829
|
-
var i =
|
|
11829
|
+
var i = bi.extractBrowserRequestState(this.browserCrypto, t.state);
|
|
11830
11830
|
if (!i)
|
|
11831
11831
|
throw F.createUnableToParseStateError();
|
|
11832
11832
|
if (i.interactionType !== r)
|
|
@@ -11876,7 +11876,7 @@ var Gn = (
|
|
|
11876
11876
|
});
|
|
11877
11877
|
});
|
|
11878
11878
|
}, e;
|
|
11879
|
-
}(
|
|
11879
|
+
}(ki)
|
|
11880
11880
|
);
|
|
11881
11881
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
11882
11882
|
var yo = (
|
|
@@ -11947,7 +11947,7 @@ var yo = (
|
|
|
11947
11947
|
}()
|
|
11948
11948
|
);
|
|
11949
11949
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
11950
|
-
var
|
|
11950
|
+
var Go = (
|
|
11951
11951
|
/** @class */
|
|
11952
11952
|
function(n) {
|
|
11953
11953
|
Ve(e, n);
|
|
@@ -12085,7 +12085,7 @@ var Vn = {
|
|
|
12085
12085
|
}(X)
|
|
12086
12086
|
);
|
|
12087
12087
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
12088
|
-
var
|
|
12088
|
+
var Ci = (
|
|
12089
12089
|
/** @class */
|
|
12090
12090
|
function(n) {
|
|
12091
12091
|
Ve(e, n);
|
|
@@ -12158,7 +12158,7 @@ var Hn = (
|
|
|
12158
12158
|
Ve(e, n);
|
|
12159
12159
|
function e(t, r, o, i, a, s, u, p, l, m, f, k) {
|
|
12160
12160
|
var E = n.call(this, t, r, o, i, a, s, p, l, k) || this;
|
|
12161
|
-
return E.apiId = u, E.accountId = m, E.nativeMessageHandler = l, E.nativeStorageManager = f, E.silentCacheClient = new
|
|
12161
|
+
return E.apiId = u, E.accountId = m, E.nativeMessageHandler = l, E.nativeStorageManager = f, E.silentCacheClient = new Ci(t, E.nativeStorageManager, o, i, a, s, p, l, k), E;
|
|
12162
12162
|
}
|
|
12163
12163
|
return e.prototype.acquireToken = function(t) {
|
|
12164
12164
|
return O(this, void 0, void 0, function() {
|
|
@@ -12279,7 +12279,7 @@ var Hn = (
|
|
|
12279
12279
|
return this.logger.info("handleRedirectPromise called but there is no interaction in progress, returning null."), [2, null];
|
|
12280
12280
|
if (t = this.browserStorage.getCachedNativeRequest(), !t)
|
|
12281
12281
|
return this.logger.verbose("NativeInteractionClient - handleRedirectPromise called but there is no cached request, returning null."), [2, null];
|
|
12282
|
-
r = t.prompt, o =
|
|
12282
|
+
r = t.prompt, o = Mo(t, ["prompt"]), r && this.logger.verbose("NativeInteractionClient - handleRedirectPromise called and prompt was included in the original request, removing prompt from cached request to prevent second interaction with native broker window."), this.browserStorage.removeItem(this.browserStorage.generateCacheKey(ue.NATIVE_REQUEST)), i = {
|
|
12283
12283
|
method: en.GetToken,
|
|
12284
12284
|
request: o
|
|
12285
12285
|
}, a = kt.nowSeconds(), l.label = 1;
|
|
@@ -12427,7 +12427,7 @@ var Hn = (
|
|
|
12427
12427
|
case 1:
|
|
12428
12428
|
E.sent(), E.label = 2;
|
|
12429
12429
|
case 2:
|
|
12430
|
-
return o = new le(r), o.validateAsUri(), i = t.scopes, a =
|
|
12430
|
+
return o = new le(r), o.validateAsUri(), i = t.scopes, a = Mo(t, ["scopes"]), s = new Xe(i || []), s.appendScopes(sr), u = function() {
|
|
12431
12431
|
switch (k.apiId) {
|
|
12432
12432
|
case Ce.ssoSilent:
|
|
12433
12433
|
case Ce.acquireTokenSilent_silentFlow:
|
|
@@ -12472,7 +12472,7 @@ var Hn = (
|
|
|
12472
12472
|
});
|
|
12473
12473
|
});
|
|
12474
12474
|
}, e;
|
|
12475
|
-
}(
|
|
12475
|
+
}(ki)
|
|
12476
12476
|
);
|
|
12477
12477
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
12478
12478
|
var Sn = (
|
|
@@ -12620,7 +12620,7 @@ var ms = (
|
|
|
12620
12620
|
case 3:
|
|
12621
12621
|
return a = k.sent(), this.performanceClient.setPreQueueTime(A.StandardInteractionClientCreateAuthCodeClient, t.correlationId), [4, this.createAuthCodeClient(o, r.authority, r.azureCloudOptions)];
|
|
12622
12622
|
case 4:
|
|
12623
|
-
return s = k.sent(), this.logger.verbose("Auth code client created"), u = new
|
|
12623
|
+
return s = k.sent(), this.logger.verbose("Auth code client created"), u = new Go(s, this.browserStorage, a, this.logger, this.browserCrypto, this.performanceClient), [4, s.getAuthCodeUrl($($({}, r), { nativeBroker: Sn.isNativeAvailable(this.config, this.logger, this.nativeMessageHandler, t.authenticationScheme) }))];
|
|
12624
12624
|
case 5:
|
|
12625
12625
|
return p = k.sent(), l = this.getRedirectStartPage(t.redirectStartPage), this.logger.verbosePii("Redirect start page: " + l), window.addEventListener("pageshow", i), [4, u.initiateAuthRequest(p, {
|
|
12626
12626
|
navigationClient: this.navigationClient,
|
|
@@ -12719,7 +12719,7 @@ var ms = (
|
|
|
12719
12719
|
throw F.createNoCachedAuthorityError();
|
|
12720
12720
|
return this.performanceClient.setPreQueueTime(A.StandardInteractionClientCreateAuthCodeClient, i.correlationId), [4, this.createAuthCodeClient(o, p)];
|
|
12721
12721
|
case 1:
|
|
12722
|
-
return l = k.sent(), this.logger.verbose("Auth code client created"), Tr.removeThrottle(this.browserStorage, this.config.auth.clientId, i), m = new
|
|
12722
|
+
return l = k.sent(), this.logger.verbose("Auth code client created"), Tr.removeThrottle(this.browserStorage, this.config.auth.clientId, i), m = new Go(l, this.browserStorage, i, this.logger, this.browserCrypto, this.performanceClient), [4, m.handleCodeResponseFromHash(t, r, l.authority, this.networkClient)];
|
|
12723
12723
|
case 2:
|
|
12724
12724
|
return [2, k.sent()];
|
|
12725
12725
|
}
|
|
@@ -12998,7 +12998,7 @@ function ks(n, e) {
|
|
|
12998
12998
|
},
|
|
12999
12999
|
logLevel: Be.Info,
|
|
13000
13000
|
piiLoggingEnabled: !1
|
|
13001
|
-
}, p = $($({},
|
|
13001
|
+
}, p = $($({}, mi), {
|
|
13002
13002
|
loggerOptions: u,
|
|
13003
13003
|
networkClient: e ? Ae.getBrowserNetworkClient() : ss,
|
|
13004
13004
|
navigationClient: new vs(),
|
|
@@ -13031,7 +13031,7 @@ function ks(n, e) {
|
|
|
13031
13031
|
return f;
|
|
13032
13032
|
}
|
|
13033
13033
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
13034
|
-
var
|
|
13034
|
+
var Ei = (
|
|
13035
13035
|
/** @class */
|
|
13036
13036
|
function(n) {
|
|
13037
13037
|
Ve(e, n);
|
|
@@ -13160,7 +13160,7 @@ var Cs = (
|
|
|
13160
13160
|
case 1:
|
|
13161
13161
|
return o = E.sent(), this.performanceClient.setPreQueueTime(A.GetAuthCodeUrl, r.correlationId), [4, t.getAuthCodeUrl($($({}, r), { nativeBroker: Sn.isNativeAvailable(this.config, this.logger, this.nativeMessageHandler, r.authenticationScheme) }))];
|
|
13162
13162
|
case 2:
|
|
13163
|
-
return i = E.sent(), a = new
|
|
13163
|
+
return i = E.sent(), a = new Ei(t, this.browserStorage, o, this.logger, this.config.system, this.performanceClient), this.performanceClient.setPreQueueTime(A.SilentHandlerInitiateAuthRequest, r.correlationId), [4, a.initiateAuthRequest(i)];
|
|
13164
13164
|
case 3:
|
|
13165
13165
|
return s = E.sent(), this.performanceClient.setPreQueueTime(A.SilentHandlerMonitorIframeForHash, r.correlationId), [4, a.monitorIframeForHash(s, this.config.system.iframeHashTimeout)];
|
|
13166
13166
|
case 4:
|
|
@@ -13222,7 +13222,7 @@ var Es = (
|
|
|
13222
13222
|
case 0:
|
|
13223
13223
|
return this.performanceClient.setPreQueueTime(A.StandardInteractionClientGetClientConfiguration, this.correlationId), [4, this.getClientConfiguration(t, r, o)];
|
|
13224
13224
|
case 1:
|
|
13225
|
-
return i = a.sent(), [2, new
|
|
13225
|
+
return i = a.sent(), [2, new vi(i, this.performanceClient)];
|
|
13226
13226
|
}
|
|
13227
13227
|
});
|
|
13228
13228
|
});
|
|
@@ -13292,7 +13292,7 @@ var We = (
|
|
|
13292
13292
|
}()
|
|
13293
13293
|
);
|
|
13294
13294
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
13295
|
-
var
|
|
13295
|
+
var Ti = (
|
|
13296
13296
|
/** @class */
|
|
13297
13297
|
function() {
|
|
13298
13298
|
function n(e) {
|
|
@@ -13359,7 +13359,7 @@ var nn = (
|
|
|
13359
13359
|
}()
|
|
13360
13360
|
);
|
|
13361
13361
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
13362
|
-
var
|
|
13362
|
+
var Si = (
|
|
13363
13363
|
/** @class */
|
|
13364
13364
|
function() {
|
|
13365
13365
|
function n() {
|
|
@@ -13420,7 +13420,7 @@ var Is = 32, As = (
|
|
|
13420
13420
|
/** @class */
|
|
13421
13421
|
function() {
|
|
13422
13422
|
function n(e) {
|
|
13423
|
-
this.base64Encode = new
|
|
13423
|
+
this.base64Encode = new Si(), this.cryptoObj = e;
|
|
13424
13424
|
}
|
|
13425
13425
|
return n.prototype.generateCodes = function() {
|
|
13426
13426
|
return O(this, void 0, void 0, function() {
|
|
@@ -13635,7 +13635,7 @@ var Ms = (
|
|
|
13635
13635
|
}()
|
|
13636
13636
|
);
|
|
13637
13637
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
13638
|
-
var Ns = "RSASSA-PKCS1-v1_5",
|
|
13638
|
+
var Ns = "RSASSA-PKCS1-v1_5", Vo = "SHA-256", Os = 2048, Ls = new Uint8Array([1, 0, 1]), Ii = (
|
|
13639
13639
|
/** @class */
|
|
13640
13640
|
function() {
|
|
13641
13641
|
function n(e, t) {
|
|
@@ -13655,7 +13655,7 @@ var Ns = "RSASSA-PKCS1-v1_5", Go = "SHA-256", Os = 2048, Ls = new Uint8Array([1,
|
|
|
13655
13655
|
}
|
|
13656
13656
|
this.keygenAlgorithmOptions = {
|
|
13657
13657
|
name: Ns,
|
|
13658
|
-
hash:
|
|
13658
|
+
hash: Vo,
|
|
13659
13659
|
modulusLength: Os,
|
|
13660
13660
|
publicExponent: Ls
|
|
13661
13661
|
};
|
|
@@ -13670,7 +13670,7 @@ var Ns = "RSASSA-PKCS1-v1_5", Go = "SHA-256", Os = 2048, Ls = new Uint8Array([1,
|
|
|
13670
13670
|
return O(this, void 0, void 0, function() {
|
|
13671
13671
|
var t;
|
|
13672
13672
|
return L(this, function(r) {
|
|
13673
|
-
return t = nn.stringToUtf8Arr(e), [2, this.subtleCrypto.digest({ name:
|
|
13673
|
+
return t = nn.stringToUtf8Arr(e), [2, this.subtleCrypto.digest({ name: Vo }, t)];
|
|
13674
13674
|
});
|
|
13675
13675
|
});
|
|
13676
13676
|
}, n.prototype.getRandomValues = function(e) {
|
|
@@ -13873,7 +13873,7 @@ var zs = (
|
|
|
13873
13873
|
}()
|
|
13874
13874
|
);
|
|
13875
13875
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
13876
|
-
var
|
|
13876
|
+
var Qo = (
|
|
13877
13877
|
/** @class */
|
|
13878
13878
|
function() {
|
|
13879
13879
|
function n(e, t) {
|
|
@@ -14019,7 +14019,7 @@ var xs = (
|
|
|
14019
14019
|
/** @class */
|
|
14020
14020
|
function() {
|
|
14021
14021
|
function n(e) {
|
|
14022
|
-
this.logger = e, this.asymmetricKeys = new
|
|
14022
|
+
this.logger = e, this.asymmetricKeys = new Qo(this.logger, Mr.asymmetricKeys), this.symmetricKeys = new Qo(this.logger, Mr.symmetricKeys);
|
|
14023
14023
|
}
|
|
14024
14024
|
return n.prototype.clear = function() {
|
|
14025
14025
|
return O(this, void 0, void 0, function() {
|
|
@@ -14050,7 +14050,7 @@ var Us = (
|
|
|
14050
14050
|
/** @class */
|
|
14051
14051
|
function() {
|
|
14052
14052
|
function n(e, t, r) {
|
|
14053
|
-
this.logger = e, this.browserCrypto = new
|
|
14053
|
+
this.logger = e, this.browserCrypto = new Ii(this.logger, r), this.b64Encode = new Si(), this.b64Decode = new Ss(), this.guidGenerator = new Ti(this.browserCrypto), this.pkceGenerator = new As(this.browserCrypto), this.cache = new xs(this.logger), this.performanceClient = t;
|
|
14054
14054
|
}
|
|
14055
14055
|
return n.prototype.createNewGuid = function() {
|
|
14056
14056
|
return this.guidGenerator.generateGuid();
|
|
@@ -14162,7 +14162,7 @@ var Us = (
|
|
|
14162
14162
|
}()
|
|
14163
14163
|
);
|
|
14164
14164
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
14165
|
-
var
|
|
14165
|
+
var Yo = (
|
|
14166
14166
|
/** @class */
|
|
14167
14167
|
function() {
|
|
14168
14168
|
function n(e, t) {
|
|
@@ -14218,10 +14218,10 @@ var Bs = (
|
|
|
14218
14218
|
Ve(e, n);
|
|
14219
14219
|
function e(t, r, o, i, a, s, u) {
|
|
14220
14220
|
var p = n.call(this, t, r, o, i, a, s) || this;
|
|
14221
|
-
return p.browserCrypto = new
|
|
14221
|
+
return p.browserCrypto = new Ii(p.logger, u), p.guidGenerator = new Ti(p.browserCrypto), p;
|
|
14222
14222
|
}
|
|
14223
14223
|
return e.prototype.startPerformanceMeasuremeant = function(t, r) {
|
|
14224
|
-
return new
|
|
14224
|
+
return new Yo(t, r);
|
|
14225
14225
|
}, e.prototype.generateId = function() {
|
|
14226
14226
|
return this.guidGenerator.generateGuid();
|
|
14227
14227
|
}, e.prototype.getPageVisibility = function() {
|
|
@@ -14231,7 +14231,7 @@ var Bs = (
|
|
|
14231
14231
|
var r = this.eventsByCorrelationId.get(t.event.correlationId), o = r && r.eventId === t.event.eventId, i = [];
|
|
14232
14232
|
o && (r != null && r.incompleteSubMeasurements) && r.incompleteSubMeasurements.forEach(function(a) {
|
|
14233
14233
|
i.push($({}, a));
|
|
14234
|
-
}), i.length > 0 &&
|
|
14234
|
+
}), i.length > 0 && Yo.flushMeasurements(t.event.correlationId, i);
|
|
14235
14235
|
}, e.prototype.supportsBrowserPerformanceNow = function() {
|
|
14236
14236
|
return typeof window < "u" && typeof window.performance < "u" && typeof window.performance.now == "function";
|
|
14237
14237
|
}, e.prototype.startMeasurement = function(t, r) {
|
|
@@ -14268,7 +14268,7 @@ var Bs = (
|
|
|
14268
14268
|
return n.prototype.addQueueMeasurement.call(this, t, r, u, i);
|
|
14269
14269
|
}
|
|
14270
14270
|
}, e;
|
|
14271
|
-
}(
|
|
14271
|
+
}(wi)
|
|
14272
14272
|
);
|
|
14273
14273
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
14274
14274
|
var Ds = (
|
|
@@ -14375,7 +14375,7 @@ var Hs = (
|
|
|
14375
14375
|
return r.includeRedirectUri = !1, r;
|
|
14376
14376
|
}
|
|
14377
14377
|
return e;
|
|
14378
|
-
}(
|
|
14378
|
+
}(_i)
|
|
14379
14379
|
);
|
|
14380
14380
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
14381
14381
|
var js = (
|
|
@@ -14400,7 +14400,7 @@ var js = (
|
|
|
14400
14400
|
case 2:
|
|
14401
14401
|
return l.trys.push([2, 4, , 5]), i = $($({}, r), { code: t.code }), this.performanceClient.setPreQueueTime(A.StandardInteractionClientGetClientConfiguration, t.correlationId), [4, this.getClientConfiguration(o, r.authority)];
|
|
14402
14402
|
case 3:
|
|
14403
|
-
return a = l.sent(), s = new Hs(a), this.logger.verbose("Auth code client created"), u = new
|
|
14403
|
+
return a = l.sent(), s = new Hs(a), this.logger.verbose("Auth code client created"), u = new Ei(s, this.browserStorage, i, this.logger, this.config.system, this.performanceClient), [2, u.handleCodeResponseFromServer({
|
|
14404
14404
|
code: t.code,
|
|
14405
14405
|
msgraph_host: t.msGraphHost,
|
|
14406
14406
|
cloud_graph_host_name: t.cloudGraphHostName,
|
|
@@ -14802,7 +14802,7 @@ var Fs = (
|
|
|
14802
14802
|
}, n.prototype.createSilentIframeClient = function(e) {
|
|
14803
14803
|
return new Cs(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, Ce.ssoSilent, this.performanceClient, this.nativeInternalStorage, this.nativeExtensionProvider, e);
|
|
14804
14804
|
}, n.prototype.createSilentCacheClient = function(e) {
|
|
14805
|
-
return new
|
|
14805
|
+
return new Ci(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, this.performanceClient, this.nativeExtensionProvider, e);
|
|
14806
14806
|
}, n.prototype.createSilentRefreshClient = function(e) {
|
|
14807
14807
|
return new Es(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, this.performanceClient, this.nativeExtensionProvider, e);
|
|
14808
14808
|
}, n.prototype.createSilentAuthCodeClient = function(e) {
|
|
@@ -14849,12 +14849,12 @@ var qs = (
|
|
|
14849
14849
|
return O(this, void 0, void 0, function() {
|
|
14850
14850
|
var r;
|
|
14851
14851
|
return L(this, function(o) {
|
|
14852
|
-
return r = this.getRequestCorrelationId(t), this.logger.verbose("loginRedirect called", r), [2, this.acquireTokenRedirect($({ correlationId: r }, t ||
|
|
14852
|
+
return r = this.getRequestCorrelationId(t), this.logger.verbose("loginRedirect called", r), [2, this.acquireTokenRedirect($({ correlationId: r }, t || Fo))];
|
|
14853
14853
|
});
|
|
14854
14854
|
});
|
|
14855
14855
|
}, e.prototype.loginPopup = function(t) {
|
|
14856
14856
|
var r = this.getRequestCorrelationId(t);
|
|
14857
|
-
return this.logger.verbose("loginPopup called", r), this.acquireTokenPopup($({ correlationId: r }, t ||
|
|
14857
|
+
return this.logger.verbose("loginPopup called", r), this.acquireTokenPopup($({ correlationId: r }, t || Fo));
|
|
14858
14858
|
}, e.prototype.acquireTokenSilent = function(t) {
|
|
14859
14859
|
return O(this, void 0, void 0, function() {
|
|
14860
14860
|
var r, o, i, a, s, u, p, l = this;
|
|
@@ -14958,7 +14958,7 @@ var qs = (
|
|
|
14958
14958
|
}, e;
|
|
14959
14959
|
}(Fs)
|
|
14960
14960
|
);
|
|
14961
|
-
class Ks extends
|
|
14961
|
+
class Ks extends Vi {
|
|
14962
14962
|
async login(e) {
|
|
14963
14963
|
const t = this.createContext(e);
|
|
14964
14964
|
try {
|
|
@@ -15077,7 +15077,7 @@ const Gs = ar("MsAuthPlugin", {
|
|
|
15077
15077
|
return null;
|
|
15078
15078
|
},
|
|
15079
15079
|
compareLangKeys() {
|
|
15080
|
-
const n = Object.keys(
|
|
15080
|
+
const n = Object.keys(oi.default.state), e = Object.keys(ii.default.state), t = Object.keys(ai.default.state), r = Object.keys(di.default.state), o = Object.keys(ci.default.state), i = Object.keys(si.default.state), a = Object.keys(li.default.state), s = Object.keys(ui.default.state);
|
|
15081
15081
|
console.log("In en but not in de", n.filter((u) => !e.includes(u))), console.log("In de but not in en", e.filter((u) => !n.includes(u))), console.log(), console.log("In en but not in es", n.filter((u) => !t.includes(u))), console.log("In es but not in en", t.filter((u) => !n.includes(u))), console.log(), console.log("In en but not in kr", n.filter((u) => !r.includes(u))), console.log("In kr but not in en", r.filter((u) => !n.includes(u))), console.log(), console.log("In en but not in it", n.filter((u) => !o.includes(u))), console.log("In it but not in en", o.filter((u) => !n.includes(u))), console.log(), console.log("In en but not in fr", n.filter((u) => !i.includes(u))), console.log("In fr but not in en", i.filter((u) => !n.includes(u))), console.log(), console.log("In en but not in sr", n.filter((u) => !a.includes(u))), console.log("In sr but not in en", a.filter((u) => !n.includes(u))), console.log(), console.log("In en but not in tr", n.filter((u) => !s.includes(u))), console.log("In tr but not in en", s.filter((u) => !n.includes(u))), console.log();
|
|
15082
15082
|
},
|
|
15083
15083
|
base64ImageToBlob(n) {
|
|
@@ -15255,7 +15255,7 @@ const Gs = ar("MsAuthPlugin", {
|
|
|
15255
15255
|
}
|
|
15256
15256
|
}
|
|
15257
15257
|
};
|
|
15258
|
-
var
|
|
15258
|
+
var Ai = { exports: {} };
|
|
15259
15259
|
(function(n, e) {
|
|
15260
15260
|
(function(t, r) {
|
|
15261
15261
|
n.exports = r();
|
|
@@ -16161,9 +16161,9 @@ var Ii = { exports: {} };
|
|
|
16161
16161
|
} });
|
|
16162
16162
|
}]);
|
|
16163
16163
|
});
|
|
16164
|
-
})(
|
|
16165
|
-
var
|
|
16166
|
-
const
|
|
16164
|
+
})(Ai);
|
|
16165
|
+
var Wo = Ai.exports;
|
|
16166
|
+
const Ri = {
|
|
16167
16167
|
data() {
|
|
16168
16168
|
return {
|
|
16169
16169
|
otpToken: null,
|
|
@@ -16199,10 +16199,10 @@ const Ai = {
|
|
|
16199
16199
|
if (this.account.mfaEnabled)
|
|
16200
16200
|
this.mfaEnable = !0;
|
|
16201
16201
|
else {
|
|
16202
|
-
const e = "Tapni", t =
|
|
16202
|
+
const e = "Tapni", t = Wo.authenticator.generateSecret();
|
|
16203
16203
|
this.otpSecret = t;
|
|
16204
|
-
const r =
|
|
16205
|
-
new
|
|
16204
|
+
const r = Wo.authenticator.keyuri(n, e, t);
|
|
16205
|
+
new Jo({
|
|
16206
16206
|
width: 200,
|
|
16207
16207
|
height: 200,
|
|
16208
16208
|
data: r
|
|
@@ -16255,7 +16255,7 @@ const Ai = {
|
|
|
16255
16255
|
},
|
|
16256
16256
|
refreshQrCode() {
|
|
16257
16257
|
var n, e;
|
|
16258
|
-
this.qrCode && ((e = (n = document.getElementById("qrCodeContainer")) == null ? void 0 : n.childNodes[0]) == null || e.remove()), this.qrCodeHash = this.generateRandomHash(), this.qrCode = new
|
|
16258
|
+
this.qrCode && ((e = (n = document.getElementById("qrCodeContainer")) == null ? void 0 : n.childNodes[0]) == null || e.remove()), this.qrCodeHash = this.generateRandomHash(), this.qrCode = new Jo({
|
|
16259
16259
|
width: 300,
|
|
16260
16260
|
height: 300,
|
|
16261
16261
|
type: "png",
|
|
@@ -16299,7 +16299,7 @@ const Ai = {
|
|
|
16299
16299
|
}
|
|
16300
16300
|
}, Qs = {
|
|
16301
16301
|
name: "AuthLogin",
|
|
16302
|
-
mixins: [
|
|
16302
|
+
mixins: [pi, hi, fi, Lr, zr, xr, at, Vs, Ri],
|
|
16303
16303
|
props: {
|
|
16304
16304
|
isModal: {
|
|
16305
16305
|
type: Boolean,
|
|
@@ -16637,7 +16637,7 @@ const wo = /* @__PURE__ */ mt(Qs, [["render", qc]]), Kc = /* @__PURE__ */ Object
|
|
|
16637
16637
|
default: wo
|
|
16638
16638
|
}, Symbol.toStringTag, { value: "Module" })), Gc = {
|
|
16639
16639
|
name: "AuthRegister",
|
|
16640
|
-
mixins: [
|
|
16640
|
+
mixins: [pi, hi, fi, Lr, at],
|
|
16641
16641
|
props: {
|
|
16642
16642
|
isModal: {
|
|
16643
16643
|
type: Boolean,
|
|
@@ -17128,7 +17128,7 @@ const ko = /* @__PURE__ */ mt(Dl, [["render", du], ["__scopeId", "data-v-89d98ef
|
|
|
17128
17128
|
default: ko
|
|
17129
17129
|
}, Symbol.toStringTag, { value: "Module" })), hu = {
|
|
17130
17130
|
name: "AuthMFA",
|
|
17131
|
-
mixins: [at,
|
|
17131
|
+
mixins: [at, Ri],
|
|
17132
17132
|
props: {
|
|
17133
17133
|
payload: {
|
|
17134
17134
|
type: Object,
|
|
@@ -17196,7 +17196,7 @@ function Lu(n, e, t, r, o, i) {
|
|
|
17196
17196
|
class: "ios-switch-checkbox",
|
|
17197
17197
|
id: "mfa-open-switch"
|
|
17198
17198
|
}, null, 512), [
|
|
17199
|
-
[
|
|
17199
|
+
[Bi, n.mfaEnable]
|
|
17200
17200
|
]),
|
|
17201
17201
|
yu
|
|
17202
17202
|
])
|
|
@@ -17497,7 +17497,7 @@ const Eo = /* @__PURE__ */ mt(xu, [["render", vd], ["__scopeId", "data-v-69a9cfa
|
|
|
17497
17497
|
},
|
|
17498
17498
|
methods: {
|
|
17499
17499
|
inAppRedirect() {
|
|
17500
|
-
let n =
|
|
17500
|
+
let n = Qi(location.href);
|
|
17501
17501
|
return n = n.replace("http", "tapni"), n = n.replace("https", "tapni"), window.open(n);
|
|
17502
17502
|
}
|
|
17503
17503
|
}
|
|
@@ -17556,7 +17556,7 @@ function Ad(n, e, t, r, o, i) {
|
|
|
17556
17556
|
onClick: e[0] || (e[0] = (...a) => i.toggleEmit && i.toggleEmit(...a))
|
|
17557
17557
|
}, null, 2);
|
|
17558
17558
|
}
|
|
17559
|
-
const
|
|
17559
|
+
const Pi = /* @__PURE__ */ mt(Id, [["render", Ad], ["__scopeId", "data-v-17c95816"]]), Rd = {
|
|
17560
17560
|
name: "SSO",
|
|
17561
17561
|
mixins: [Lr, zr, xr, at],
|
|
17562
17562
|
data() {
|
|
@@ -17650,7 +17650,7 @@ function Bd(n, e, t, r, o, i) {
|
|
|
17650
17650
|
])
|
|
17651
17651
|
], 34);
|
|
17652
17652
|
}
|
|
17653
|
-
const
|
|
17653
|
+
const Mi = /* @__PURE__ */ mt(Rd, [["render", Bd], ["__scopeId", "data-v-11f19a09"]]), Dd = {
|
|
17654
17654
|
name: "OTP",
|
|
17655
17655
|
mixins: [at],
|
|
17656
17656
|
data() {
|
|
@@ -17684,7 +17684,7 @@ const Pi = /* @__PURE__ */ mt(Rd, [["render", Bd], ["__scopeId", "data-v-11f19a0
|
|
|
17684
17684
|
this.toggle = !this.toggle;
|
|
17685
17685
|
}
|
|
17686
17686
|
}
|
|
17687
|
-
},
|
|
17687
|
+
}, Ni = (n) => (An("data-v-2b6d6269"), n = n(), Rn(), n), Hd = /* @__PURE__ */ Ni(() => /* @__PURE__ */ _("i", { class: "font-17 color-black" }, [
|
|
17688
17688
|
/* @__PURE__ */ _("img", {
|
|
17689
17689
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
17690
17690
|
class: "responsive-image",
|
|
@@ -17699,7 +17699,7 @@ const Pi = /* @__PURE__ */ mt(Rd, [["render", Bd], ["__scopeId", "data-v-11f19a0
|
|
|
17699
17699
|
}, Qd = { key: 0 }, Yd = {
|
|
17700
17700
|
key: 1,
|
|
17701
17701
|
class: "button--loading button__loader"
|
|
17702
|
-
}, Wd = { class: "close-text center-text half-top color-black" }, $d = ["innerHTML"], Jd = /* @__PURE__ */
|
|
17702
|
+
}, Wd = { class: "close-text center-text half-top color-black" }, $d = ["innerHTML"], Jd = /* @__PURE__ */ Ni(() => /* @__PURE__ */ _("a", { href: "mailto:support@tapni.com?subject=MFA Authentication Problem" }, " support@tapni.com", -1));
|
|
17703
17703
|
function Xd(n, e, t, r, o, i) {
|
|
17704
17704
|
return N(), U("form", {
|
|
17705
17705
|
onSubmit: e[3] || (e[3] = Ge((...a) => i.submit && i.submit(...a), ["prevent"])),
|
|
@@ -17745,7 +17745,7 @@ function Xd(n, e, t, r, o, i) {
|
|
|
17745
17745
|
])
|
|
17746
17746
|
], 34);
|
|
17747
17747
|
}
|
|
17748
|
-
const
|
|
17748
|
+
const Oi = /* @__PURE__ */ mt(Dd, [["render", Xd], ["__scopeId", "data-v-2b6d6269"]]), Zd = {
|
|
17749
17749
|
name: "SSOPick",
|
|
17750
17750
|
mixins: [Lr, zr, xr, at],
|
|
17751
17751
|
data() {
|
|
@@ -17847,7 +17847,7 @@ function pp(n, e, t, r, o, i) {
|
|
|
17847
17847
|
])) : fe("", !0)
|
|
17848
17848
|
], 34);
|
|
17849
17849
|
}
|
|
17850
|
-
const
|
|
17850
|
+
const Li = /* @__PURE__ */ mt(Zd, [["render", pp], ["__scopeId", "data-v-4f821f65"]]), hp = {
|
|
17851
17851
|
name: "LinkIcon",
|
|
17852
17852
|
mixins: [at],
|
|
17853
17853
|
props: {
|
|
@@ -18092,7 +18092,7 @@ function Sp(n, e, t, r, o, i) {
|
|
|
18092
18092
|
}, null, 8, ["data"])
|
|
18093
18093
|
], 2);
|
|
18094
18094
|
}
|
|
18095
|
-
const
|
|
18095
|
+
const zi = /* @__PURE__ */ mt(bp, [["render", Sp], ["__scopeId", "data-v-a49a90e5"]]), un = ar("Preferences", {
|
|
18096
18096
|
web: () => import("./web-AImUTDQQ.js").then((n) => new n.PreferencesWeb())
|
|
18097
18097
|
}), At = {
|
|
18098
18098
|
async setObject(n, e) {
|
|
@@ -18210,7 +18210,7 @@ const Li = /* @__PURE__ */ mt(bp, [["render", Sp], ["__scopeId", "data-v-a49a90e
|
|
|
18210
18210
|
this.strgReady = Qr({ value: !1 }), await Vr._initialize(this.options);
|
|
18211
18211
|
let n = await Vr.getRaw();
|
|
18212
18212
|
const e = Qr(n);
|
|
18213
|
-
this.strg = e, this.strgReady.value = !0,
|
|
18213
|
+
this.strg = e, this.strgReady.value = !0, Di(e, async () => {
|
|
18214
18214
|
await Vr.setRaw(e);
|
|
18215
18215
|
}, { deep: !0 });
|
|
18216
18216
|
}
|
|
@@ -18256,11 +18256,11 @@ const Rp = { id: "ssoapp" }, Pp = {
|
|
|
18256
18256
|
};
|
|
18257
18257
|
},
|
|
18258
18258
|
components: {
|
|
18259
|
-
Language:
|
|
18260
|
-
OTP:
|
|
18261
|
-
SSOPick:
|
|
18262
|
-
SSO:
|
|
18263
|
-
ModalOverlay:
|
|
18259
|
+
Language: zi,
|
|
18260
|
+
OTP: Oi,
|
|
18261
|
+
SSOPick: Li,
|
|
18262
|
+
SSO: Mi,
|
|
18263
|
+
ModalOverlay: Pi,
|
|
18264
18264
|
AuthCallback: To,
|
|
18265
18265
|
AuthReset: Eo,
|
|
18266
18266
|
AuthVerify: ko,
|
|
@@ -18349,7 +18349,7 @@ const Rp = { id: "ssoapp" }, Pp = {
|
|
|
18349
18349
|
}
|
|
18350
18350
|
}, Kp = /* @__PURE__ */ Object.assign(qp, {
|
|
18351
18351
|
setup(n) {
|
|
18352
|
-
return window.Buffer =
|
|
18352
|
+
return window.Buffer = na, document.addEventListener("DOMContentLoaded", function() {
|
|
18353
18353
|
const e = document.createElement("script");
|
|
18354
18354
|
e.src = `https://www.google.com/recaptcha/api.js?render=${Ap.VITE_GOOGLE_RECAPTCHA_SITE_KEY}`, document.head.appendChild(e);
|
|
18355
18355
|
}), (e, t) => (N(), U("div", Rp, [
|
|
@@ -18362,11 +18362,11 @@ const Rp = { id: "ssoapp" }, Pp = {
|
|
|
18362
18362
|
}, [
|
|
18363
18363
|
_("span", Op, Q(e.appLanguage.toUpperCase()), 1)
|
|
18364
18364
|
])) : fe("", !0),
|
|
18365
|
-
De(
|
|
18366
|
-
n.isModal ? fe("", !0) : (N(), ht(
|
|
18367
|
-
n.isModal ? fe("", !0) : (N(), ht(
|
|
18368
|
-
n.isModal ? fe("", !0) : (N(), ht(
|
|
18369
|
-
De(
|
|
18365
|
+
De(Pi),
|
|
18366
|
+
n.isModal ? fe("", !0) : (N(), ht(zi, { key: 2 })),
|
|
18367
|
+
n.isModal ? fe("", !0) : (N(), ht(Mi, { key: 3 })),
|
|
18368
|
+
n.isModal ? fe("", !0) : (N(), ht(Li, { key: 4 })),
|
|
18369
|
+
De(Oi),
|
|
18370
18370
|
e.initialized && e.renderView === "AuthWelcome" ? (N(), ht(po, { key: 5 })) : e.initialized && e.renderView === "AuthLogin" ? (N(), ht(wo, {
|
|
18371
18371
|
key: 6,
|
|
18372
18372
|
isModal: n.isModal
|
|
@@ -18380,7 +18380,7 @@ const Rp = { id: "ssoapp" }, Pp = {
|
|
|
18380
18380
|
key: 9,
|
|
18381
18381
|
isModal: n.isModal,
|
|
18382
18382
|
payload: n.payload
|
|
18383
|
-
}, null, 8, ["isModal", "payload"])) : e.initialized && e.renderView === "AuthReset" ? (N(), ht(Eo, { key: 10 })) : e.initialized && e.renderView === "AuthCallback" ? (N(), ht(To, { key: 11 })) : e.display !== "npm" ? (N(), ht(
|
|
18383
|
+
}, null, 8, ["isModal", "payload"])) : e.initialized && e.renderView === "AuthReset" ? (N(), ht(Eo, { key: 10 })) : e.initialized && e.renderView === "AuthCallback" ? (N(), ht(To, { key: 11 })) : e.display !== "npm" ? (N(), ht(Hi(qi), { key: 12 })) : fe("", !0),
|
|
18384
18384
|
_("div", Lp, [
|
|
18385
18385
|
_("p", zp, [
|
|
18386
18386
|
_("span", xp, Q(e.ssoLang[e.appLanguage].error), 1),
|