@kong-ui-public/entities-plugins 9.16.9 → 9.16.11
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/entities-plugins.es.js +10 -10
- package/dist/entities-plugins.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +11 -11
|
@@ -8868,54 +8868,54 @@ const Xe = /* @__PURE__ */ Se(zv, [["render", Jv]]), ys = /* @__PURE__ */ new Se
|
|
|
8868
8868
|
}
|
|
8869
8869
|
return a;
|
|
8870
8870
|
}, [])
|
|
8871
|
-
}, this.enableRedisPartial && this.advancedFieldsSchema.fields.unshift(n), this.sessionManagement = this.
|
|
8871
|
+
}, this.enableRedisPartial && this.advancedFieldsSchema.fields.unshift(n), this.sessionManagement = this.formModel["config-auth_methods"].includes("session"), this.authMethods = [
|
|
8872
8872
|
{
|
|
8873
8873
|
label: "Authorization Code Flow",
|
|
8874
8874
|
value: "authorization_code",
|
|
8875
8875
|
hint: "authorization code flow",
|
|
8876
|
-
prop: this.
|
|
8876
|
+
prop: this.formModel["config-auth_methods"].includes("authorization_code")
|
|
8877
8877
|
},
|
|
8878
8878
|
{
|
|
8879
8879
|
label: "Bearer Access Token",
|
|
8880
8880
|
value: "bearer",
|
|
8881
8881
|
hint: "JWT access token verification",
|
|
8882
|
-
prop: this.
|
|
8882
|
+
prop: this.formModel["config-auth_methods"].includes("bearer")
|
|
8883
8883
|
},
|
|
8884
8884
|
{
|
|
8885
8885
|
label: "Client Credentials Grant",
|
|
8886
8886
|
value: "client_credentials",
|
|
8887
8887
|
hint: "OAuth client credentials grant",
|
|
8888
|
-
prop: this.
|
|
8888
|
+
prop: this.formModel["config-auth_methods"].includes("client_credentials")
|
|
8889
8889
|
},
|
|
8890
8890
|
{
|
|
8891
8891
|
label: "Passwords Grant",
|
|
8892
8892
|
value: "password",
|
|
8893
8893
|
hint: "OAuth legacy password grant",
|
|
8894
|
-
prop: this.
|
|
8894
|
+
prop: this.formModel["config-auth_methods"].includes("password")
|
|
8895
8895
|
},
|
|
8896
8896
|
{
|
|
8897
8897
|
label: "Introspection",
|
|
8898
8898
|
value: "introspection",
|
|
8899
8899
|
hint: "OAuth introspection",
|
|
8900
|
-
prop: this.
|
|
8900
|
+
prop: this.formModel["config-auth_methods"].includes("introspection")
|
|
8901
8901
|
},
|
|
8902
8902
|
{
|
|
8903
8903
|
label: "UserInfo",
|
|
8904
8904
|
value: "userinfo",
|
|
8905
8905
|
hint: "OpenID Connect user info endpoint authentication",
|
|
8906
|
-
prop: this.
|
|
8906
|
+
prop: this.formModel["config-auth_methods"].includes("userinfo")
|
|
8907
8907
|
},
|
|
8908
8908
|
{
|
|
8909
8909
|
label: "Kong OAuth",
|
|
8910
8910
|
value: "kong_oauth2",
|
|
8911
8911
|
hint: "Kong OAuth plugin issued tokens verification",
|
|
8912
|
-
prop: this.
|
|
8912
|
+
prop: this.formModel["config-auth_methods"].includes("kong_oauth2")
|
|
8913
8913
|
},
|
|
8914
8914
|
{
|
|
8915
8915
|
label: "Refresh Token",
|
|
8916
8916
|
value: "refresh_token",
|
|
8917
8917
|
hint: "OAuth refresh token grant",
|
|
8918
|
-
prop: this.
|
|
8918
|
+
prop: this.formModel["config-auth_methods"].includes("refresh_token")
|
|
8919
8919
|
}
|
|
8920
8920
|
];
|
|
8921
8921
|
for (const a of [this.commonFieldsSchema, this.authFieldsSchema, this.advancedFieldsSchema])
|
|
@@ -9050,7 +9050,7 @@ function iy(e, t, n, i, a, s) {
|
|
|
9050
9050
|
}, 8, ["tabs"])
|
|
9051
9051
|
]);
|
|
9052
9052
|
}
|
|
9053
|
-
const ay = /* @__PURE__ */ Se(qv, [["render", iy], ["__scopeId", "data-v-
|
|
9053
|
+
const ay = /* @__PURE__ */ Se(qv, [["render", iy], ["__scopeId", "data-v-44df963d"]]), sy = /* @__PURE__ */ he({
|
|
9054
9054
|
__name: "PostFunction",
|
|
9055
9055
|
props: {
|
|
9056
9056
|
formModel: {
|