diff --git a/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/Usage.txt b/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/Usage.txt
deleted file mode 100644
index 8c6c3db1d..000000000
--- a/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/Usage.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-Usage
-Invoking the utility without arguments will print its usage message
-
-usage java -jar json-web-key-generator.jar -t keyType [options]
- -a arg Algorithm (optional)
- -c arg Key Curve, required for EC key type. Must be one of P-256,
- P-384, P-521
- -i arg Key ID (optional)
- -p Display public key separately
- -s arg Key Size in bits, required for RSA and OCT key types. Must be
- an integer divisible by 8
- -S Wrap the generated key in a KeySet
- -t arg Key Type, one of RSA, oct, EC
- -u arg Usage, one of enc, sig (optional)
-Example
-To generate a 2048-bit RSA public private key pair, with a specified key ID and use, and wrapped in a standard JWK set
-
-java -jar json-web-key-generator.jar -t RSA -s 2048 -i 1 -u sig -S
\ No newline at end of file
diff --git a/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/json-web-key-generator.bat b/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/json-web-key-generator.bat
deleted file mode 100644
index ffe4f46e0..000000000
--- a/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/json-web-key-generator.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-java -jar json-web-key-generator.jar -a RS256 -t RSA -s 2048 -i maxkey_rsa -u sig -S >maxkey.jwks
-pause
\ No newline at end of file
diff --git a/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/json-web-key-generator.jar b/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/json-web-key-generator.jar
deleted file mode 100644
index 085a017bb..000000000
Binary files a/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/json-web-key-generator.jar and /dev/null differ
diff --git a/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/maxkey.jwks b/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/maxkey.jwks
deleted file mode 100644
index c09e61471..000000000
--- a/maxkey-protocols/maxkey-protocol-oauth-2.0/json-web-key-generator/maxkey.jwks
+++ /dev/null
@@ -1,14 +0,0 @@
-Full key:
-{
- "keys": [
- {
- "kty": "RSA",
- "d": "K2VCm_6enq5uoFLZXUlWkgbCXj5m9X5uUX3_Ol3qcY9X1cP04TN98R8lpw-ASeFDRFRhe0FT-lYCYu_fqZcrNXVhyN3rgi27af5x4HdFMnHLTLMPvE6aEyTGmZjTF1AbiX5VOJAl6POI9FiyTbV1Uqt943ydJv8SH4NfcYhKBmpp8Fi1f58mon-bYwsIy8mzZjssc8KZy-GzpscKrc5ewb7106JY3uRQNprAHrpcGAPZ8uXUvVhrxp_FNn5Nf5KVxl2tm50L83_5nw0OZrbJ8Ceg7sZAw_Z41lbYbS9VDaST6TuKRb7W4XCKimZUn57LoQT2-Gkv6msJHCmqTgK02Q",
- "e": "AQAB",
- "use": "sig",
- "kid": "maxkey_rsa",
- "alg": "RS256",
- "n": "vyfZwQuBLNvJDhmziUCFuAfIv-bC6ivodcR6PfanTt8XLd6G63Yx10YChAdsDACjoLz1tEU56WPp_ee_vcTSsEZT3ouWJYghuGI2j4XclXlEj0S7DzdpcBBpI4n5dr8K3iKY-3JUMZR1AMBHI50UaMST9ZTZJAjUPIYxkhRdca5lWBo4wGUh1yj_80-Bq6al0ia9S5NTzNLaJ18jSxFqZ79BAkBm-KjkP248YUk6WBGtYEAV5Fws4dpse4hrqJ3RRHiMZV1o1iTmPHz_l55ZSDP3vpYf6iKqKzoK2RmdjfH5mGpbc4-PclTs4GKfwZ7cWfrny6B7sMnQfzujCH996Q"
- }
- ]
-}
diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/historys/loginList.ftl b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/historys/loginList.ftl
index 67c126afe..704bc04dc 100644
--- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/historys/loginList.ftl
+++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/historys/loginList.ftl
@@ -71,11 +71,11 @@
| <@locale code="apps.logoutUrl"/> |
@@ -56,8 +72,14 @@
|
- | <@locale code="apps.icon"/> |
-
+ | <@locale code="apps.visible"/> |
+
+
|
<@locale code="common.text.sortindex"/> |
@@ -74,26 +96,6 @@
|
-
- | <@locale code="apps.visible"/> |
-
-
- |
- <@locale code="apps.extendAttr"/> |
-
- "
- wurl="<@base/>/apps/forwardAppsExtendAttr/${model.id!}"
- wwidth="900"
- wheight="650"
- target="window">
- |
-
| <@locale code="apps.isAdapter" /> |
diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/oauth20/appAdd.ftl b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/oauth20/appAdd.ftl
index 4527f77ff..22427c79a 100644
--- a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/oauth20/appAdd.ftl
+++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/oauth20/appAdd.ftl
@@ -79,15 +79,15 @@
|
@@ -98,13 +98,13 @@
|
diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl
index 2a26f83e3..b91b6f7de 100644
--- a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl
+++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl
@@ -66,16 +66,15 @@
|
|
@@ -85,13 +84,13 @@
diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/saml20/appAdd.ftl b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/saml20/appAdd.ftl
index 720c29814..ecc4acdb9 100644
--- a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/saml20/appAdd.ftl
+++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/saml20/appAdd.ftl
@@ -147,7 +147,10 @@
|
<@locale code="apps.saml.validityInterval" /> |
-
+
+
+ Seconds
+
|
diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/saml20/appUpdate.ftl b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/saml20/appUpdate.ftl
index ffbf4fb6b..6fa802dca 100644
--- a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/saml20/appUpdate.ftl
+++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/saml20/appUpdate.ftl
@@ -148,7 +148,10 @@
<@locale code="apps.saml.validityInterval" /> |
-
+
+
+ Seconds
+
|
@@ -190,15 +193,18 @@
| <@locale code="apps.saml.certIssuer" /> |
- ${model.certIssuer!}
+ |
+
|
<@locale code="apps.saml.certExpiration" /> |
- ${model.certExpiration!}
+ |
+
|
| <@locale code="apps.saml.certSubject" /> |
- ${model.certSubject!}
+ |
+
|
diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/tokenbased/appAdd.ftl b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/tokenbased/appAdd.ftl
index 54b750b3f..175427fee 100644
--- a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/tokenbased/appAdd.ftl
+++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/tokenbased/appAdd.ftl
@@ -4,6 +4,18 @@
<#include "../../layout/header.ftl"/>
<#include "../../layout/common.cssjs.ftl"/>
<#include "../appCommonHead.ftl"/>
+ <#setting number_format="#">
+
diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/tokenbased/appUpdate.ftl b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/tokenbased/appUpdate.ftl
index 4f1d6ac04..16103cdee 100644
--- a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/tokenbased/appUpdate.ftl
+++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/apps/tokenbased/appUpdate.ftl
@@ -5,6 +5,17 @@
<#include "../../layout/common.cssjs.ftl"/>
<#include "../appCommonHead.ftl"/>
<#setting number_format="#">
+
diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/orgs/orgsAdd.ftl b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/orgs/orgsAdd.ftl
index db84f72cd..56bcace2f 100644
--- a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/orgs/orgsAdd.ftl
+++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/orgs/orgsAdd.ftl
@@ -38,96 +38,96 @@ $(function () {
|
- | <@locale code="org.pid" />: |
+ <@locale code="org.pid" /> |
|
- | <@locale code="org.pname" />:
+ | <@locale code="org.pname" />
| |
- | <@locale code="org.id" />: |
+ <@locale code="org.id" /> |
|
- | <@locale code="org.name" />: |
+ <@locale code="org.name" /> |
|
- | <@locale code="org.fullname" />: |
+ <@locale code="org.fullname" /> |
|
- | <@locale code="org.xpath" /> :
+ | <@locale code="org.xpath" />
| |
- | <@locale code="org.xnamepath" /> :
+ | <@locale code="org.xnamepath" />
| |
- | <@locale code="org.type" />: |
+ <@locale code="org.type" /> |
|
- | <@locale code="org.division" />: |
+ <@locale code="org.division" /> |
|
- |
- <@locale code="org.sortorder" /> :
- |
+
+ <@locale code="org.sortorder" />
+ |
|
- | <@locale code="org.description" />:
+ | <@locale code="org.description" /> |
|
diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/orgs/orgsUpdate.ftl b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/orgs/orgsUpdate.ftl
index 08d97d3c2..6767d7b49 100644
--- a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/orgs/orgsUpdate.ftl
+++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/orgs/orgsUpdate.ftl
@@ -37,96 +37,96 @@ $(function () {
|
- | <@locale code="org.pid" />: |
+ <@locale code="org.pid" /> |
|
- | <@locale code="org.pname" />:
+ | <@locale code="org.pname" />
| |
- | <@locale code="org.id" />: |
+ <@locale code="org.id" /> |
|
- | <@locale code="org.name" />: |
+ <@locale code="org.name" /> |
|
- | <@locale code="org.fullname" />: |
+ <@locale code="org.fullname" /> |
|
- | <@locale code="org.xpath" /> :
+ | <@locale code="org.xpath" />
| |
- | <@locale code="org.xnamepath" /> :
+ | <@locale code="org.xnamepath" />
| |
- | <@locale code="org.type" />: |
+ <@locale code="org.type" /> |
|
- | <@locale code="org.division" />: |
+ <@locale code="org.division" /> |
|
- |
- <@locale code="org.sortorder" /> :
- |
+
+ <@locale code="org.sortorder" />
+ |
|
- | <@locale code="org.description" />:
+ | <@locale code="org.description" /> |
|
diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/userinfo/userAdd.ftl b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/userinfo/userAdd.ftl
index a7e77ca61..b7ab2aab7 100644
--- a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/userinfo/userAdd.ftl
+++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/userinfo/userAdd.ftl
@@ -49,19 +49,19 @@