@tapni/auth 1.0.66 → 1.0.67
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 +8 -8
- package/dist/{Apps-BGr6XXC1.js → Apps-CwN4b-EY.js} +1 -1
- package/dist/{CustomApp-CUbr7Yc0.js → CustomApp-B3pFA11P.js} +1 -1
- package/dist/{QR-C-hIeHAf.js → QR-nYopYeWv.js} +1 -1
- package/dist/TapniAuth.es.js +1 -1
- package/dist/TapniAuth.umd.js +13 -13
- package/dist/{install-NW33kPfJ.js → install-Bdvxvbg8.js} +172 -173
- package/package.json +1 -1
- package/src/App.vue +0 -2
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { reactive as Hr, readonly as Ui, resolveComponent as Qt, openBlock as R, createElementBlock as O, createElementVNode as m, toDisplayString as z, createCommentVNode as ie, createVNode as gt, withCtx as He, createTextVNode as be, createStaticVNode as Bi, nextTick as
|
|
1
|
+
import { reactive as Hr, readonly as Ui, resolveComponent as Qt, openBlock as R, createElementBlock as O, createElementVNode as m, toDisplayString as z, createCommentVNode as ie, createVNode as gt, withCtx as He, createTextVNode as be, createStaticVNode as Bi, nextTick as So, withModifiers as $e, normalizeStyle as or, withDirectives as ge, withKeys as fn, vModelText as ot, vModelDynamic as mr, vShow as kt, createBlock as Pe, normalizeClass as en, vModelCheckbox as Io, Fragment as fr, renderList as gr, defineComponent as ei, mergeModels as Ao, useModel as Di, ref as wn, computed as Ro, watch as io, onMounted as ji, onBeforeUnmount as Fi, renderSlot as Xt, Teleport as qi, unref as Hi } from "vue";
|
|
2
2
|
import { createRouter as Ki, createWebHistory as Gi, RouterView as Vi } from "vue-router";
|
|
3
3
|
import { createNamespacedHelpers as Qi, createStore as $i } from "vuex";
|
|
4
4
|
import { Capacitor as Gn, registerPlugin as Pr, WebPlugin as Yi } from "@capacitor/core";
|
|
5
5
|
import ke from "await-to-js";
|
|
6
6
|
import ao from "axios";
|
|
7
|
-
import { jwtDecode as
|
|
7
|
+
import { jwtDecode as ti } from "jwt-decode";
|
|
8
8
|
import { Device as Kr } from "@capacitor/device";
|
|
9
|
-
import { sha256 as
|
|
9
|
+
import { sha256 as ni } from "js-sha256";
|
|
10
10
|
import { Browser as _r } from "@capacitor/browser";
|
|
11
|
-
import
|
|
11
|
+
import ri from "qr-code-styling";
|
|
12
12
|
import { sanitizeUrl as Wi } from "@braintree/sanitize-url";
|
|
13
13
|
function Ji(n) {
|
|
14
14
|
return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
|
|
15
15
|
}
|
|
16
|
-
var
|
|
16
|
+
var oi = { exports: {} }, Oe = oi.exports = {}, qt, Ht;
|
|
17
17
|
function Gr() {
|
|
18
18
|
throw new Error("setTimeout has not been defined");
|
|
19
19
|
}
|
|
@@ -32,7 +32,7 @@ function Vr() {
|
|
|
32
32
|
Ht = Vr;
|
|
33
33
|
}
|
|
34
34
|
})();
|
|
35
|
-
function
|
|
35
|
+
function ii(n) {
|
|
36
36
|
if (qt === setTimeout)
|
|
37
37
|
return setTimeout(n, 0);
|
|
38
38
|
if ((qt === Gr || !qt) && setTimeout)
|
|
@@ -64,11 +64,11 @@ function Xi(n) {
|
|
|
64
64
|
}
|
|
65
65
|
var tn = [], Un = !1, Cn, hr = -1;
|
|
66
66
|
function Zi() {
|
|
67
|
-
!Un || !Cn || (Un = !1, Cn.length ? tn = Cn.concat(tn) : hr = -1, tn.length &&
|
|
67
|
+
!Un || !Cn || (Un = !1, Cn.length ? tn = Cn.concat(tn) : hr = -1, tn.length && ai());
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function ai() {
|
|
70
70
|
if (!Un) {
|
|
71
|
-
var n =
|
|
71
|
+
var n = ii(Zi);
|
|
72
72
|
Un = !0;
|
|
73
73
|
for (var e = tn.length; e; ) {
|
|
74
74
|
for (Cn = tn, tn = []; ++hr < e; )
|
|
@@ -83,12 +83,12 @@ Oe.nextTick = function(n) {
|
|
|
83
83
|
if (arguments.length > 1)
|
|
84
84
|
for (var t = 1; t < arguments.length; t++)
|
|
85
85
|
e[t - 1] = arguments[t];
|
|
86
|
-
tn.push(new
|
|
86
|
+
tn.push(new si(n, e)), tn.length === 1 && !Un && ii(ai);
|
|
87
87
|
};
|
|
88
|
-
function
|
|
88
|
+
function si(n, e) {
|
|
89
89
|
this.fun = n, this.array = e;
|
|
90
90
|
}
|
|
91
|
-
|
|
91
|
+
si.prototype.run = function() {
|
|
92
92
|
this.fun.apply(null, this.array);
|
|
93
93
|
};
|
|
94
94
|
Oe.title = "browser";
|
|
@@ -123,7 +123,7 @@ Oe.chdir = function(n) {
|
|
|
123
123
|
Oe.umask = function() {
|
|
124
124
|
return 0;
|
|
125
125
|
};
|
|
126
|
-
var ea =
|
|
126
|
+
var ea = oi.exports;
|
|
127
127
|
const ta = /* @__PURE__ */ Ji(ea);
|
|
128
128
|
var so = {}, Mr = {};
|
|
129
129
|
Mr.byteLength = oa;
|
|
@@ -134,7 +134,7 @@ for (var Pn = 0, ra = jr.length; Pn < ra; ++Pn)
|
|
|
134
134
|
Gt[Pn] = jr[Pn], wt[jr.charCodeAt(Pn)] = Pn;
|
|
135
135
|
wt[45] = 62;
|
|
136
136
|
wt[95] = 63;
|
|
137
|
-
function
|
|
137
|
+
function ci(n) {
|
|
138
138
|
var e = n.length;
|
|
139
139
|
if (e % 4 > 0)
|
|
140
140
|
throw new Error("Invalid string. Length must be a multiple of 4");
|
|
@@ -144,14 +144,14 @@ function li(n) {
|
|
|
144
144
|
return [t, r];
|
|
145
145
|
}
|
|
146
146
|
function oa(n) {
|
|
147
|
-
var e =
|
|
147
|
+
var e = ci(n), t = e[0], r = e[1];
|
|
148
148
|
return (t + r) * 3 / 4 - r;
|
|
149
149
|
}
|
|
150
150
|
function ia(n, e, t) {
|
|
151
151
|
return (e + t) * 3 / 4 - t;
|
|
152
152
|
}
|
|
153
153
|
function aa(n) {
|
|
154
|
-
var e, t =
|
|
154
|
+
var e, t = ci(n), r = t[0], o = t[1], i = new na(ia(n, r, o)), a = 0, s = o > 0 ? r - 4 : r, c;
|
|
155
155
|
for (c = 0; c < s; c += 4)
|
|
156
156
|
e = wt[n.charCodeAt(c)] << 18 | wt[n.charCodeAt(c + 1)] << 12 | wt[n.charCodeAt(c + 2)] << 6 | wt[n.charCodeAt(c + 3)], i[a++] = e >> 16 & 255, i[a++] = e >> 8 & 255, i[a++] = e & 255;
|
|
157
157
|
return o === 2 && (e = wt[n.charCodeAt(c)] << 2 | wt[n.charCodeAt(c + 1)] >> 4, i[a++] = e & 255), o === 1 && (e = wt[n.charCodeAt(c)] << 10 | wt[n.charCodeAt(c + 1)] << 4 | wt[n.charCodeAt(c + 2)] >> 2, i[a++] = e >> 8 & 255, i[a++] = e & 255), i;
|
|
@@ -1456,7 +1456,7 @@ const lo = /* @__PURE__ */ Yt(fa, [["render", Ca], ["__scopeId", "data-v-465df13
|
|
|
1456
1456
|
updateAccount(n) {
|
|
1457
1457
|
return pe().put("/accounts/me", n);
|
|
1458
1458
|
}
|
|
1459
|
-
},
|
|
1459
|
+
}, Po = {
|
|
1460
1460
|
registerDevice(n) {
|
|
1461
1461
|
return pe().post("/devices/add", n);
|
|
1462
1462
|
},
|
|
@@ -1473,7 +1473,7 @@ const lo = /* @__PURE__ */ Yt(fa, [["render", Ca], ["__scopeId", "data-v-465df13
|
|
|
1473
1473
|
qrCodePooling(n) {
|
|
1474
1474
|
return pe().post("/company/login/qr", n);
|
|
1475
1475
|
}
|
|
1476
|
-
},
|
|
1476
|
+
}, li = {
|
|
1477
1477
|
state: {
|
|
1478
1478
|
english: "English",
|
|
1479
1479
|
spanish: "Spanish",
|
|
@@ -1963,7 +1963,7 @@ const lo = /* @__PURE__ */ Yt(fa, [["render", Ca], ["__scopeId", "data-v-465df13
|
|
|
1963
1963
|
app_region: "Region",
|
|
1964
1964
|
app_region_p: "Select your region for personalized billing and support experience"
|
|
1965
1965
|
}
|
|
1966
|
-
},
|
|
1966
|
+
}, ui = {
|
|
1967
1967
|
state: {
|
|
1968
1968
|
english: "Englisch",
|
|
1969
1969
|
spanish: "Spanisch",
|
|
@@ -2453,7 +2453,7 @@ const lo = /* @__PURE__ */ Yt(fa, [["render", Ca], ["__scopeId", "data-v-465df13
|
|
|
2453
2453
|
app_region: "Region",
|
|
2454
2454
|
app_region_p: "Region für passende Abrechnung & Support wählen"
|
|
2455
2455
|
}
|
|
2456
|
-
},
|
|
2456
|
+
}, di = {
|
|
2457
2457
|
state: {
|
|
2458
2458
|
english: "Inglés",
|
|
2459
2459
|
spanish: "Español",
|
|
@@ -2943,7 +2943,7 @@ const lo = /* @__PURE__ */ Yt(fa, [["render", Ca], ["__scopeId", "data-v-465df13
|
|
|
2943
2943
|
app_region: "Región",
|
|
2944
2944
|
app_region_p: "Selecciona tu región para facturación y soporte personalizados"
|
|
2945
2945
|
}
|
|
2946
|
-
},
|
|
2946
|
+
}, pi = {
|
|
2947
2947
|
state: {
|
|
2948
2948
|
english: "Anglais",
|
|
2949
2949
|
spanish: "Espagnol",
|
|
@@ -3435,7 +3435,7 @@ Il n'y a aucun lien dans votre profil.`,
|
|
|
3435
3435
|
app_region: "Région",
|
|
3436
3436
|
app_region_p: "Sélectionnez votre région pour une facturation & assistance personnalisées"
|
|
3437
3437
|
}
|
|
3438
|
-
},
|
|
3438
|
+
}, hi = {
|
|
3439
3439
|
state: {
|
|
3440
3440
|
english: "Inglese",
|
|
3441
3441
|
spanish: "Spagnolo",
|
|
@@ -3922,7 +3922,7 @@ Il n'y a aucun lien dans votre profil.`,
|
|
|
3922
3922
|
app_region: "Regione",
|
|
3923
3923
|
app_region_p: "Seleziona la tua regione per fatturazione e supporto personalizzati"
|
|
3924
3924
|
}
|
|
3925
|
-
},
|
|
3925
|
+
}, mi = {
|
|
3926
3926
|
state: {
|
|
3927
3927
|
english: "Engleski",
|
|
3928
3928
|
spanish: "Španski",
|
|
@@ -4404,7 +4404,7 @@ Il n'y a aucun lien dans votre profil.`,
|
|
|
4404
4404
|
app_region: "Region",
|
|
4405
4405
|
app_region_p: "Izaberite region radi prilagođenog plaćanja i podrške"
|
|
4406
4406
|
}
|
|
4407
|
-
},
|
|
4407
|
+
}, fi = {
|
|
4408
4408
|
state: {
|
|
4409
4409
|
english: "İngilizce",
|
|
4410
4410
|
spanish: "İspanyolca",
|
|
@@ -5375,7 +5375,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
5375
5375
|
app_region: "地區",
|
|
5376
5376
|
app_region_p: "選擇您的地區以獲得個人化的帳單與支援服務"
|
|
5377
5377
|
}
|
|
5378
|
-
},
|
|
5378
|
+
}, gi = {
|
|
5379
5379
|
state: {
|
|
5380
5380
|
english: "영어",
|
|
5381
5381
|
spanish: "스페인어",
|
|
@@ -6846,11 +6846,11 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6846
6846
|
app_region: "Região",
|
|
6847
6847
|
app_region_p: "Selecione sua região para experiência de faturamento e suporte personalizada"
|
|
6848
6848
|
}
|
|
6849
|
-
},
|
|
6849
|
+
}, Mo = () => Promise.resolve().then(() => Ea), Aa = () => Promise.resolve().then(() => Nc), Ra = () => Promise.resolve().then(() => Ul), Pa = () => Promise.resolve().then(() => Wp), Ma = () => Promise.resolve().then(() => ul), Na = () => Promise.resolve().then(() => Xl), La = () => Promise.resolve().then(() => nh), Oa = () => import("./QR-nYopYeWv.js"), za = () => Promise.resolve().then(() => Xu), xa = () => import("./Apps-CwN4b-EY.js"), Ua = () => Promise.resolve().then(() => Od), Ba = () => import("./CustomApp-B3pFA11P.js"), Da = () => Promise.resolve().then(() => wp), ja = [
|
|
6850
6850
|
{
|
|
6851
6851
|
path: "/welcome",
|
|
6852
6852
|
name: "AuthWelcome",
|
|
6853
|
-
component:
|
|
6853
|
+
component: Mo
|
|
6854
6854
|
},
|
|
6855
6855
|
{
|
|
6856
6856
|
path: "/login",
|
|
@@ -6916,12 +6916,12 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6916
6916
|
{
|
|
6917
6917
|
path: "/",
|
|
6918
6918
|
name: "404",
|
|
6919
|
-
component:
|
|
6919
|
+
component: Mo
|
|
6920
6920
|
}
|
|
6921
|
-
],
|
|
6921
|
+
], No = Ki({
|
|
6922
6922
|
history: Gi("/"),
|
|
6923
6923
|
routes: ja
|
|
6924
|
-
}),
|
|
6924
|
+
}), _i = {
|
|
6925
6925
|
namespaced: !0,
|
|
6926
6926
|
state: {
|
|
6927
6927
|
$storex: {},
|
|
@@ -6935,15 +6935,15 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6935
6935
|
device: {},
|
|
6936
6936
|
loggedInAccounts: {},
|
|
6937
6937
|
ssoLang: {
|
|
6938
|
-
en:
|
|
6939
|
-
de:
|
|
6940
|
-
es:
|
|
6941
|
-
fr:
|
|
6942
|
-
it:
|
|
6943
|
-
sr:
|
|
6944
|
-
tr:
|
|
6938
|
+
en: li.state,
|
|
6939
|
+
de: ui.state,
|
|
6940
|
+
es: di.state,
|
|
6941
|
+
fr: pi.state,
|
|
6942
|
+
it: hi.state,
|
|
6943
|
+
sr: mi.state,
|
|
6944
|
+
tr: fi.state,
|
|
6945
6945
|
cn: Ta.state,
|
|
6946
|
-
kr:
|
|
6946
|
+
kr: gi.state,
|
|
6947
6947
|
pt: Ia.state,
|
|
6948
6948
|
ja: Sa.state
|
|
6949
6949
|
},
|
|
@@ -7102,7 +7102,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
7102
7102
|
},
|
|
7103
7103
|
loginSuccess({ commit: n, state: e, dispatch: t, getters: r }, o) {
|
|
7104
7104
|
if (e.display === "redirect")
|
|
7105
|
-
return e.redirect_uri && !e.allowedOriginsAuth.some((i) => e.redirect_uri.startsWith(i)) ? console.error("Redirect URI not allowed") :
|
|
7105
|
+
return e.redirect_uri && !e.allowedOriginsAuth.some((i) => e.redirect_uri.startsWith(i)) ? console.error("Redirect URI not allowed") : No.push("/account");
|
|
7106
7106
|
e.display === "popup" ? e.allowedOriginsAuth.forEach((i) => {
|
|
7107
7107
|
var a;
|
|
7108
7108
|
(a = window.parent) == null || a.postMessage({ code: o.data.auth_code, state: e.state }, i);
|
|
@@ -7162,11 +7162,11 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
7162
7162
|
webViewVersion: r.webViewVersion
|
|
7163
7163
|
}
|
|
7164
7164
|
};
|
|
7165
|
-
const [i, a] = await ke(
|
|
7165
|
+
const [i, a] = await ke(Po.registerDevice(o));
|
|
7166
7166
|
return i ? e("errorHandler", i) : a;
|
|
7167
7167
|
},
|
|
7168
7168
|
async addFcmToken({ commit: n, dispatch: e }, t) {
|
|
7169
|
-
const [r, o] = await ke(
|
|
7169
|
+
const [r, o] = await ke(Po.addFcmToken(t));
|
|
7170
7170
|
return r ? e("errorHandler", r) : o;
|
|
7171
7171
|
},
|
|
7172
7172
|
async acceptCompanyInvitation({ commit: n, dispatch: e }, t) {
|
|
@@ -7188,7 +7188,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
7188
7188
|
});
|
|
7189
7189
|
else {
|
|
7190
7190
|
if (t.display === "redirect")
|
|
7191
|
-
return
|
|
7191
|
+
return No.push("/welcome");
|
|
7192
7192
|
t.display === "npm" && te.$emit("ssoEvent", { name: "redirect", data: "/welcome" });
|
|
7193
7193
|
}
|
|
7194
7194
|
},
|
|
@@ -7261,7 +7261,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
7261
7261
|
}
|
|
7262
7262
|
}, At = $i({
|
|
7263
7263
|
modules: {
|
|
7264
|
-
auth:
|
|
7264
|
+
auth: _i
|
|
7265
7265
|
}
|
|
7266
7266
|
}), pe = (n = null, e = "v1") => {
|
|
7267
7267
|
const t = e;
|
|
@@ -7285,7 +7285,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
7285
7285
|
lang: At.getters["auth/appLanguage"],
|
|
7286
7286
|
realm: At.getters["auth/appRealm"] || "app"
|
|
7287
7287
|
}), At.getters["auth/accessToken"] && !n) {
|
|
7288
|
-
const a =
|
|
7288
|
+
const a = ti(At.getters["auth/accessToken"]);
|
|
7289
7289
|
if (a.exp - 30 < Math.floor(Date.now() / 1e3))
|
|
7290
7290
|
return At.dispatch("auth/refreshTokenAction", a).then(() => (i.headers = {
|
|
7291
7291
|
...i.headers,
|
|
@@ -7366,7 +7366,7 @@ const nt = {
|
|
|
7366
7366
|
async getRecords(n) {
|
|
7367
7367
|
return pe().post("/objects/records", n);
|
|
7368
7368
|
}
|
|
7369
|
-
},
|
|
7369
|
+
}, Lo = Pr("GoogleAuth", {
|
|
7370
7370
|
web: () => import("./web-UrTMimK1.js").then((n) => new n.GoogleAuthWeb())
|
|
7371
7371
|
}), vi = {
|
|
7372
7372
|
data() {
|
|
@@ -7380,13 +7380,13 @@ const nt = {
|
|
|
7380
7380
|
}
|
|
7381
7381
|
},
|
|
7382
7382
|
mounted() {
|
|
7383
|
-
|
|
7383
|
+
Lo.initialize();
|
|
7384
7384
|
},
|
|
7385
7385
|
methods: {
|
|
7386
7386
|
async googleLogin() {
|
|
7387
7387
|
var t;
|
|
7388
7388
|
this.googleLoad = !0;
|
|
7389
|
-
let [n, e] = await ke(
|
|
7389
|
+
let [n, e] = await ke(Lo.signIn());
|
|
7390
7390
|
if (n) return this.googleLoad = !1;
|
|
7391
7391
|
if (this.referral && (e.ref = this.referral), e.authentication && (e.authentication.accessToken || e.authentication.idToken)) {
|
|
7392
7392
|
this.referral && (e.ref = this.referral), this.display === "popup" && (e.response_type = "code");
|
|
@@ -7429,7 +7429,7 @@ const nt = {
|
|
|
7429
7429
|
})
|
|
7430
7430
|
);
|
|
7431
7431
|
if (n) return this.appleLoad = !1;
|
|
7432
|
-
if (e.response.tokenData =
|
|
7432
|
+
if (e.response.tokenData = ti(e.response.identityToken), e && e.response && e.response.identityToken) {
|
|
7433
7433
|
this.referral && (e.response.ref = this.referral), this.display === "popup" && (e.response_type = "code");
|
|
7434
7434
|
const [r, o] = await ke(nt.appleSDK(e.response, this.$storex));
|
|
7435
7435
|
if (r)
|
|
@@ -7484,7 +7484,7 @@ var J = function() {
|
|
|
7484
7484
|
return e;
|
|
7485
7485
|
}, J.apply(this, arguments);
|
|
7486
7486
|
};
|
|
7487
|
-
function
|
|
7487
|
+
function Oo(n, e) {
|
|
7488
7488
|
var t = {};
|
|
7489
7489
|
for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && e.indexOf(r) < 0 && (t[r] = n[r]);
|
|
7490
7490
|
if (n != null && typeof Object.getOwnPropertySymbols == "function")
|
|
@@ -7596,7 +7596,7 @@ function qa(n, e) {
|
|
|
7596
7596
|
}
|
|
7597
7597
|
return i;
|
|
7598
7598
|
}
|
|
7599
|
-
function
|
|
7599
|
+
function uo() {
|
|
7600
7600
|
for (var n = [], e = 0; e < arguments.length; e++)
|
|
7601
7601
|
n = n.concat(qa(arguments[e]));
|
|
7602
7602
|
return n;
|
|
@@ -7791,7 +7791,7 @@ var b = {
|
|
|
7791
7791
|
b.OPENID_SCOPE,
|
|
7792
7792
|
b.PROFILE_SCOPE,
|
|
7793
7793
|
b.OFFLINE_ACCESS_SCOPE
|
|
7794
|
-
],
|
|
7794
|
+
], zo = Nr(ir, [
|
|
7795
7795
|
b.EMAIL_SCOPE
|
|
7796
7796
|
]), _t;
|
|
7797
7797
|
(function(n) {
|
|
@@ -7824,7 +7824,7 @@ var et = {
|
|
|
7824
7824
|
(function(n) {
|
|
7825
7825
|
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";
|
|
7826
7826
|
})(Vn || (Vn = {}));
|
|
7827
|
-
var
|
|
7827
|
+
var xo = {
|
|
7828
7828
|
PLAIN: "plain",
|
|
7829
7829
|
S256: "S256"
|
|
7830
7830
|
}, vr;
|
|
@@ -7883,7 +7883,7 @@ var Yn = {
|
|
|
7883
7883
|
THROTTLING_PREFIX: "throttling",
|
|
7884
7884
|
// Value assigned to the x-ms-lib-capability header to indicate to the server the library supports throttling
|
|
7885
7885
|
X_MS_LIB_CAPABILITY_VALUE: "retry-after, h429"
|
|
7886
|
-
},
|
|
7886
|
+
}, Uo = {
|
|
7887
7887
|
INVALID_GRANT_ERROR: "invalid_grant",
|
|
7888
7888
|
CLIENT_MISMATCH_ERROR: "client_mismatch"
|
|
7889
7889
|
}, br;
|
|
@@ -8372,7 +8372,7 @@ var qe;
|
|
|
8372
8372
|
(function(n) {
|
|
8373
8373
|
n[n.Error = 0] = "Error", n[n.Warning = 1] = "Warning", n[n.Info = 2] = "Info", n[n.Verbose = 3] = "Verbose", n[n.Trace = 4] = "Trace";
|
|
8374
8374
|
})(qe || (qe = {}));
|
|
8375
|
-
var
|
|
8375
|
+
var po = (
|
|
8376
8376
|
/** @class */
|
|
8377
8377
|
function() {
|
|
8378
8378
|
function n(e, t, r) {
|
|
@@ -8465,7 +8465,7 @@ var ho = (
|
|
|
8465
8465
|
}()
|
|
8466
8466
|
);
|
|
8467
8467
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
8468
|
-
var bi = "@azure/msal-common",
|
|
8468
|
+
var bi = "@azure/msal-common", ho = "13.3.1";
|
|
8469
8469
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
8470
8470
|
var tr;
|
|
8471
8471
|
(function(n) {
|
|
@@ -8655,7 +8655,7 @@ var Ze = (
|
|
|
8655
8655
|
});
|
|
8656
8656
|
}, n.prototype.containsOnlyOIDCScopes = function() {
|
|
8657
8657
|
var e = this, t = 0;
|
|
8658
|
-
return
|
|
8658
|
+
return zo.forEach(function(r) {
|
|
8659
8659
|
e.containsScope(r) && (t += 1);
|
|
8660
8660
|
}), this.scopes.size === t;
|
|
8661
8661
|
}, n.prototype.appendScope = function(e) {
|
|
@@ -8675,7 +8675,7 @@ var Ze = (
|
|
|
8675
8675
|
this.scopes.delete(e.trim());
|
|
8676
8676
|
}, n.prototype.removeOIDCScopes = function() {
|
|
8677
8677
|
var e = this;
|
|
8678
|
-
|
|
8678
|
+
zo.forEach(function(t) {
|
|
8679
8679
|
e.scopes.delete(t);
|
|
8680
8680
|
});
|
|
8681
8681
|
}, n.prototype.unionScopeSets = function(e) {
|
|
@@ -8858,7 +8858,7 @@ var st = (
|
|
|
8858
8858
|
/** @class */
|
|
8859
8859
|
function() {
|
|
8860
8860
|
function n(e, t, r) {
|
|
8861
|
-
this.clientId = e, this.cryptoImpl = t, this.commonLogger = r.clone(bi,
|
|
8861
|
+
this.clientId = e, this.cryptoImpl = t, this.commonLogger = r.clone(bi, ho);
|
|
8862
8862
|
}
|
|
8863
8863
|
return n.prototype.getAllAccounts = function() {
|
|
8864
8864
|
var e = this, t = this.getAccountKeys();
|
|
@@ -9338,7 +9338,7 @@ var Ga = 300, wi = {
|
|
|
9338
9338
|
}
|
|
9339
9339
|
}, Ya = {
|
|
9340
9340
|
sku: b.SKU,
|
|
9341
|
-
version:
|
|
9341
|
+
version: ho,
|
|
9342
9342
|
cpu: b.EMPTY_STRING,
|
|
9343
9343
|
os: b.EMPTY_STRING
|
|
9344
9344
|
}, Wa = {
|
|
@@ -9360,7 +9360,7 @@ function Za(n) {
|
|
|
9360
9360
|
systemOptions: ye(ye({}, wi), t),
|
|
9361
9361
|
loggerOptions: E,
|
|
9362
9362
|
cacheOptions: ye(ye({}, Qa), o),
|
|
9363
|
-
storageInterface: i || new Ka(e.clientId, wr, new
|
|
9363
|
+
storageInterface: i || new Ka(e.clientId, wr, new po(E)),
|
|
9364
9364
|
networkInterface: a || $a,
|
|
9365
9365
|
cryptoInterface: s || wr,
|
|
9366
9366
|
clientCredentials: c || Wa,
|
|
@@ -9498,8 +9498,8 @@ var kn = (
|
|
|
9498
9498
|
this.validateCodeChallengeMethod(t);
|
|
9499
9499
|
}, n.validateCodeChallengeMethod = function(e) {
|
|
9500
9500
|
if ([
|
|
9501
|
-
|
|
9502
|
-
|
|
9501
|
+
xo.PLAIN,
|
|
9502
|
+
xo.S256
|
|
9503
9503
|
].indexOf(e) < 0)
|
|
9504
9504
|
throw Ae.createInvalidCodeChallengeMethodError();
|
|
9505
9505
|
}, n.sanitizeEQParams = function(e, t) {
|
|
@@ -9632,11 +9632,11 @@ var Jn = (
|
|
|
9632
9632
|
}()
|
|
9633
9633
|
);
|
|
9634
9634
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9635
|
-
var
|
|
9635
|
+
var mo = (
|
|
9636
9636
|
/** @class */
|
|
9637
9637
|
function() {
|
|
9638
9638
|
function n(e, t) {
|
|
9639
|
-
this.config = Za(e), this.logger = new
|
|
9639
|
+
this.config = Za(e), this.logger = new po(this.config.loggerOptions, bi, ho), this.cryptoUtils = this.config.cryptoInterface, this.cacheManager = this.config.storageInterface, this.networkClient = this.config.networkInterface, this.networkManager = new ts(this.networkClient, this.cacheManager), this.serverTelemetryManager = this.config.serverTelemetryManager, this.authority = this.config.authOptions.authority, this.performanceClient = t;
|
|
9640
9640
|
}
|
|
9641
9641
|
return n.prototype.createTokenRequestHeaders = function(e) {
|
|
9642
9642
|
var t = {};
|
|
@@ -9678,7 +9678,7 @@ var fo = (
|
|
|
9678
9678
|
}()
|
|
9679
9679
|
);
|
|
9680
9680
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9681
|
-
var
|
|
9681
|
+
var fo = (
|
|
9682
9682
|
/** @class */
|
|
9683
9683
|
function() {
|
|
9684
9684
|
function n() {
|
|
@@ -9745,7 +9745,7 @@ var En = (
|
|
|
9745
9745
|
}, e.isIdTokenEntity = function(t) {
|
|
9746
9746
|
return t ? t.hasOwnProperty("homeAccountId") && t.hasOwnProperty("environment") && t.hasOwnProperty("credentialType") && t.hasOwnProperty("realm") && t.hasOwnProperty("clientId") && t.hasOwnProperty("secret") && t.credentialType === ee.ID_TOKEN : !1;
|
|
9747
9747
|
}, e;
|
|
9748
|
-
}(
|
|
9748
|
+
}(fo)
|
|
9749
9749
|
);
|
|
9750
9750
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9751
9751
|
var Ct = (
|
|
@@ -9797,7 +9797,7 @@ var Tn = (
|
|
|
9797
9797
|
}, e.isAccessTokenEntity = function(t) {
|
|
9798
9798
|
return t ? t.hasOwnProperty("homeAccountId") && t.hasOwnProperty("environment") && t.hasOwnProperty("credentialType") && t.hasOwnProperty("realm") && t.hasOwnProperty("clientId") && t.hasOwnProperty("secret") && t.hasOwnProperty("target") && (t.credentialType === ee.ACCESS_TOKEN || t.credentialType === ee.ACCESS_TOKEN_WITH_AUTH_SCHEME) : !1;
|
|
9799
9799
|
}, e;
|
|
9800
|
-
}(
|
|
9800
|
+
}(fo)
|
|
9801
9801
|
);
|
|
9802
9802
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9803
9803
|
var On = (
|
|
@@ -9813,10 +9813,10 @@ var On = (
|
|
|
9813
9813
|
}, e.isRefreshTokenEntity = function(t) {
|
|
9814
9814
|
return t ? t.hasOwnProperty("homeAccountId") && t.hasOwnProperty("environment") && t.hasOwnProperty("credentialType") && t.hasOwnProperty("clientId") && t.hasOwnProperty("secret") && t.credentialType === ee.REFRESH_TOKEN : !1;
|
|
9815
9815
|
}, e;
|
|
9816
|
-
}(
|
|
9816
|
+
}(fo)
|
|
9817
9817
|
);
|
|
9818
9818
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9819
|
-
var
|
|
9819
|
+
var Bo = [
|
|
9820
9820
|
"interaction_required",
|
|
9821
9821
|
"consent_required",
|
|
9822
9822
|
"login_required"
|
|
@@ -9844,7 +9844,7 @@ var Do = [
|
|
|
9844
9844
|
return Object.setPrototypeOf(p, e.prototype), p.timestamp = i || b.EMPTY_STRING, p.traceId = a || b.EMPTY_STRING, p.correlationId = s || b.EMPTY_STRING, p.claims = c || b.EMPTY_STRING, p.name = "InteractionRequiredAuthError", p;
|
|
9845
9845
|
}
|
|
9846
9846
|
return e.isInteractionRequiredError = function(t, r, o) {
|
|
9847
|
-
var i = !!t &&
|
|
9847
|
+
var i = !!t && Bo.indexOf(t) > -1, a = !!o && ns.indexOf(o) > -1, s = !!r && Bo.some(function(c) {
|
|
9848
9848
|
return r.indexOf(c) > -1;
|
|
9849
9849
|
});
|
|
9850
9850
|
return i || s || a;
|
|
@@ -10458,7 +10458,7 @@ var ki = (
|
|
|
10458
10458
|
var r;
|
|
10459
10459
|
return ((r = t.idTokenClaims) === null || r === void 0 ? void 0 : r.login_hint) || null;
|
|
10460
10460
|
}, e;
|
|
10461
|
-
}(
|
|
10461
|
+
}(mo)
|
|
10462
10462
|
);
|
|
10463
10463
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
10464
10464
|
var Ci = (
|
|
@@ -10508,7 +10508,7 @@ var Ci = (
|
|
|
10508
10508
|
try {
|
|
10509
10509
|
return (o = this.performanceClient) === null || o === void 0 || o.setPreQueueTime(P.RefreshTokenClientAcquireTokenWithCachedRefreshToken, t.correlationId), [2, this.acquireTokenWithCachedRefreshToken(t, !0)];
|
|
10510
10510
|
} catch (g) {
|
|
10511
|
-
if (c = g instanceof Mt && g.errorCode === zn.noTokensFoundError.code, p = g instanceof An && g.errorCode ===
|
|
10511
|
+
if (c = g instanceof Mt && g.errorCode === zn.noTokensFoundError.code, p = g instanceof An && g.errorCode === Uo.INVALID_GRANT_ERROR && g.subError === Uo.CLIENT_MISMATCH_ERROR, c || p)
|
|
10512
10512
|
return (i = this.performanceClient) === null || i === void 0 || i.setPreQueueTime(P.RefreshTokenClientAcquireTokenWithCachedRefreshToken, t.correlationId), [2, this.acquireTokenWithCachedRefreshToken(t, !1)];
|
|
10513
10513
|
throw g;
|
|
10514
10514
|
}
|
|
@@ -10601,7 +10601,7 @@ var Ci = (
|
|
|
10601
10601
|
});
|
|
10602
10602
|
});
|
|
10603
10603
|
}, e;
|
|
10604
|
-
}(
|
|
10604
|
+
}(mo)
|
|
10605
10605
|
);
|
|
10606
10606
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
10607
10607
|
var is = (
|
|
@@ -10677,14 +10677,14 @@ var is = (
|
|
|
10677
10677
|
});
|
|
10678
10678
|
});
|
|
10679
10679
|
}, e;
|
|
10680
|
-
}(
|
|
10680
|
+
}(mo)
|
|
10681
10681
|
);
|
|
10682
10682
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
10683
10683
|
function as(n) {
|
|
10684
10684
|
return n.hasOwnProperty("authorization_endpoint") && n.hasOwnProperty("token_endpoint") && n.hasOwnProperty("issuer") && n.hasOwnProperty("jwks_uri");
|
|
10685
10685
|
}
|
|
10686
10686
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
10687
|
-
var Ei = { 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"] }] } } }, jo = Ei.endpointMetadata, Fo = Ei.instanceDiscoveryMetadata;
|
|
10687
|
+
var Ei = { 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"] }] } } }, Do = Ei.endpointMetadata, jo = Ei.instanceDiscoveryMetadata;
|
|
10688
10688
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
10689
10689
|
var nr;
|
|
10690
10690
|
(function(n) {
|
|
@@ -11047,7 +11047,7 @@ var rr = (
|
|
|
11047
11047
|
});
|
|
11048
11048
|
});
|
|
11049
11049
|
}, n.prototype.getEndpointMetadataFromHardcodedValues = function() {
|
|
11050
|
-
return this.canonicalAuthority in
|
|
11050
|
+
return this.canonicalAuthority in Do ? Do[this.canonicalAuthority] : null;
|
|
11051
11051
|
}, n.prototype.updateMetadataWithRegionalInformation = function(e) {
|
|
11052
11052
|
var t, r, o, i;
|
|
11053
11053
|
return se(this, void 0, void 0, function() {
|
|
@@ -11130,7 +11130,7 @@ Error Description: ` + p.message)), [2, null];
|
|
|
11130
11130
|
});
|
|
11131
11131
|
});
|
|
11132
11132
|
}, n.prototype.getCloudDiscoveryMetadataFromHarcodedValues = function() {
|
|
11133
|
-
return this.canonicalAuthority in
|
|
11133
|
+
return this.canonicalAuthority in jo ? jo[this.canonicalAuthority] : null;
|
|
11134
11134
|
}, n.prototype.isInKnownAuthorities = function() {
|
|
11135
11135
|
var e = this, t = this.authorityOptions.knownAuthorities.filter(function(r) {
|
|
11136
11136
|
return he.getDomainFromUrl(r).toLowerCase() === e.hostnameAndPort;
|
|
@@ -11237,7 +11237,7 @@ var Ir = (
|
|
|
11237
11237
|
}()
|
|
11238
11238
|
);
|
|
11239
11239
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
11240
|
-
var
|
|
11240
|
+
var Fo = (
|
|
11241
11241
|
/** @class */
|
|
11242
11242
|
function() {
|
|
11243
11243
|
function n() {
|
|
@@ -11271,7 +11271,7 @@ var pr = {
|
|
|
11271
11271
|
code: "missing_alg_error",
|
|
11272
11272
|
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."
|
|
11273
11273
|
}
|
|
11274
|
-
},
|
|
11274
|
+
}, qo = (
|
|
11275
11275
|
/** @class */
|
|
11276
11276
|
function(n) {
|
|
11277
11277
|
lt(e, n);
|
|
@@ -11295,9 +11295,9 @@ var ds = (
|
|
|
11295
11295
|
}
|
|
11296
11296
|
return n.getShrHeaderString = function(e) {
|
|
11297
11297
|
if (!e.kid)
|
|
11298
|
-
throw
|
|
11298
|
+
throw qo.createMissingKidError();
|
|
11299
11299
|
if (!e.alg)
|
|
11300
|
-
throw
|
|
11300
|
+
throw qo.createMissingAlgError();
|
|
11301
11301
|
var t = new n({
|
|
11302
11302
|
// Access Token PoP headers must have type pop, but the type header can be overriden for special cases
|
|
11303
11303
|
typ: e.typ || Jr.Pop,
|
|
@@ -11507,7 +11507,7 @@ var Ti = (
|
|
|
11507
11507
|
}()
|
|
11508
11508
|
);
|
|
11509
11509
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
11510
|
-
var
|
|
11510
|
+
var Ho = (
|
|
11511
11511
|
/** @class */
|
|
11512
11512
|
function() {
|
|
11513
11513
|
function n() {
|
|
@@ -11528,9 +11528,9 @@ var Ko = (
|
|
|
11528
11528
|
return e.prototype.generateId = function() {
|
|
11529
11529
|
return "callback-id";
|
|
11530
11530
|
}, e.prototype.startPerformanceMeasuremeant = function() {
|
|
11531
|
-
return new
|
|
11531
|
+
return new Ho();
|
|
11532
11532
|
}, e.prototype.startPerformanceMeasurement = function() {
|
|
11533
|
-
return new
|
|
11533
|
+
return new Ho();
|
|
11534
11534
|
}, e.prototype.calculateQueuedTime = function(t, r) {
|
|
11535
11535
|
return 0;
|
|
11536
11536
|
}, e.prototype.addQueueMeasurement = function(t, r, o) {
|
|
@@ -11888,16 +11888,16 @@ var Y;
|
|
|
11888
11888
|
(function(n) {
|
|
11889
11889
|
n.Redirect = "redirect", n.Popup = "popup", n.Silent = "silent", n.None = "none";
|
|
11890
11890
|
})(Y || (Y = {}));
|
|
11891
|
-
var
|
|
11891
|
+
var Ko;
|
|
11892
11892
|
(function(n) {
|
|
11893
11893
|
n.Startup = "startup", n.Login = "login", n.Logout = "logout", n.AcquireToken = "acquireToken", n.SsoSilent = "ssoSilent", n.HandleRedirect = "handleRedirect", n.None = "none";
|
|
11894
|
-
})(
|
|
11895
|
-
var
|
|
11894
|
+
})(Ko || (Ko = {}));
|
|
11895
|
+
var Go = {
|
|
11896
11896
|
scopes: ir
|
|
11897
|
-
}, jn = "jwk",
|
|
11897
|
+
}, jn = "jwk", Vo;
|
|
11898
11898
|
(function(n) {
|
|
11899
11899
|
n.React = "@azure/msal-react", n.Angular = "@azure/msal-angular";
|
|
11900
|
-
})(
|
|
11900
|
+
})(Vo || (Vo = {}));
|
|
11901
11901
|
var to = "msal.db", ms = 1, fs = to + ".keys", ct;
|
|
11902
11902
|
(function(n) {
|
|
11903
11903
|
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";
|
|
@@ -11962,7 +11962,7 @@ var at = {
|
|
|
11962
11962
|
}(X)
|
|
11963
11963
|
);
|
|
11964
11964
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
11965
|
-
var
|
|
11965
|
+
var Qo = (
|
|
11966
11966
|
/** @class */
|
|
11967
11967
|
function() {
|
|
11968
11968
|
function n(e) {
|
|
@@ -12049,7 +12049,7 @@ var ro = (
|
|
|
12049
12049
|
case xe.LocalStorage:
|
|
12050
12050
|
case xe.SessionStorage:
|
|
12051
12051
|
try {
|
|
12052
|
-
return new
|
|
12052
|
+
return new Qo(t);
|
|
12053
12053
|
} catch (r) {
|
|
12054
12054
|
this.logger.verbose(r);
|
|
12055
12055
|
break;
|
|
@@ -12061,7 +12061,7 @@ var ro = (
|
|
|
12061
12061
|
case xe.LocalStorage:
|
|
12062
12062
|
case xe.SessionStorage:
|
|
12063
12063
|
try {
|
|
12064
|
-
return new
|
|
12064
|
+
return new Qo(t || xe.SessionStorage);
|
|
12065
12065
|
} catch (o) {
|
|
12066
12066
|
return this.logger.verbose(o), this.internalStorage;
|
|
12067
12067
|
}
|
|
@@ -12357,7 +12357,7 @@ var ro = (
|
|
|
12357
12357
|
if (!r)
|
|
12358
12358
|
return this.logger.trace("BrowserCacheManager.getThrottlingCache: called, no cache hit"), null;
|
|
12359
12359
|
var o = this.validateAndParseJson(r);
|
|
12360
|
-
return !o || !
|
|
12360
|
+
return !o || !Fo.isThrottlingEntity(t, o) ? (this.logger.trace("BrowserCacheManager.getThrottlingCache: called, no cache hit"), null) : (this.logger.trace("BrowserCacheManager.getThrottlingCache: cache hit"), st.toObject(new Fo(), o));
|
|
12361
12361
|
}, e.prototype.setThrottlingCache = function(t, r) {
|
|
12362
12362
|
this.logger.trace("BrowserCacheManager.setThrottlingCache called"), this.setItem(t, JSON.stringify(r));
|
|
12363
12363
|
}, e.prototype.getTemporaryCache = function(t, r) {
|
|
@@ -12385,7 +12385,7 @@ var ro = (
|
|
|
12385
12385
|
}, e.prototype.containsKey = function(t) {
|
|
12386
12386
|
return this.browserStorage.containsKey(t) || this.temporaryCacheStorage.containsKey(t);
|
|
12387
12387
|
}, e.prototype.getKeys = function() {
|
|
12388
|
-
return
|
|
12388
|
+
return uo(this.browserStorage.getKeys(), this.temporaryCacheStorage.getKeys());
|
|
12389
12389
|
}, e.prototype.clear = function() {
|
|
12390
12390
|
return x(this, void 0, void 0, function() {
|
|
12391
12391
|
var t = this;
|
|
@@ -12838,7 +12838,7 @@ var Ii = (
|
|
|
12838
12838
|
case 1:
|
|
12839
12839
|
s.sent(), s.label = 2;
|
|
12840
12840
|
case 2:
|
|
12841
|
-
if (o =
|
|
12841
|
+
if (o = uo(e && e.scopes || []), i = J(J({}, e), {
|
|
12842
12842
|
correlationId: this.correlationId,
|
|
12843
12843
|
authority: r,
|
|
12844
12844
|
scopes: o
|
|
@@ -13070,7 +13070,7 @@ var Fn = (
|
|
|
13070
13070
|
}(Ii)
|
|
13071
13071
|
);
|
|
13072
13072
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
13073
|
-
var
|
|
13073
|
+
var go = (
|
|
13074
13074
|
/** @class */
|
|
13075
13075
|
function() {
|
|
13076
13076
|
function n(e, t, r, o, i) {
|
|
@@ -13138,7 +13138,7 @@ var _o = (
|
|
|
13138
13138
|
}()
|
|
13139
13139
|
);
|
|
13140
13140
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
13141
|
-
var
|
|
13141
|
+
var $o = (
|
|
13142
13142
|
/** @class */
|
|
13143
13143
|
function(n) {
|
|
13144
13144
|
We(e, n);
|
|
@@ -13214,7 +13214,7 @@ var Yo = (
|
|
|
13214
13214
|
});
|
|
13215
13215
|
});
|
|
13216
13216
|
}, e;
|
|
13217
|
-
}(
|
|
13217
|
+
}(go)
|
|
13218
13218
|
);
|
|
13219
13219
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
13220
13220
|
var oe;
|
|
@@ -13470,7 +13470,7 @@ var Bn = (
|
|
|
13470
13470
|
return this.logger.info("handleRedirectPromise called but there is no interaction in progress, returning null."), [2, null];
|
|
13471
13471
|
if (t = this.browserStorage.getCachedNativeRequest(), !t)
|
|
13472
13472
|
return this.logger.verbose("NativeInteractionClient - handleRedirectPromise called but there is no cached request, returning null."), [2, null];
|
|
13473
|
-
r = t.prompt, o =
|
|
13473
|
+
r = t.prompt, o = Oo(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(fe.NATIVE_REQUEST)), i = {
|
|
13474
13474
|
method: rn.GetToken,
|
|
13475
13475
|
request: o
|
|
13476
13476
|
}, a = Ct.nowSeconds(), u.label = 1;
|
|
@@ -13617,7 +13617,7 @@ var Bn = (
|
|
|
13617
13617
|
case 1:
|
|
13618
13618
|
E.sent(), E.label = 2;
|
|
13619
13619
|
case 2:
|
|
13620
|
-
return o = new he(r), o.validateAsUri(), i = t.scopes, a =
|
|
13620
|
+
return o = new he(r), o.validateAsUri(), i = t.scopes, a = Oo(t, ["scopes"]), s = new Ze(i || []), s.appendScopes(ir), c = function() {
|
|
13621
13621
|
switch (k.apiId) {
|
|
13622
13622
|
case Ie.ssoSilent:
|
|
13623
13623
|
case Ie.acquireTokenSilent_silentFlow:
|
|
@@ -13810,7 +13810,7 @@ var ys = (
|
|
|
13810
13810
|
case 3:
|
|
13811
13811
|
return a = k.sent(), this.performanceClient.setPreQueueTime(P.StandardInteractionClientCreateAuthCodeClient, t.correlationId), [4, this.createAuthCodeClient(o, r.authority, r.azureCloudOptions)];
|
|
13812
13812
|
case 4:
|
|
13813
|
-
return s = k.sent(), this.logger.verbose("Auth code client created"), c = new
|
|
13813
|
+
return s = k.sent(), this.logger.verbose("Auth code client created"), c = new $o(s, this.browserStorage, a, this.logger, this.browserCrypto, this.performanceClient), [4, s.getAuthCodeUrl(J(J({}, r), { nativeBroker: In.isNativeAvailable(this.config, this.logger, this.nativeMessageHandler, t.authenticationScheme) }))];
|
|
13814
13814
|
case 5:
|
|
13815
13815
|
return p = k.sent(), u = this.getRedirectStartPage(t.redirectStartPage), this.logger.verbosePii("Redirect start page: " + u), window.addEventListener("pageshow", i), [4, c.initiateAuthRequest(p, {
|
|
13816
13816
|
navigationClient: this.navigationClient,
|
|
@@ -13909,7 +13909,7 @@ var ys = (
|
|
|
13909
13909
|
throw K.createNoCachedAuthorityError();
|
|
13910
13910
|
return this.performanceClient.setPreQueueTime(P.StandardInteractionClientCreateAuthCodeClient, i.correlationId), [4, this.createAuthCodeClient(o, p)];
|
|
13911
13911
|
case 1:
|
|
13912
|
-
return u = k.sent(), this.logger.verbose("Auth code client created"), Cr.removeThrottle(this.browserStorage, this.config.auth.clientId, i), g = new
|
|
13912
|
+
return u = k.sent(), this.logger.verbose("Auth code client created"), Cr.removeThrottle(this.browserStorage, this.config.auth.clientId, i), g = new $o(u, this.browserStorage, i, this.logger, this.browserCrypto, this.performanceClient), [4, g.handleCodeResponseFromHash(t, r, u.authority, this.networkClient)];
|
|
13913
13913
|
case 2:
|
|
13914
13914
|
return [2, k.sent()];
|
|
13915
13915
|
}
|
|
@@ -14014,7 +14014,7 @@ var bs = (
|
|
|
14014
14014
|
case 4:
|
|
14015
14015
|
return p = I.sent(), this.logger.verbose("Auth code client created"), u = In.isNativeAvailable(this.config, this.logger, this.nativeMessageHandler, t.authenticationScheme), g = void 0, u && (g = this.performanceClient.startMeasurement(P.FetchAccountIdWithNativeBroker, t.correlationId)), [4, p.getAuthCodeUrl(J(J({}, s), { nativeBroker: u }))];
|
|
14016
14016
|
case 5:
|
|
14017
|
-
return f = I.sent(), k = new
|
|
14017
|
+
return f = I.sent(), k = new go(p, this.browserStorage, c, this.logger, this.performanceClient), E = {
|
|
14018
14018
|
popup: i,
|
|
14019
14019
|
popupName: r,
|
|
14020
14020
|
popupWindowAttributes: o
|
|
@@ -14288,7 +14288,7 @@ var Ri = (
|
|
|
14288
14288
|
}, e.prototype.removeHiddenIframe = function(t) {
|
|
14289
14289
|
document.body === t.parentNode && document.body.removeChild(t);
|
|
14290
14290
|
}, e;
|
|
14291
|
-
}(
|
|
14291
|
+
}(go)
|
|
14292
14292
|
);
|
|
14293
14293
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
14294
14294
|
var Ss = (
|
|
@@ -14706,7 +14706,7 @@ var Ls = (
|
|
|
14706
14706
|
function n() {
|
|
14707
14707
|
}
|
|
14708
14708
|
return n.prototype.initPrng = function(e) {
|
|
14709
|
-
return window.msrCrypto.initPrng(
|
|
14709
|
+
return window.msrCrypto.initPrng(uo(e));
|
|
14710
14710
|
}, n.prototype.getRandomValues = function(e) {
|
|
14711
14711
|
return window.msrCrypto.getRandomValues(e);
|
|
14712
14712
|
}, n.prototype.generateKey = function(e, t, r) {
|
|
@@ -14825,7 +14825,7 @@ var Os = (
|
|
|
14825
14825
|
}()
|
|
14826
14826
|
);
|
|
14827
14827
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
14828
|
-
var zs = "RSASSA-PKCS1-v1_5",
|
|
14828
|
+
var zs = "RSASSA-PKCS1-v1_5", Yo = "SHA-256", xs = 2048, Us = new Uint8Array([1, 0, 1]), Ni = (
|
|
14829
14829
|
/** @class */
|
|
14830
14830
|
function() {
|
|
14831
14831
|
function n(e, t) {
|
|
@@ -14845,7 +14845,7 @@ var zs = "RSASSA-PKCS1-v1_5", Wo = "SHA-256", xs = 2048, Us = new Uint8Array([1,
|
|
|
14845
14845
|
}
|
|
14846
14846
|
this.keygenAlgorithmOptions = {
|
|
14847
14847
|
name: zs,
|
|
14848
|
-
hash:
|
|
14848
|
+
hash: Yo,
|
|
14849
14849
|
modulusLength: xs,
|
|
14850
14850
|
publicExponent: Us
|
|
14851
14851
|
};
|
|
@@ -14860,7 +14860,7 @@ var zs = "RSASSA-PKCS1-v1_5", Wo = "SHA-256", xs = 2048, Us = new Uint8Array([1,
|
|
|
14860
14860
|
return x(this, void 0, void 0, function() {
|
|
14861
14861
|
var t;
|
|
14862
14862
|
return U(this, function(r) {
|
|
14863
|
-
return t = an.stringToUtf8Arr(e), [2, this.subtleCrypto.digest({ name:
|
|
14863
|
+
return t = an.stringToUtf8Arr(e), [2, this.subtleCrypto.digest({ name: Yo }, t)];
|
|
14864
14864
|
});
|
|
14865
14865
|
});
|
|
14866
14866
|
}, n.prototype.getRandomValues = function(e) {
|
|
@@ -15063,7 +15063,7 @@ var Bs = (
|
|
|
15063
15063
|
}()
|
|
15064
15064
|
);
|
|
15065
15065
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
15066
|
-
var
|
|
15066
|
+
var Wo = (
|
|
15067
15067
|
/** @class */
|
|
15068
15068
|
function() {
|
|
15069
15069
|
function n(e, t) {
|
|
@@ -15206,7 +15206,7 @@ var Ds = (
|
|
|
15206
15206
|
/** @class */
|
|
15207
15207
|
function() {
|
|
15208
15208
|
function n(e) {
|
|
15209
|
-
this.logger = e, this.asymmetricKeys = new
|
|
15209
|
+
this.logger = e, this.asymmetricKeys = new Wo(this.logger, Rr.asymmetricKeys), this.symmetricKeys = new Wo(this.logger, Rr.symmetricKeys);
|
|
15210
15210
|
}
|
|
15211
15211
|
return n.prototype.clear = function() {
|
|
15212
15212
|
return x(this, void 0, void 0, function() {
|
|
@@ -15349,7 +15349,7 @@ var js = (
|
|
|
15349
15349
|
}()
|
|
15350
15350
|
);
|
|
15351
15351
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
15352
|
-
var
|
|
15352
|
+
var Jo = (
|
|
15353
15353
|
/** @class */
|
|
15354
15354
|
function() {
|
|
15355
15355
|
function n(e, t) {
|
|
@@ -15408,7 +15408,7 @@ var Fs = (
|
|
|
15408
15408
|
return p.browserCrypto = new Ni(p.logger, c), p.guidGenerator = new Pi(p.browserCrypto), p;
|
|
15409
15409
|
}
|
|
15410
15410
|
return e.prototype.startPerformanceMeasuremeant = function(t, r) {
|
|
15411
|
-
return new
|
|
15411
|
+
return new Jo(t, r);
|
|
15412
15412
|
}, e.prototype.generateId = function() {
|
|
15413
15413
|
return this.guidGenerator.generateGuid();
|
|
15414
15414
|
}, e.prototype.getPageVisibility = function() {
|
|
@@ -15418,7 +15418,7 @@ var Fs = (
|
|
|
15418
15418
|
var r = this.eventsByCorrelationId.get(t.event.correlationId), o = r && r.eventId === t.event.eventId, i = [];
|
|
15419
15419
|
o && (r != null && r.incompleteSubMeasurements) && r.incompleteSubMeasurements.forEach(function(a) {
|
|
15420
15420
|
i.push(J({}, a));
|
|
15421
|
-
}), i.length > 0 &&
|
|
15421
|
+
}), i.length > 0 && Jo.flushMeasurements(t.event.correlationId, i);
|
|
15422
15422
|
}, e.prototype.supportsBrowserPerformanceNow = function() {
|
|
15423
15423
|
return typeof window < "u" && typeof window.performance < "u" && typeof window.performance.now == "function";
|
|
15424
15424
|
}, e.prototype.startMeasurement = function(t, r) {
|
|
@@ -15613,7 +15613,7 @@ var Gs = (
|
|
|
15613
15613
|
/** @class */
|
|
15614
15614
|
function() {
|
|
15615
15615
|
function n(e) {
|
|
15616
|
-
this.isBrowserEnvironment = typeof window < "u", this.config = Ts(e, this.isBrowserEnvironment), this.initialized = !1, this.logger = new
|
|
15616
|
+
this.isBrowserEnvironment = typeof window < "u", this.config = Ts(e, this.isBrowserEnvironment), this.initialized = !1, this.logger = new po(this.config.system.loggerOptions, Fr, Zn), this.networkClient = this.config.system.networkClient, this.navigationClient = this.config.system.navigationClient, this.redirectResponse = /* @__PURE__ */ new Map(), this.hybridAuthCodeResponses = /* @__PURE__ */ new Map(), this.performanceClient = this.isBrowserEnvironment ? new Fs(this.config.auth.clientId, this.config.auth.authority, this.logger, Fr, Zn, this.config.telemetry.application, this.config.system.cryptoOptions) : new hs(this.config.auth.clientId, this.config.auth.authority, this.logger, Fr, Zn, this.config.telemetry.application), this.browserCrypto = this.isBrowserEnvironment ? new js(this.logger, this.performanceClient, this.config.system.cryptoOptions) : wr, this.eventHandler = new As(this.logger, this.browserCrypto), this.browserStorage = this.isBrowserEnvironment ? new ro(this.config.auth.clientId, this.config.cache, this.browserCrypto, this.logger) : gs(this.config.auth.clientId, this.logger);
|
|
15617
15617
|
var t = {
|
|
15618
15618
|
cacheLocation: xe.MemoryStorage,
|
|
15619
15619
|
temporaryCacheLocation: xe.MemoryStorage,
|
|
@@ -16035,12 +16035,12 @@ var Vs = (
|
|
|
16035
16035
|
return x(this, void 0, void 0, function() {
|
|
16036
16036
|
var r;
|
|
16037
16037
|
return U(this, function(o) {
|
|
16038
|
-
return r = this.getRequestCorrelationId(t), this.logger.verbose("loginRedirect called", r), [2, this.acquireTokenRedirect(J({ correlationId: r }, t ||
|
|
16038
|
+
return r = this.getRequestCorrelationId(t), this.logger.verbose("loginRedirect called", r), [2, this.acquireTokenRedirect(J({ correlationId: r }, t || Go))];
|
|
16039
16039
|
});
|
|
16040
16040
|
});
|
|
16041
16041
|
}, e.prototype.loginPopup = function(t) {
|
|
16042
16042
|
var r = this.getRequestCorrelationId(t);
|
|
16043
|
-
return this.logger.verbose("loginPopup called", r), this.acquireTokenPopup(J({ correlationId: r }, t ||
|
|
16043
|
+
return this.logger.verbose("loginPopup called", r), this.acquireTokenPopup(J({ correlationId: r }, t || Go));
|
|
16044
16044
|
}, e.prototype.acquireTokenSilent = function(t) {
|
|
16045
16045
|
return x(this, void 0, void 0, function() {
|
|
16046
16046
|
var r, o, i, a, s, c, p, u = this;
|
|
@@ -16257,7 +16257,7 @@ const $s = Pr("MsAuthPlugin", {
|
|
|
16257
16257
|
try {
|
|
16258
16258
|
return await window.crypto.subtle.digest("SHA-256", n);
|
|
16259
16259
|
} catch {
|
|
16260
|
-
const t =
|
|
16260
|
+
const t = ni(n);
|
|
16261
16261
|
return new Uint8Array(t.match(/.{1,2}/g).map((r) => parseInt(r, 16))).buffer;
|
|
16262
16262
|
}
|
|
16263
16263
|
}, Js = async (n, e, t) => {
|
|
@@ -16286,7 +16286,7 @@ const $s = Pr("MsAuthPlugin", {
|
|
|
16286
16286
|
return null;
|
|
16287
16287
|
},
|
|
16288
16288
|
compareLangKeys() {
|
|
16289
|
-
const n = Object.keys(
|
|
16289
|
+
const n = Object.keys(li.state), e = Object.keys(ui.state), t = Object.keys(di.state), r = Object.keys(gi.state), o = Object.keys(hi.state), i = Object.keys(pi.state), a = Object.keys(mi.state), s = Object.keys(fi.state);
|
|
16290
16290
|
console.log(
|
|
16291
16291
|
"In en but not in de",
|
|
16292
16292
|
n.filter((c) => !e.includes(c))
|
|
@@ -16378,7 +16378,7 @@ const $s = Pr("MsAuthPlugin", {
|
|
|
16378
16378
|
const t = new TextEncoder().encode(n), r = await Ws(t);
|
|
16379
16379
|
return btoa(String.fromCharCode.apply(null, new Uint8Array(r))).replace(/\+/g, "-").replace(/\//g, "_").replace(/=+$/, "");
|
|
16380
16380
|
} catch {
|
|
16381
|
-
const t =
|
|
16381
|
+
const t = ni(n);
|
|
16382
16382
|
return btoa(String.fromCharCode.apply(null, new Uint8Array(t.match(/.{1,2}/g).map((o) => parseInt(o, 16))))).replace(/\+/g, "-").replace(/\//g, "_").replace(/=+$/, "");
|
|
16383
16383
|
}
|
|
16384
16384
|
},
|
|
@@ -16552,7 +16552,7 @@ const $s = Pr("MsAuthPlugin", {
|
|
|
16552
16552
|
},
|
|
16553
16553
|
methods: {
|
|
16554
16554
|
async changeLoginToQr() {
|
|
16555
|
-
this.isQrCodeLogin = !0, await
|
|
16555
|
+
this.isQrCodeLogin = !0, await So(), await this.initQrCodeLogin();
|
|
16556
16556
|
},
|
|
16557
16557
|
generateRandomHash() {
|
|
16558
16558
|
const n = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", e = n.length;
|
|
@@ -16564,7 +16564,7 @@ const $s = Pr("MsAuthPlugin", {
|
|
|
16564
16564
|
},
|
|
16565
16565
|
refreshQrCode() {
|
|
16566
16566
|
var n, e;
|
|
16567
|
-
this.qrCode && ((e = (n = document.getElementById("qrCodeContainer")) == null ? void 0 : n.childNodes[0]) == null || e.remove()), this.qrCodeHash = this.generateRandomHash(), this.qrCode = new
|
|
16567
|
+
this.qrCode && ((e = (n = document.getElementById("qrCodeContainer")) == null ? void 0 : n.childNodes[0]) == null || e.remove()), this.qrCodeHash = this.generateRandomHash(), this.qrCode = new ri({
|
|
16568
16568
|
width: 300,
|
|
16569
16569
|
height: 300,
|
|
16570
16570
|
type: "png",
|
|
@@ -16605,7 +16605,7 @@ const $s = Pr("MsAuthPlugin", {
|
|
|
16605
16605
|
}, 2e3);
|
|
16606
16606
|
},
|
|
16607
16607
|
async initQrCodeLogin() {
|
|
16608
|
-
this.refreshQrCode(), await
|
|
16608
|
+
this.refreshQrCode(), await So(), await this.startQrCodePooling(), this.qrCodeRefreshInterval = setInterval(() => {
|
|
16609
16609
|
this.refreshQrCode();
|
|
16610
16610
|
}, 6e4);
|
|
16611
16611
|
}
|
|
@@ -16974,9 +16974,9 @@ function Mc(n, e, t, r, o, i) {
|
|
|
16974
16974
|
]))
|
|
16975
16975
|
], 36);
|
|
16976
16976
|
}
|
|
16977
|
-
const
|
|
16977
|
+
const _o = /* @__PURE__ */ Yt(ec, [["render", Mc]]), Nc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
16978
16978
|
__proto__: null,
|
|
16979
|
-
default:
|
|
16979
|
+
default: _o
|
|
16980
16980
|
}, Symbol.toStringTag, { value: "Module" })), Lc = {
|
|
16981
16981
|
WEB_VERSION: "1.0.1",
|
|
16982
16982
|
SUPPORTED_LANGUAGES: ["en", "de", "es", "kr", "it", "fr", "sr", "tr", "cn", "pt", "ja"]
|
|
@@ -17163,9 +17163,9 @@ function ll(n, e, t, r, o, i) {
|
|
|
17163
17163
|
])
|
|
17164
17164
|
]);
|
|
17165
17165
|
}
|
|
17166
|
-
const
|
|
17166
|
+
const vo = /* @__PURE__ */ Yt(Oc, [["render", ll]]), ul = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17167
17167
|
__proto__: null,
|
|
17168
|
-
default:
|
|
17168
|
+
default: vo
|
|
17169
17169
|
}, Symbol.toStringTag, { value: "Module" })), dl = {
|
|
17170
17170
|
name: "AuthRegister",
|
|
17171
17171
|
mixins: [vi, yi, Li, Nt],
|
|
@@ -17443,9 +17443,9 @@ function xl(n, e, t, r, o, i) {
|
|
|
17443
17443
|
]))
|
|
17444
17444
|
], 36);
|
|
17445
17445
|
}
|
|
17446
|
-
const
|
|
17446
|
+
const yo = /* @__PURE__ */ Yt(dl, [["render", xl]]), Ul = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17447
17447
|
__proto__: null,
|
|
17448
|
-
default:
|
|
17448
|
+
default: yo
|
|
17449
17449
|
}, Symbol.toStringTag, { value: "Module" })), Bl = {
|
|
17450
17450
|
name: "AuthVerify",
|
|
17451
17451
|
mixins: [Nt],
|
|
@@ -17634,9 +17634,9 @@ function Jl(n, e, t, r, o, i) {
|
|
|
17634
17634
|
]))
|
|
17635
17635
|
], 36);
|
|
17636
17636
|
}
|
|
17637
|
-
const
|
|
17637
|
+
const bo = /* @__PURE__ */ Yt(Bl, [["render", Jl], ["__scopeId", "data-v-6ab8e3d4"]]), Xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17638
17638
|
__proto__: null,
|
|
17639
|
-
default:
|
|
17639
|
+
default: bo
|
|
17640
17640
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
17641
17641
|
var xi = { exports: {} };
|
|
17642
17642
|
(function(n, e) {
|
|
@@ -18488,7 +18488,7 @@ var xi = { exports: {} };
|
|
|
18488
18488
|
}]);
|
|
18489
18489
|
});
|
|
18490
18490
|
})(xi);
|
|
18491
|
-
var
|
|
18491
|
+
var Xo = xi.exports;
|
|
18492
18492
|
const Zl = {
|
|
18493
18493
|
name: "AuthSecurity",
|
|
18494
18494
|
mixins: [Nt],
|
|
@@ -18528,10 +18528,10 @@ const Zl = {
|
|
|
18528
18528
|
if (this.account.mfaEnabled)
|
|
18529
18529
|
this.mfaEnable = !0;
|
|
18530
18530
|
else {
|
|
18531
|
-
const e = "Tapni", t =
|
|
18531
|
+
const e = "Tapni", t = Xo.authenticator.generateSecret();
|
|
18532
18532
|
this.otpSecret = t;
|
|
18533
|
-
const r =
|
|
18534
|
-
new
|
|
18533
|
+
const r = Xo.authenticator.keyuri(n, e, t);
|
|
18534
|
+
new ri({
|
|
18535
18535
|
width: 200,
|
|
18536
18536
|
height: 200,
|
|
18537
18537
|
data: r
|
|
@@ -18660,7 +18660,7 @@ function Ju(n, e, t, r, o, i) {
|
|
|
18660
18660
|
id: "mfa-open-switch",
|
|
18661
18661
|
"onUpdate:modelValue": e[2] || (e[2] = (s) => o.mfaEnable = s)
|
|
18662
18662
|
}, null, 512), [
|
|
18663
|
-
[
|
|
18663
|
+
[Io, o.mfaEnable]
|
|
18664
18664
|
]),
|
|
18665
18665
|
e[16] || (e[16] = m("label", {
|
|
18666
18666
|
class: "ios-switch-label",
|
|
@@ -18824,7 +18824,7 @@ function Ju(n, e, t, r, o, i) {
|
|
|
18824
18824
|
id: "active-open-switch",
|
|
18825
18825
|
"onUpdate:modelValue": e[13] || (e[13] = (s) => n.account.is_active = s)
|
|
18826
18826
|
}, null, 512), [
|
|
18827
|
-
[
|
|
18827
|
+
[Io, n.account.is_active]
|
|
18828
18828
|
]),
|
|
18829
18829
|
e[20] || (e[20] = m("label", {
|
|
18830
18830
|
class: "ios-switch-label",
|
|
@@ -18849,9 +18849,9 @@ function Ju(n, e, t, r, o, i) {
|
|
|
18849
18849
|
])
|
|
18850
18850
|
]);
|
|
18851
18851
|
}
|
|
18852
|
-
const
|
|
18852
|
+
const wo = /* @__PURE__ */ Yt(Zl, [["render", Ju], ["__scopeId", "data-v-64ae2517"]]), Xu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18853
18853
|
__proto__: null,
|
|
18854
|
-
default:
|
|
18854
|
+
default: wo
|
|
18855
18855
|
}, Symbol.toStringTag, { value: "Module" })), Zu = {
|
|
18856
18856
|
name: "AuthBilling",
|
|
18857
18857
|
mixins: [Nt],
|
|
@@ -19114,9 +19114,9 @@ function Ld(n, e, t, r, o, i) {
|
|
|
19114
19114
|
])) : ie("", !0)
|
|
19115
19115
|
]);
|
|
19116
19116
|
}
|
|
19117
|
-
const
|
|
19117
|
+
const ko = /* @__PURE__ */ Yt(Zu, [["render", Ld]]), Od = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
19118
19118
|
__proto__: null,
|
|
19119
|
-
default:
|
|
19119
|
+
default: ko
|
|
19120
19120
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
19121
19121
|
(function() {
|
|
19122
19122
|
try {
|
|
@@ -19157,7 +19157,7 @@ function Fd(n, e) {
|
|
|
19157
19157
|
m("path", { d: "M6.28 5.22a.75.75 0 0 0-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 1 0 1.06 1.06L10 11.06l3.72 3.72a.75.75 0 1 0 1.06-1.06L11.06 10l3.72-3.72a.75.75 0 0 0-1.06-1.06L10 8.94 6.28 5.22Z" }, null, -1)
|
|
19158
19158
|
]));
|
|
19159
19159
|
}
|
|
19160
|
-
const
|
|
19160
|
+
const Zo = /* @__PURE__ */ Lr(Dd, [["render", Fd]]), qd = ["aria-disabled", "aria-selected"], Hd = /* @__PURE__ */ ei({
|
|
19161
19161
|
__name: "MenuOption",
|
|
19162
19162
|
props: {
|
|
19163
19163
|
menu: {},
|
|
@@ -19203,9 +19203,9 @@ function Vd(n, e) {
|
|
|
19203
19203
|
const Qd = /* @__PURE__ */ Lr(Kd, [["render", Vd], ["__scopeId", "data-v-ed866313"]]), $d = ["aria-expanded", "aria-describedby", "aria-description", "aria-labelledby", "aria-label", "aria-required"], Yd = ["onClick"], Wd = ["id", "disabled", "placeholder"], Jd = { class: "indicators-container" }, Xd = ["disabled"], Zd = ["disabled"], ep = ["aria-label", "aria-multiselectable"], tp = {
|
|
19204
19204
|
key: 0,
|
|
19205
19205
|
class: "no-results"
|
|
19206
|
-
}, np = /* @__PURE__ */
|
|
19206
|
+
}, np = /* @__PURE__ */ ei({
|
|
19207
19207
|
__name: "Select",
|
|
19208
|
-
props: /* @__PURE__ */
|
|
19208
|
+
props: /* @__PURE__ */ Ao({
|
|
19209
19209
|
options: {},
|
|
19210
19210
|
displayedOptions: {},
|
|
19211
19211
|
placeholder: { default: "Select an option" },
|
|
@@ -19229,9 +19229,9 @@ const Qd = /* @__PURE__ */ Lr(Kd, [["render", Vd], ["__scopeId", "data-v-ed86631
|
|
|
19229
19229
|
},
|
|
19230
19230
|
modelModifiers: {}
|
|
19231
19231
|
}),
|
|
19232
|
-
emits: /* @__PURE__ */
|
|
19232
|
+
emits: /* @__PURE__ */ Ao(["optionSelected", "optionDeselected", "search"], ["update:modelValue"]),
|
|
19233
19233
|
setup(n, { emit: e }) {
|
|
19234
|
-
const t = n, r = e, o = Di(n, "modelValue"), i = wn(null), a = wn(null), s = wn(null), c = wn(""), p = wn(!1), u = wn(-1), g =
|
|
19234
|
+
const t = n, r = e, o = Di(n, "modelValue"), i = wn(null), a = wn(null), s = wn(null), c = wn(""), p = wn(!1), u = wn(-1), g = Ro(() => {
|
|
19235
19235
|
const I = t.displayedOptions || t.options, ne = (me) => me.filter(
|
|
19236
19236
|
(re) => !o.value.includes(re.value)
|
|
19237
19237
|
);
|
|
@@ -19243,7 +19243,7 @@ const Qd = /* @__PURE__ */ Lr(Kd, [["render", Vd], ["__scopeId", "data-v-ed86631
|
|
|
19243
19243
|
return t.isMulti ? ne(me) : me;
|
|
19244
19244
|
}
|
|
19245
19245
|
return t.isMulti ? ne(I) : I;
|
|
19246
|
-
}), f =
|
|
19246
|
+
}), f = Ro(() => {
|
|
19247
19247
|
if (t.isMulti && Array.isArray(o.value))
|
|
19248
19248
|
return o.value.map(
|
|
19249
19249
|
(ne) => t.options.find((me) => me.value === ne)
|
|
@@ -19362,7 +19362,7 @@ const Qd = /* @__PURE__ */ Lr(Kd, [["render", Vd], ["__scopeId", "data-v-ed86631
|
|
|
19362
19362
|
onClick: (Ue) => G(de)
|
|
19363
19363
|
}, [
|
|
19364
19364
|
be(z(I.getMultiValueLabel(de)), 1),
|
|
19365
|
-
gt(
|
|
19365
|
+
gt(Zo)
|
|
19366
19366
|
], 8, Yd)
|
|
19367
19367
|
], !0)), 128)) : ie("", !0),
|
|
19368
19368
|
ge(m("input", {
|
|
@@ -19396,7 +19396,7 @@ const Qd = /* @__PURE__ */ Lr(Kd, [["render", Vd], ["__scopeId", "data-v-ed86631
|
|
|
19396
19396
|
onClick: B
|
|
19397
19397
|
}, [
|
|
19398
19398
|
Xt(I.$slots, "clear", {}, () => [
|
|
19399
|
-
gt(
|
|
19399
|
+
gt(Zo)
|
|
19400
19400
|
], !0)
|
|
19401
19401
|
], 8, Xd)) : ie("", !0),
|
|
19402
19402
|
I.isLoading ? ie("", !0) : (R(), O("button", {
|
|
@@ -19647,9 +19647,9 @@ function bp(n, e, t, r, o, i) {
|
|
|
19647
19647
|
])
|
|
19648
19648
|
]);
|
|
19649
19649
|
}
|
|
19650
|
-
const
|
|
19650
|
+
const Co = /* @__PURE__ */ Yt(op, [["render", bp]]), wp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
19651
19651
|
__proto__: null,
|
|
19652
|
-
default:
|
|
19652
|
+
default: Co
|
|
19653
19653
|
}, Symbol.toStringTag, { value: "Module" })), kp = {
|
|
19654
19654
|
name: "AuthReset",
|
|
19655
19655
|
mixins: [Nt],
|
|
@@ -19878,9 +19878,9 @@ function Yp(n, e, t, r, o, i) {
|
|
|
19878
19878
|
])
|
|
19879
19879
|
], 32));
|
|
19880
19880
|
}
|
|
19881
|
-
const
|
|
19881
|
+
const Eo = /* @__PURE__ */ Yt(kp, [["render", Yp], ["__scopeId", "data-v-707a4b16"]]), Wp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
19882
19882
|
__proto__: null,
|
|
19883
|
-
default:
|
|
19883
|
+
default: Eo
|
|
19884
19884
|
}, Symbol.toStringTag, { value: "Module" })), Jp = {
|
|
19885
19885
|
name: "AuthCallback",
|
|
19886
19886
|
mixins: [Oi, zi, Nt],
|
|
@@ -19923,9 +19923,9 @@ function th(n, e, t, r, o, i) {
|
|
|
19923
19923
|
])) : (R(), O("h4", eh, z(n.ssoLang[this.appLanguage].please_wait), 1))
|
|
19924
19924
|
]);
|
|
19925
19925
|
}
|
|
19926
|
-
const
|
|
19926
|
+
const To = /* @__PURE__ */ Yt(Jp, [["render", th]]), nh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
19927
19927
|
__proto__: null,
|
|
19928
|
-
default:
|
|
19928
|
+
default: To
|
|
19929
19929
|
}, Symbol.toStringTag, { value: "Module" })), dn = Pr("Preferences", {
|
|
19930
19930
|
web: () => import("./web-LIfHmYL2.js").then((n) => new n.PreferencesWeb())
|
|
19931
19931
|
}), Rt = {
|
|
@@ -20062,7 +20062,6 @@ const So = /* @__PURE__ */ Yt(Jp, [["render", th]]), nh = /* @__PURE__ */ Object
|
|
|
20062
20062
|
class: "snack-body",
|
|
20063
20063
|
id: "successSnack"
|
|
20064
20064
|
}, uh = { id: "successMessage" }, dh = {
|
|
20065
|
-
store: uo,
|
|
20066
20065
|
name: "TapniAuth",
|
|
20067
20066
|
mixins: [rh, Nt],
|
|
20068
20067
|
data() {
|
|
@@ -20073,16 +20072,16 @@ const So = /* @__PURE__ */ Yt(Jp, [["render", th]]), nh = /* @__PURE__ */ Object
|
|
|
20073
20072
|
};
|
|
20074
20073
|
},
|
|
20075
20074
|
components: {
|
|
20076
|
-
AuthCallback:
|
|
20077
|
-
AuthReset:
|
|
20078
|
-
AuthVerify:
|
|
20079
|
-
AuthSecurity:
|
|
20080
|
-
AuthRegister:
|
|
20081
|
-
AuthLogin:
|
|
20082
|
-
AuthAccount:
|
|
20083
|
-
AuthBilling:
|
|
20075
|
+
AuthCallback: To,
|
|
20076
|
+
AuthReset: Eo,
|
|
20077
|
+
AuthVerify: bo,
|
|
20078
|
+
AuthSecurity: wo,
|
|
20079
|
+
AuthRegister: yo,
|
|
20080
|
+
AuthLogin: _o,
|
|
20081
|
+
AuthAccount: vo,
|
|
20082
|
+
AuthBilling: ko,
|
|
20084
20083
|
AuthWelcome: lo,
|
|
20085
|
-
AuthGeneral:
|
|
20084
|
+
AuthGeneral: Co
|
|
20086
20085
|
},
|
|
20087
20086
|
props: {
|
|
20088
20087
|
viewProp: {
|
|
@@ -20204,34 +20203,34 @@ const So = /* @__PURE__ */ Yt(Jp, [["render", th]]), nh = /* @__PURE__ */ Object
|
|
|
20204
20203
|
class: "header-logo-img"
|
|
20205
20204
|
}, null, 8, ih)
|
|
20206
20205
|
])) : ie("", !0),
|
|
20207
|
-
e.initialized && e.renderView === "AuthWelcome" ? (R(), Pe(lo, { key: 1 })) : e.initialized && e.renderView === "AuthLogin" ? (R(), Pe(
|
|
20206
|
+
e.initialized && e.renderView === "AuthWelcome" ? (R(), Pe(lo, { key: 1 })) : e.initialized && e.renderView === "AuthLogin" ? (R(), Pe(_o, {
|
|
20208
20207
|
key: 2,
|
|
20209
20208
|
isModal: n.isModal
|
|
20210
|
-
}, null, 8, ["isModal"])) : e.initialized && e.renderView === "AuthGeneral" ? (R(), Pe(
|
|
20209
|
+
}, null, 8, ["isModal"])) : e.initialized && e.renderView === "AuthGeneral" ? (R(), Pe(Co, {
|
|
20211
20210
|
key: 3,
|
|
20212
20211
|
isModal: n.isModal,
|
|
20213
20212
|
"onUpdate:viewProp": e.setView
|
|
20214
|
-
}, null, 8, ["isModal", "onUpdate:viewProp"])) : e.initialized && e.renderView === "AuthAccount" ? (R(), Pe(
|
|
20213
|
+
}, null, 8, ["isModal", "onUpdate:viewProp"])) : e.initialized && e.renderView === "AuthAccount" ? (R(), Pe(vo, {
|
|
20215
20214
|
key: 4,
|
|
20216
20215
|
isModal: n.isModal,
|
|
20217
20216
|
"onUpdate:viewProp": e.setView
|
|
20218
|
-
}, null, 8, ["isModal", "onUpdate:viewProp"])) : e.initialized && e.renderView === "AuthRegister" ? (R(), Pe(
|
|
20217
|
+
}, null, 8, ["isModal", "onUpdate:viewProp"])) : e.initialized && e.renderView === "AuthRegister" ? (R(), Pe(yo, {
|
|
20219
20218
|
key: 5,
|
|
20220
20219
|
isModal: n.isModal
|
|
20221
|
-
}, null, 8, ["isModal"])) : e.initialized && e.renderView === "AuthVerify" ? (R(), Pe(
|
|
20220
|
+
}, null, 8, ["isModal"])) : e.initialized && e.renderView === "AuthVerify" ? (R(), Pe(bo, {
|
|
20222
20221
|
key: 6,
|
|
20223
20222
|
isModal: n.isModal
|
|
20224
|
-
}, null, 8, ["isModal"])) : e.initialized && e.renderView === "AuthSecurity" ? (R(), Pe(
|
|
20223
|
+
}, null, 8, ["isModal"])) : e.initialized && e.renderView === "AuthSecurity" ? (R(), Pe(wo, {
|
|
20225
20224
|
key: 7,
|
|
20226
20225
|
isModal: n.isModal,
|
|
20227
20226
|
payload: n.payload,
|
|
20228
20227
|
"onUpdate:viewProp": e.setView
|
|
20229
|
-
}, null, 8, ["isModal", "payload", "onUpdate:viewProp"])) : e.initialized && e.renderView === "AuthBilling" ? (R(), Pe(
|
|
20228
|
+
}, null, 8, ["isModal", "payload", "onUpdate:viewProp"])) : e.initialized && e.renderView === "AuthBilling" ? (R(), Pe(ko, {
|
|
20230
20229
|
key: 8,
|
|
20231
20230
|
isModal: n.isModal,
|
|
20232
20231
|
payload: n.payload,
|
|
20233
20232
|
"onUpdate:viewProp": e.setView
|
|
20234
|
-
}, null, 8, ["isModal", "payload", "onUpdate:viewProp"])) : e.initialized && e.renderView === "AuthReset" ? (R(), Pe(
|
|
20233
|
+
}, null, 8, ["isModal", "payload", "onUpdate:viewProp"])) : e.initialized && e.renderView === "AuthReset" ? (R(), Pe(Eo, { key: 9 })) : e.initialized && e.renderView === "AuthCallback" ? (R(), Pe(To, { key: 10 })) : e.display !== "npm" ? (R(), Pe(Hi(Vi), { key: 11 })) : ie("", !0),
|
|
20235
20234
|
m("div", ah, [
|
|
20236
20235
|
m("p", sh, [
|
|
20237
20236
|
m("span", ch, z(e.ssoLang[e.appLanguage].error), 1),
|
|
@@ -20262,7 +20261,7 @@ const So = /* @__PURE__ */ Yt(Jp, [["render", th]]), nh = /* @__PURE__ */ Object
|
|
|
20262
20261
|
}
|
|
20263
20262
|
}), Sh = {
|
|
20264
20263
|
install: (n, { store: e, apiRoot: t }) => {
|
|
20265
|
-
n.component("TapniAuth", ph), e.hasModule("auth") || e.registerModule("auth",
|
|
20264
|
+
n.component("TapniAuth", ph), e.hasModule("auth") || e.registerModule("auth", _i), n.config.globalProperties.$apiRoot = t;
|
|
20266
20265
|
}
|
|
20267
20266
|
};
|
|
20268
20267
|
export {
|