diff --git a/README.md b/README.md
index 91cc52e93cadc11043a6a33f12cbd16352aa30ba..64a7c321ac161e3146cb2db0bc2e5755987b4f3f 100644
--- a/README.md
+++ b/README.md
@@ -5,17 +5,17 @@
 ---
 
 <p align="center">
-    <a href="https://github.com/spring-projects/spring-authorization-server" target="_blank"><img src="https://img.shields.io/badge/Spring%20Authorization%20Server-1.4.0-blue.svg?logo=spring" alt="Spring Authorization Server 1.4.0"></a>
-    <a href="https://spring.io/projects/spring-boot" target="_blank"><img src="https://img.shields.io/badge/Spring%20Boot-3.4.0-blue.svg?logo=spring" alt="Spring Boot 3.4.0"></a>
+    <a href="https://github.com/spring-projects/spring-authorization-server" target="_blank"><img src="https://img.shields.io/badge/Spring%20Authorization%20Server-1.4.1-blue.svg?logo=spring" alt="Spring Authorization Server 1.4.1"></a>
+    <a href="https://spring.io/projects/spring-boot" target="_blank"><img src="https://img.shields.io/badge/Spring%20Boot-3.4.1-blue.svg?logo=spring" alt="Spring Boot 3.4.1"></a>
     <a href="https://spring.io/projects/spring-cloud" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud-2024.0.0-blue.svg?logo=spring" alt="Spring Cloud 2024.0.0"></a>
     <a href="https://github.com/alibaba/spring-cloud-alibaba" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Alibaba-2023.0.1.2-blue.svg?logo=alibabadotcom" alt="Spring Cloud Alibaba 2023.0.1.2"></a>
     <a href="https://github.com/Tencent/spring-cloud-tencent" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Tencent-1.14.0--2023.0.0-blue.svg?logo=tencentqq" alt="Spring Cloud Tencent 1.14.0--2023.0.0-SNAPSHOT"></a>
     <a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.4.3-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.4.3"></a>
 </p>
 <p align="center">
-    <a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.4.0.1-red.svg?logo=spring" alt="Version 3.4.0.1"></a>
-    <a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.4.0.1-red.svg?logo=spring" alt="Dante Engine 3.4.0.1"></a>
-    <a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.4.0.1-red.svg?logo=spring" alt="Dante OSS 3.4.0.1"></a>
+    <a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.4.1.0-red.svg?logo=spring" alt="Version 3.4.1.0"></a>
+    <a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.4.1.0-red.svg?logo=spring" alt="Dante Engine 3.4.1.0"></a>
+    <a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.4.1.0-red.svg?logo=spring" alt="Dante OSS 3.4.1.0"></a>
     <a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
     <a href="./LICENSE"><img src="https://shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.0"></a>
     <a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
@@ -29,8 +29,9 @@
     <a href="https://gitcode.com/dromara/dante-cloud">Gitcode 仓库</a> &nbsp; | &nbsp;
     <a href="https://github.com/dromara/dante-cloud">Github 仓库</a> &nbsp; | &nbsp;
     <a href="https://gitee.com/dromara/dante-cloud">Gitee 仓库</a> &nbsp; | &nbsp;
-    <a href="https://www.herodotus.cn">旧版文档</a> &nbsp; | &nbsp;
-    <a href="https://www.herodotus.vip">新版文档</a>
+    <a href="https://dante-cloud.dromara.org">开源版本文档</a> &nbsp; | &nbsp;
+    <a href="https://www.herodotus.cn">开源备用文档</a> &nbsp; | &nbsp;
+    <a href="https://www.herodotus.vip">企业版本文档</a>
 </p>
 
 <h1 align="center"> 如果您觉得有帮助,请点右上角 "Star" 支持一下,谢谢!</h1>
@@ -47,8 +48,8 @@
 
 ## Dante Cloud 响应式版本特性
 
-- `Spring Boot` 已升级至 3.4.0
-- `Spring Authorization Server` 已升级至 1.4.0
+- `Spring Boot` 已升级至 3.4.1
+- `Spring Authorization Server` 已升级至 1.4.1
 - 全面采用 Java 21,默认开启虚拟线程,以改善阻塞操作的处理降低系统资源的消耗
 - 支持传统的 `阻塞式` 微服务与基于 `Reactor` 和 `WebFlux` 的 `响应式` 微服务同时运行在一套系统之中
 - 不强制使用 `响应式` 方式开发,可根据自身项目对资源吞吐量、资源消耗、特殊功能性能保障的需求,灵活的选择是采用 `响应式` 还是 `阻塞式` 来开发对应的服务。
@@ -163,11 +164,11 @@
 
 | 组件                          | 版本              |
 |-----------------------------|-----------------|
-| Spring Boot                 | 3.4.0           |
+| Spring Boot                 | 3.4.1           |
 | Spring Cloud                | 2024.0.0        |
 | Spring Cloud Alibaba        | 2023.0.1.2      |
 | Spring Cloud Tencent        | 1.14.0-2023.0.0 |
-| Spring Authorization Server | 1.4.0           |
+| Spring Authorization Server | 1.4.1           |
 | Spring Boot Admin           | 3.4.1           |
 | Nacos                       | 2.4.3           |
 | Sentinel                    | 1.8.8           |
diff --git a/configurations/backup/alibaba/3.4.1.0/nacos_config_export_20241213160041.zip b/configurations/backup/alibaba/3.4.1.0/nacos_config_export_20241213160041.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4603a61d227f73ced03dfcdf638725898478aae2
Binary files /dev/null and b/configurations/backup/alibaba/3.4.1.0/nacos_config_export_20241213160041.zip differ
diff --git a/configurations/backup/tencent/3.4.1.0/polaris_config_202405311904.zip b/configurations/backup/tencent/3.4.1.0/polaris_config_202405311904.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fc5e846f76735d9b78272a4ea05763f13783cfb5
Binary files /dev/null and b/configurations/backup/tencent/3.4.1.0/polaris_config_202405311904.zip differ
diff --git a/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env
index 171c83ba958f014446bf73b318f65b264fefbf15..186071614b294b2a37e1efb1ad877a8accd1267b 100644
--- a/configurations/docker/docker-compose/linux/herodotus/.env
+++ b/configurations/docker/docker-compose/linux/herodotus/.env
@@ -1,4 +1,4 @@
-VERSION=3.4.0.1
+VERSION=3.4.1.0
 SPRING_PROFILES_ACTIVE=alibaba
 PROFILE=development
 DATABASE=postgresql
diff --git a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml
index be5d5db075416f0f61bc8ebcc7337129adbc5d9c..d0b04f34c136cd274379d773539469b2039dbc26 100644
--- a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml
+++ b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml
@@ -1,6 +1,6 @@
 services:
   minio:
-    image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
+    image: quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z
     container_name: minio
     hostname: minio
     ports:
diff --git a/configurations/docker/docker-compose/windows/herodotus/.env b/configurations/docker/docker-compose/windows/herodotus/.env
index 017d4353f9ed5104dc0ba513f6aa054a320e593a..487e5b877012e857b6d6ae1509be3be1c2f29a18 100644
--- a/configurations/docker/docker-compose/windows/herodotus/.env
+++ b/configurations/docker/docker-compose/windows/herodotus/.env
@@ -1,4 +1,4 @@
-VERSION=3.4.0.1
+VERSION=3.4.1.0
 SPRING_PROFILES_ACTIVE=alibaba
 PROFILE=development
 DATABASE=postgresql
diff --git a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml
index 8b782fa94b2e55edbd9de36b554f07307650d0d4..697117328dc016524fb3fc4d1282eb14b933b340 100644
--- a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml
+++ b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml
@@ -1,6 +1,6 @@
 services:
   minio:
-    image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
+    image: quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z
     container_name: minio
     hostname: minio
     ports:
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 5858ad1054ee87e269434c0b5c622b64b2bcc6c4..7fefab03a5baa0633697248ef8ccd16877a0c56c 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>cn.herodotus.engine</groupId>
         <artifactId>dependencies</artifactId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
         <relativePath/>
     </parent>
 
diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml
index 71e9b51b05875feeaef03370fcc755f290aa4d57..66858b9171c1dd0cba17dbb67bb3748fa396f050 100644
--- a/modules/dante-module-common/pom.xml
+++ b/modules/dante-module-common/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>modules</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-module-common</artifactId>
diff --git a/modules/dante-module-metadata/pom.xml b/modules/dante-module-metadata/pom.xml
index ed635a7b054d8377e525229485ffc64242cdc5cf..571afdefe7b0eec29d7bd30d1114ca2d88a13b5c 100644
--- a/modules/dante-module-metadata/pom.xml
+++ b/modules/dante-module-metadata/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>modules</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-module-metadata</artifactId>
diff --git a/modules/dante-module-social/pom.xml b/modules/dante-module-social/pom.xml
index 828cb3d7c573223e5b16ada5dcefc04afca8ca17..ffc561e0e1599f329d01f12744c7a095c23d2d6d 100644
--- a/modules/dante-module-social/pom.xml
+++ b/modules/dante-module-social/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>modules</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-module-social</artifactId>
diff --git a/modules/dante-module-strategy/pom.xml b/modules/dante-module-strategy/pom.xml
index e668cea021e07b0d162ed51d556ebef8046d74ad..9af7734dd387c4b5d34a69e2f76d805dc794eb06 100644
--- a/modules/dante-module-strategy/pom.xml
+++ b/modules/dante-module-strategy/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>modules</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-module-strategy</artifactId>
diff --git a/modules/dante-monomer-autoconfigure/pom.xml b/modules/dante-monomer-autoconfigure/pom.xml
index 64904d47d916cd5ce8ba6574665263e0159d2a0b..2d67e1cdeea56c3bd78029d9eabceb63336e69c4 100644
--- a/modules/dante-monomer-autoconfigure/pom.xml
+++ b/modules/dante-monomer-autoconfigure/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.dromara.dante</groupId>
         <artifactId>modules</artifactId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-monomer-autoconfigure</artifactId>
diff --git a/modules/pom.xml b/modules/pom.xml
index 3c1bdca4079529effcf0b94904d045bdb8bd3fa1..9980a6410b3080b314ceb94c43cc9dc2df178a9b 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>dante-cloud</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>modules</artifactId>
diff --git a/packages/authentication-spring-boot-starter/pom.xml b/packages/authentication-spring-boot-starter/pom.xml
index 3901de9b9ced17f28bf0d89df9bc76db07aa4e5e..52fb3ec216ff5c54344b738ff53e588fe2de9f54 100644
--- a/packages/authentication-spring-boot-starter/pom.xml
+++ b/packages/authentication-spring-boot-starter/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>packages</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>authentication-spring-boot-starter</artifactId>
diff --git a/packages/facility-spring-boot-starter/pom.xml b/packages/facility-spring-boot-starter/pom.xml
index 193d89d12e1c37062c98a93b068c16e48de931c8..b6cbbae3826be7ea3cc0b0b9d17c87a52e24b6bb 100644
--- a/packages/facility-spring-boot-starter/pom.xml
+++ b/packages/facility-spring-boot-starter/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <artifactId>packages</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/packages/pom.xml b/packages/pom.xml
index b23340581b158c06165ae7c8ab1237f582f51b9e..3ea88f9b13bd3db4651181b9b3d76e9115a5cdf2 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>dante-cloud</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>packages</artifactId>
diff --git a/packages/service-spring-boot-starter/pom.xml b/packages/service-spring-boot-starter/pom.xml
index 8a6e9e9d43a554b7f470166110c962537cca2512..53ce479dd5e84f8281590de79df5543d048f22eb 100644
--- a/packages/service-spring-boot-starter/pom.xml
+++ b/packages/service-spring-boot-starter/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>packages</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>service-spring-boot-starter</artifactId>
diff --git a/platform/dante-cloud-gateway/pom.xml b/platform/dante-cloud-gateway/pom.xml
index ae25f3bf7bcdedfce1bbd8eae4d82da44ea7649e..dbb44d83b073f25d9a8aa550df600703ebb6d0e0 100644
--- a/platform/dante-cloud-gateway/pom.xml
+++ b/platform/dante-cloud-gateway/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>platform</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-cloud-gateway</artifactId>
diff --git a/platform/dante-cloud-message/pom.xml b/platform/dante-cloud-message/pom.xml
index 71f5ca991fb00eca1dddbb4959eca1b5ce88ca11..61889af16c45a75bc45735e6489dc1cd3a9e43a8 100644
--- a/platform/dante-cloud-message/pom.xml
+++ b/platform/dante-cloud-message/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.dromara.dante</groupId>
         <artifactId>platform</artifactId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-cloud-message</artifactId>
diff --git a/platform/dante-cloud-monitor/pom.xml b/platform/dante-cloud-monitor/pom.xml
index c0fd2993b79723d8fab82e93778758a813fa89dd..857889a9195b9fbee44318e5cf3edc45316f45e6 100644
--- a/platform/dante-cloud-monitor/pom.xml
+++ b/platform/dante-cloud-monitor/pom.xml
@@ -30,11 +30,11 @@
     <parent>
         <artifactId>platform</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-cloud-monitor</artifactId>
-    <version>3.4.0.1</version>
+    <version>3.4.1.0</version>
     <name>dante-cloud-monitor</name>
     <description>dante-cloud-monitor</description>
     <dependencies>
diff --git a/platform/dante-cloud-uaa/pom.xml b/platform/dante-cloud-uaa/pom.xml
index ba3178a68500141119442289170f26ffefbad613..c45f9b7f77b9cb522eb08bacf473d1b7ef8070b3 100644
--- a/platform/dante-cloud-uaa/pom.xml
+++ b/platform/dante-cloud-uaa/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>platform</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-cloud-uaa</artifactId>
diff --git a/platform/dante-cloud-upms/pom.xml b/platform/dante-cloud-upms/pom.xml
index b237f0254b3bffe9ef0826ad23dd9694e4c0acd3..577744f6920676378ba872c3d790d037dbc324a3 100644
--- a/platform/dante-cloud-upms/pom.xml
+++ b/platform/dante-cloud-upms/pom.xml
@@ -30,12 +30,12 @@
     <parent>
         <artifactId>platform</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>dante-cloud-upms</artifactId>
-    <version>3.4.0.1</version>
+    <version>3.4.1.0</version>
 
     <dependencies>
         <dependency>
diff --git a/platform/pom.xml b/platform/pom.xml
index 8168b57da3c789b8d158bf55ab30cf2667d01e4f..a9b111b44f080d990eca7d6818c2c353fb1f6298 100644
--- a/platform/pom.xml
+++ b/platform/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>dante-cloud</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>platform</artifactId>
diff --git a/pom.xml b/pom.xml
index d7c101f653d0563451e167fa621863bd20509f54..18cca9f0b92601f69b0f536b36c8a5036915f7e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.dromara.dante</groupId>
         <artifactId>dependencies</artifactId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
         <relativePath>dependencies/pom.xml</relativePath>
     </parent>
 
diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml
index edbb5b86983e58660503a100add2b4318d586ece..17107146782873bffad8a6dc4b5bc4c74dd6457b 100644
--- a/services/dante-cloud-bpmn-ability/pom.xml
+++ b/services/dante-cloud-bpmn-ability/pom.xml
@@ -31,11 +31,11 @@
     <parent>
         <artifactId>services</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-cloud-bpmn-ability</artifactId>
-    <version>3.4.0.1</version>
+    <version>3.4.1.0</version>
 
     <name>dante-cloud-bpmn-ability</name>
     <description>基于Camunda工作流的服务</description>
diff --git a/services/dante-cloud-bpmn-logic/pom.xml b/services/dante-cloud-bpmn-logic/pom.xml
index e2729c1226df530d3f9c0a1de801a306a7b31d6c..7ab4dcce91525b9c3267e3dbe5e54099d54872ec 100644
--- a/services/dante-cloud-bpmn-logic/pom.xml
+++ b/services/dante-cloud-bpmn-logic/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>services</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-cloud-bpmn-logic</artifactId>
diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml
index 179df63b30176d11bf56d8b4c04a90fdbb381680..dc12eed4673b1ccd5565566b74a0ddf1a578d50a 100644
--- a/services/dante-cloud-oss-ability/pom.xml
+++ b/services/dante-cloud-oss-ability/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.dromara.dante</groupId>
         <artifactId>services</artifactId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-cloud-oss-ability</artifactId>
diff --git a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql
index 29b8dddf25ef14c74e3dcb8416eaf61ed81d747d..6f0a56ac39fa70d98487ad2cd8003b4b5ed65290 100644
--- a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql
+++ b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql
@@ -12,30 +12,30 @@
 -- ----------------------------
 -- Table data for oauth2_application
 -- ----------------------------
-INSERT INTO `oauth2_application` (`application_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `abbreviation`, `access_token_format`, `access_token_validity`, `application_name`, `application_type`, `signing_algorithm`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_secret`, `client_secret_expires_at`, `homepage`, `signature_algorithm`, `jwk_set_url`, `logo`, `redirect_uris`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `create_by`, `update_by`, `authorization_code_validity`, `client_id_issued_at`, `device_code_validity`, `post_logout_redirect_uris`) VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', '2023-04-21 10:27:01.104', 0, '2023-05-16 14:21:37.476', '客户端常规测试', b'1', 0, 0, NULL, 0, '21600000000000', '客户端常规测试', 1, NULL, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '35026971d1fa406aaa150299d4f7bb39', '07e2d86f2b0641c4bb03e512a3eb0eac', NULL, NULL, 0, NULL, NULL, 'http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc,http://127.0.0.1:8090/authorized', '86400000000000', b'1', b'0', b'1', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `abbreviation`, `access_token_format`, `access_token_validity`, `application_name`, `application_type`, `signing_algorithm`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_secret`, `client_secret_expires_at`, `homepage`, `signature_algorithm`, `jwk_set_url`, `logo`, `redirect_uris`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `create_by`, `update_by`, `authorization_code_validity`, `client_id_issued_at`, `device_code_validity`, `post_logout_redirect_uris`) VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', '2023-05-02 18:08:03.681', 0, '2023-05-16 14:21:59.97', 'Device认证模式测试客户端', b'1', 0, 0, NULL, 0, '21600000000000', '客户端Device测试', 1, NULL, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', 'dcbbd793ee274e75822762728dcee91b', 'fccedb74fae1423d95f875c2b4b5d403', NULL, NULL, 0, NULL, NULL, 'http://127.0.0.1:8070/authorize', '86400000000000', b'1', b'0', b'1', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `abbreviation`, `access_token_format`, `access_token_validity`, `application_name`, `application_type`, `signing_algorithm`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_secret`, `client_secret_expires_at`, `homepage`, `signature_algorithm`, `jwk_set_url`, `logo`, `redirect_uris`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `create_by`, `update_by`, `authorization_code_validity`, `client_id_issued_at`, `device_code_validity`, `post_logout_redirect_uris`) VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', '2022-03-18 18:51:00.191', 1, '2023-05-16 14:22:15.088', NULL, b'1', 0, 0, 'Dante Cloud UI', 1, '7200000000000', '业务中台管理系统', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '14a9cf797931430896ad13a6b1855611', 'a05fe1fc50ed42a4990c6c6fc4bec398', '2024-12-31 00:00:00', NULL, 0, NULL, NULL, 'http://192.168.101.10:3000/authorization-code', '86400000000000', b'1', b'0', b'1', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `abbreviation`, `access_token_format`, `access_token_validity`, `application_name`, `application_type`, `signing_algorithm`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_secret`, `client_secret_expires_at`, `homepage`, `signature_algorithm`, `jwk_set_url`, `logo`, `redirect_uris`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `create_by`, `update_by`, `authorization_code_validity`, `client_id_issued_at`, `device_code_validity`, `post_logout_redirect_uris`) VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', '2022-04-02 16:26:26.26', 0, '2023-05-16 14:22:26.293', NULL, b'1', 0, 0, 'Dante Cloud UI(PKCE)', 1, '7200000000000', '业务中台管理系统(PKCE)', 0, NULL, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '67601992f3574c75809a3d79888bf16e', '3e62c1f9678a4dba81b31ad9f6ab8940', NULL, NULL, 0, NULL, NULL, 'http://192.168.101.10:8847/dante-cloud-upms/open/authorized', '864000000000000', b'1', b'1', b'1', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', 'system', '2023-07-11 21:10:43.131', 0, 'system', '2023-07-11 21:32:26.429', NULL, b'1', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:10:43.139532', NULL, NULL, 'http://192.168.101.10:9090/oauth_callback', 1, '86400000000000', NULL, '300000000000', 'e6684625e90848a5af0374c0006e1397', '95cb51b7ef7b4cf58d249b5dfd032a73', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'Minio Console', 'Minio 客户端', 1, NULL, NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.646', 0, 'system', '2023-07-13 11:55:34.646', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.647041', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '709776483077453b85b2af4f7949ed83', 'a0307033c5544392922d3d87dac26528', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'BPMN', '工作流程中心服务', 1, NULL, NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:32:05.791', 0, 'system', '2023-07-13 11:49:46.66', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:32:05.80196', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '8e0d16357b1a421aaae0292a3eb8bfaa', '8eb1a32c7c1c49ff8b45e84906d9b6d6', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'UPMS', '中台用户中心服务', 1, NULL, NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.106', 0, 'system', '2023-07-13 11:51:12.106', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.108696', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '25953fda237841689743a94871915661', 'a667ed5606f44e159db062239ed5a838', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'UAA', '中台认证中心服务', 1, NULL, NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.475', 0, 'system', '2023-07-13 11:52:29.475', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.476824', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '5e8a9dc4ade843b9953cdf3b108a0765', 'b2985ee0306145109078c3eec7d65926', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'MSG', '中台消息中心服务', 1, NULL, NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.111', 0, 'system', '2023-07-13 11:54:00.111', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.112398', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '7299d999f2d3478497f382450f9a35ba', '02895262878f45e8a16a15f68336f431', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'OSS', '对象存储中心服务', 1, NULL, '');
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', NULL, '2023-04-21 10:27:01.104', 0, 'system', '2023-05-16 14:21:37.476', '客户端常规测试', b'1', 0, 0, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc,http://127.0.0.1:8090/authorized', 0, '21600000000000', NULL, '300000000000', '35026971d1fa406aaa150299d4f7bb39', '07e2d86f2b0641c4bb03e512a3eb0eac', '300000000000', 0, NULL, '86400000000000', b'1', b'0', b'1', NULL, '客户端常规测试', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', NULL, '2023-05-02 18:08:03.681', 0, 'system', '2023-05-16 14:21:59.97', 'Device认证模式测试客户端', b'1', 0, 0, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://127.0.0.1:8070/authorize', 0, '21600000000000', NULL, '300000000000', 'dcbbd793ee274e75822762728dcee91b', 'fccedb74fae1423d95f875c2b4b5d403', '300000000000', 0, NULL, '86400000000000', b'1', b'0', b'1', NULL, '客户端Device测试', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', NULL, '2022-04-02 16:26:26.26', 0, 'system', '2023-05-16 14:22:26.293', NULL, b'1', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://192.168.101.10:8847/dante-cloud-upms/open/authorized', 1, '7200000000000', NULL, '300000000000', '67601992f3574c75809a3d79888bf16e', '3e62c1f9678a4dba81b31ad9f6ab8940', '300000000000', 0, NULL, '864000000000000', b'1', b'1', b'1', 'Dante Cloud UI(PKCE)', '业务中台管理系统(PKCE)', 0, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', 'system', '2023-07-11 21:10:43.131', 0, 'system', '2023-07-11 21:32:26.429', NULL, b'1', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:10:43.139532', NULL, NULL, 'http://192.168.101.10:9090/oauth_callback', 1, '86400000000000', NULL, '300000000000', 'e6684625e90848a5af0374c0006e1397', '95cb51b7ef7b4cf58d249b5dfd032a73', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'Minio Console', 'Minio 客户端', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.646', 0, 'system', '2023-07-13 11:55:34.646', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.647041', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '709776483077453b85b2af4f7949ed83', 'a0307033c5544392922d3d87dac26528', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'BPMN', '工作流程中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:32:05.791', 0, 'system', '2023-07-13 11:49:46.66', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:32:05.80196', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '8e0d16357b1a421aaae0292a3eb8bfaa', '8eb1a32c7c1c49ff8b45e84906d9b6d6', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'UPMS', '中台用户中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.106', 0, 'system', '2023-07-13 11:51:12.106', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.108696', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '25953fda237841689743a94871915661', 'a667ed5606f44e159db062239ed5a838', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'UAA', '中台认证中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.475', 0, 'system', '2023-07-13 11:52:29.475', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.476824', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '5e8a9dc4ade843b9953cdf3b108a0765', 'b2985ee0306145109078c3eec7d65926', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'MSG', '中台消息中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.111', 0, 'system', '2023-07-13 11:54:00.111', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.112398', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '7299d999f2d3478497f382450f9a35ba', '02895262878f45e8a16a15f68336f431', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'OSS', '对象存储中心服务', 1, NULL, '', b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', NULL, '2022-03-18 18:51:00.191', 1, 'system', '2023-05-16 14:22:15.088', NULL, b'1', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2023-05-16 15:10:24.311607', '2025-12-31 00:00:00', NULL, 'http://192.168.101.10:3000/authorization-code', 1, '7200000000000', 0, '300000000000', '14a9cf797931430896ad13a6b1855611', 'a05fe1fc50ed42a4990c6c6fc4bec398', '300000000000', 0, NULL, '86400000000000', b'1', b'0', b'1', 'Dante Cloud UI', '业务中台管理系统', 0, NULL, NULL, b'0', NULL);
 
 -- ----------------------------
 -- Table data for oauth2_registered_client
 -- ----------------------------
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', NULL, '2023-07-11 21:12:49.105', 0, 'system', '2023-07-11 21:32:26.509', NULL, b'0', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:12:49.10658', NULL, '', 'http://192.168.101.10:9090/oauth_callback', 'e6684625e90848a5af0374c0006e1397', '0571008d-6b9c-4694-9b51-aaef76d84526', '{bcrypt}$2a$10$XJHngI27S3CT5xlf5Q9TduKNxGFvNI3ZAcfwDfu1FBiWsqyLRuMF6', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', 'openid,profile', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:49:46.748', 0, 'system', '2023-07-13 11:49:46.748', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:49:46.754253', NULL, '', '', '8e0d16357b1a421aaae0292a3eb8bfaa', '034dd945-b531-4704-b6e7-dbc0e246353c', '{bcrypt}$2a$10$93FN3dyEIYTQKlfrmykhMew4f9Qu9ZzTCSavJpvDRgL8U2ouzg/OK', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.177', 0, 'system', '2023-07-13 11:51:12.177', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.177993', NULL, '', '', '25953fda237841689743a94871915661', '9cbc6782-5025-48e2-819f-adc9c7c36d45', '{bcrypt}$2a$10$EMmjtqAbYPRw0j9/n6W44eTKxR04KfBqPgvx7T24jQ8nG.r57JalO', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.55', 0, 'system', '2023-07-13 11:52:29.55', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.550804', NULL, '', '', '5e8a9dc4ade843b9953cdf3b108a0765', 'b5710185-4b80-4b18-a545-459a36938408', '{bcrypt}$2a$10$TKXzMCtx2xPvgFJrW7whReSOYicHmvsCJ78Ee5d/e43V.gLLQttrG', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.213', 0, 'system', '2023-07-13 11:54:00.213', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.213611', NULL, '', '', '7299d999f2d3478497f382450f9a35ba', '32a2c5c2-9453-443e-bae6-c316aa6ab897', '{bcrypt}$2a$10$.ljQGjRutm7yfo.elJyJCup/0dySoGmWbzQEWPmLL0IVoCsjOIvFW', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.718', 0, 'system', '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.718575', NULL, '', '', '709776483077453b85b2af4f7949ed83', '642187a3-6754-40d5-903e-a21909e2e810', '{bcrypt}$2a$10$iDTHq.d1s3eWlQ9DVY.BeusRDSDQgGQiK6YvNyiJs0e3eOtEB.bPW', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_id_issued_at`, `client_name`, `client_secret`, `client_secret_expires_at`, `client_settings`, `post_logout_redirect_uris`, `redirect_uris`, `scopes`, `token_settings`) VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', 'dcbbd793ee274e75822762728dcee91b', '2023-05-02 18:08:03.771453', '7a5e1219-9f80-4142-897b-e3bda6135525', '{bcrypt}$2a$10$KURcfB6eUuzcaP6LNgDHS.yVw8.7yQUn7N/hnIXlTPhdOztltrs9K', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', 'http://127.0.0.1:8070/authorize', 'message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_id_issued_at`, `client_name`, `client_secret`, `client_secret_expires_at`, `client_settings`, `post_logout_redirect_uris`, `redirect_uris`, `scopes`, `token_settings`) VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '14a9cf797931430896ad13a6b1855611', '2022-03-18 18:51:00.373', 'dfe3e7bc-22e9-443f-a874-947494e20174', '{bcrypt}$2a$10$zMYASIL2zd0LKPcT5PQ8iOVZyuQDIRiI7Vuibj3brP0HybSsR5eKK', '2024-12-31 00:00:00', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-authorization-consent":true,"settings.client.token-endpoint-authentication-signing-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.client.require-proof-key":false}', '', 'http://192.168.101.10:3000/authorization-code', 'read-user-by-page,openid,client.create,profile,client.read', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_id_issued_at`, `client_name`, `client_secret`, `client_secret_expires_at`, `client_settings`, `post_logout_redirect_uris`, `redirect_uris`, `scopes`, `token_settings`) VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '67601992f3574c75809a3d79888bf16e', '2022-04-02 16:26:26.776', '422baa83-505c-436f-87b5-2a599e6d2d28', '{bcrypt}$2a$10$2T9TCcT.Sin/.UAPrQuG4e97gFgrvILXlByFoMBPCjtaFE36/b8jK', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":true,"settings.client.require-authorization-consent":true}', '', 'http://192.168.101.10:8847/dante-cloud-upms/open/authorized', 'read-user-by-page,openid,profile', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_id_issued_at`, `client_name`, `client_secret`, `client_secret_expires_at`, `client_settings`, `post_logout_redirect_uris`, `redirect_uris`, `scopes`, `token_settings`) VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '35026971d1fa406aaa150299d4f7bb39', '2023-04-21 10:27:01.175063', 'c2273230-21e4-49ed-ab8a-db2d357a897e', '{bcrypt}$2a$10$DhTXhrHUMP1cm1H.eHlLRuiq4osx00oHVlJE9O79RQLayk68UpzKe', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', 'http://127.0.0.1:8090/authorized,http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc', 'openid,profile,message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', NULL, '2023-07-11 21:12:49.105', 0, 'system', '2023-07-11 21:32:26.509', NULL, b'0', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:12:49.10658', NULL, '', 'http://192.168.101.10:9090/oauth_callback', 'e6684625e90848a5af0374c0006e1397', '0571008d-6b9c-4694-9b51-aaef76d84526', '{bcrypt}$2a$10$XJHngI27S3CT5xlf5Q9TduKNxGFvNI3ZAcfwDfu1FBiWsqyLRuMF6', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', 'openid,profile', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,86400.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:49:46.748', 0, 'system', '2023-07-13 11:49:46.748', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:49:46.754253', NULL, '', '', '8e0d16357b1a421aaae0292a3eb8bfaa', '034dd945-b531-4704-b6e7-dbc0e246353c', '{bcrypt}$2a$10$93FN3dyEIYTQKlfrmykhMew4f9Qu9ZzTCSavJpvDRgL8U2ouzg/OK', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', '', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,3600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.177', 0, 'system', '2023-07-13 11:51:12.177', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.177993', NULL, '', '', '25953fda237841689743a94871915661', '9cbc6782-5025-48e2-819f-adc9c7c36d45', '{bcrypt}$2a$10$EMmjtqAbYPRw0j9/n6W44eTKxR04KfBqPgvx7T24jQ8nG.r57JalO', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', '', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,3600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.55', 0, 'system', '2023-07-13 11:52:29.55', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.550804', NULL, '', '', '5e8a9dc4ade843b9953cdf3b108a0765', 'b5710185-4b80-4b18-a545-459a36938408', '{bcrypt}$2a$10$TKXzMCtx2xPvgFJrW7whReSOYicHmvsCJ78Ee5d/e43V.gLLQttrG', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', '', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,3600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.213', 0, 'system', '2023-07-13 11:54:00.213', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.213611', NULL, '', '', '7299d999f2d3478497f382450f9a35ba', '32a2c5c2-9453-443e-bae6-c316aa6ab897', '{bcrypt}$2a$10$.ljQGjRutm7yfo.elJyJCup/0dySoGmWbzQEWPmLL0IVoCsjOIvFW', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', '', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,3600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.718', 0, 'system', '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.718575', NULL, '', '', '709776483077453b85b2af4f7949ed83', '642187a3-6754-40d5-903e-a21909e2e810', '{bcrypt}$2a$10$iDTHq.d1s3eWlQ9DVY.BeusRDSDQgGQiK6YvNyiJs0e3eOtEB.bPW', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', '', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,3600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '2023-04-21 10:27:01.175063', NULL, '', 'http://127.0.0.1:8090/authorized,http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc', '35026971d1fa406aaa150299d4f7bb39', 'c2273230-21e4-49ed-ab8a-db2d357a897e', '{bcrypt}$2a$10$DhTXhrHUMP1cm1H.eHlLRuiq4osx00oHVlJE9O79RQLayk68UpzKe', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', 'openid,profile,message.read,message.write', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,21600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`self-contained`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,86400.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2022-04-02 16:26:26.776', NULL, '', 'http://192.168.101.10:8847/dante-cloud-upms/open/authorized', '67601992f3574c75809a3d79888bf16e', '422baa83-505c-436f-87b5-2a599e6d2d28', '{bcrypt}$2a$10$2T9TCcT.Sin/.UAPrQuG4e97gFgrvILXlByFoMBPCjtaFE36/b8jK', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:true,`settings.client.require-authorization-consent`:true}', 'read-user-by-page,openid,profile', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,7200.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', '2023-05-02 18:08:03.771453', NULL, '', 'http://127.0.0.1:8070/authorize', 'dcbbd793ee274e75822762728dcee91b', '7a5e1219-9f80-4142-897b-e3bda6135525', '{bcrypt}$2a$10$KURcfB6eUuzcaP6LNgDHS.yVw8.7yQUn7N/hnIXlTPhdOztltrs9K', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', 'message.read,message.write', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,21600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`self-contained`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,86400.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2022-03-18 18:51:00.373', '2025-12-31 00:00:00', '', 'http://192.168.101.10:3000/authorization-code', '14a9cf797931430896ad13a6b1855611', 'dfe3e7bc-22e9-443f-a874-947494e20174', '{bcrypt}$2a$10$zMYASIL2zd0LKPcT5PQ8iOVZyuQDIRiI7Vuibj3brP0HybSsR5eKK', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-authorization-consent`:true,`settings.client.token-endpoint-authentication-signing-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.client.require-proof-key`:false}', 'read-user-by-page,openid,client.create,profile,client.read', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,7200.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,86400.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
 
 -- ----------------------------
 -- Table data for oauth2_scope
diff --git a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql
index 9e890400e5c1b857f8029bea5a2df4290c033fda..337369cba16cb6862aa600099d282c6b2b55ae6a 100644
--- a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql
+++ b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql
@@ -12,17 +12,16 @@
 -- ----------------------------
 -- Table data for oauth2_application
 -- ----------------------------
-INSERT INTO "oauth2_application" ("application_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "abbreviation", "access_token_format", "access_token_validity", "application_name", "application_type", "signing_algorithm", "authorization_grant_types", "client_authentication_methods", "client_id", "client_secret", "client_secret_expires_at", "homepage", "signature_algorithm", "jwk_set_url", "logo", "redirect_uris", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "create_by", "update_by", "authorization_code_validity", "client_id_issued_at", "device_code_validity", "post_logout_redirect_uris") VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', '2023-04-21 10:27:01.104', 0, '2023-05-16 14:21:37.476', '客户端常规测试', 't', 0, 0, NULL, 0, '21600000000000', '客户端常规测试', 1, NULL, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '35026971d1fa406aaa150299d4f7bb39', '07e2d86f2b0641c4bb03e512a3eb0eac', NULL, NULL, 0, NULL, NULL, 'http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc,http://127.0.0.1:8090/authorized', '86400000000000', 't', 'f', 't', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "abbreviation", "access_token_format", "access_token_validity", "application_name", "application_type", "signing_algorithm", "authorization_grant_types", "client_authentication_methods", "client_id", "client_secret", "client_secret_expires_at", "homepage", "signature_algorithm", "jwk_set_url", "logo", "redirect_uris", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "create_by", "update_by", "authorization_code_validity", "client_id_issued_at", "device_code_validity", "post_logout_redirect_uris") VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', '2023-05-02 18:08:03.681', 0, '2023-05-16 14:21:59.97', 'Device认证模式测试客户端', 't', 0, 0, NULL, 0, '21600000000000', '客户端Device测试', 1, NULL, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', 'dcbbd793ee274e75822762728dcee91b', 'fccedb74fae1423d95f875c2b4b5d403', NULL, NULL, 0, NULL, NULL, 'http://127.0.0.1:8070/authorize', '86400000000000', 't', 'f', 't', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "abbreviation", "access_token_format", "access_token_validity", "application_name", "application_type", "signing_algorithm", "authorization_grant_types", "client_authentication_methods", "client_id", "client_secret", "client_secret_expires_at", "homepage", "signature_algorithm", "jwk_set_url", "logo", "redirect_uris", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "create_by", "update_by", "authorization_code_validity", "client_id_issued_at", "device_code_validity", "post_logout_redirect_uris") VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', '2022-03-18 18:51:00.191', 1, '2023-05-16 14:22:15.088', NULL, 't', 0, 0, 'Dante Cloud UI', 1, '7200000000000', '业务中台管理系统', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '14a9cf797931430896ad13a6b1855611', 'a05fe1fc50ed42a4990c6c6fc4bec398', '2024-12-31 00:00:00', NULL, 0, NULL, NULL, 'http://192.168.101.10:3000/authorization-code', '86400000000000', 't', 'f', 't', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "abbreviation", "access_token_format", "access_token_validity", "application_name", "application_type", "signing_algorithm", "authorization_grant_types", "client_authentication_methods", "client_id", "client_secret", "client_secret_expires_at", "homepage", "signature_algorithm", "jwk_set_url", "logo", "redirect_uris", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "create_by", "update_by", "authorization_code_validity", "client_id_issued_at", "device_code_validity", "post_logout_redirect_uris") VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', '2022-04-02 16:26:26.26', 0, '2023-05-16 14:22:26.293', NULL, 't', 0, 0, 'Dante Cloud UI(PKCE)', 1, '7200000000000', '业务中台管理系统(PKCE)', 0, NULL, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '67601992f3574c75809a3d79888bf16e', '3e62c1f9678a4dba81b31ad9f6ab8940', NULL, NULL, 0, NULL, NULL, 'http://192.168.101.10:8847/dante-cloud-upms/open/authorized', '864000000000000', 't', 't', 't', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', 'system', '2023-07-11 21:10:43.131', 0, 'system', '2023-07-11 21:32:26.429', NULL, 't', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:10:43.139532', NULL, NULL, 'http://192.168.101.10:9090/oauth_callback', 1, '86400000000000', NULL, '300000000000', 'e6684625e90848a5af0374c0006e1397', '95cb51b7ef7b4cf58d249b5dfd032a73', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'Minio Console', 'Minio 客户端', 1, NULL, NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.646', 0, 'system', '2023-07-13 11:55:34.646', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.647041', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '709776483077453b85b2af4f7949ed83', 'a0307033c5544392922d3d87dac26528', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'BPMN', '工作流程中心服务', 1, NULL, NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:32:05.791', 0, 'system', '2023-07-13 11:49:46.66', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:32:05.80196', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '8e0d16357b1a421aaae0292a3eb8bfaa', '8eb1a32c7c1c49ff8b45e84906d9b6d6', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'UPMS', '中台用户中心服务', 1, NULL, NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.106', 0, 'system', '2023-07-13 11:51:12.106', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.108696', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '25953fda237841689743a94871915661', 'a667ed5606f44e159db062239ed5a838', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'UAA', '中台认证中心服务', 1, NULL, NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.475', 0, 'system', '2023-07-13 11:52:29.475', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.476824', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '5e8a9dc4ade843b9953cdf3b108a0765', 'b2985ee0306145109078c3eec7d65926', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'MSG', '中台消息中心服务', 1, NULL, NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.111', 0, 'system', '2023-07-13 11:54:00.111', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.112398', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '7299d999f2d3478497f382450f9a35ba', '02895262878f45e8a16a15f68336f431', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'OSS', '对象存储中心服务', 1, NULL, '');
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', NULL, '2023-04-21 10:27:01.104', 0, 'system', '2023-05-16 14:21:37.476', '客户端常规测试', b'1', 0, 0, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc,http://127.0.0.1:8090/authorized', 0, '21600000000000', NULL, '300000000000', '35026971d1fa406aaa150299d4f7bb39', '07e2d86f2b0641c4bb03e512a3eb0eac', '300000000000', 0, NULL, '86400000000000', b'1', b'0', b'1', NULL, '客户端常规测试', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', NULL, '2023-05-02 18:08:03.681', 0, 'system', '2023-05-16 14:21:59.97', 'Device认证模式测试客户端', b'1', 0, 0, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://127.0.0.1:8070/authorize', 0, '21600000000000', NULL, '300000000000', 'dcbbd793ee274e75822762728dcee91b', 'fccedb74fae1423d95f875c2b4b5d403', '300000000000', 0, NULL, '86400000000000', b'1', b'0', b'1', NULL, '客户端Device测试', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', NULL, '2022-04-02 16:26:26.26', 0, 'system', '2023-05-16 14:22:26.293', NULL, b'1', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://192.168.101.10:8847/dante-cloud-upms/open/authorized', 1, '7200000000000', NULL, '300000000000', '67601992f3574c75809a3d79888bf16e', '3e62c1f9678a4dba81b31ad9f6ab8940', '300000000000', 0, NULL, '864000000000000', b'1', b'1', b'1', 'Dante Cloud UI(PKCE)', '业务中台管理系统(PKCE)', 0, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', 'system', '2023-07-11 21:10:43.131', 0, 'system', '2023-07-11 21:32:26.429', NULL, b'1', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:10:43.139532', NULL, NULL, 'http://192.168.101.10:9090/oauth_callback', 1, '86400000000000', NULL, '300000000000', 'e6684625e90848a5af0374c0006e1397', '95cb51b7ef7b4cf58d249b5dfd032a73', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'Minio Console', 'Minio 客户端', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.646', 0, 'system', '2023-07-13 11:55:34.646', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.647041', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '709776483077453b85b2af4f7949ed83', 'a0307033c5544392922d3d87dac26528', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'BPMN', '工作流程中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:32:05.791', 0, 'system', '2023-07-13 11:49:46.66', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:32:05.80196', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '8e0d16357b1a421aaae0292a3eb8bfaa', '8eb1a32c7c1c49ff8b45e84906d9b6d6', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'UPMS', '中台用户中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.106', 0, 'system', '2023-07-13 11:51:12.106', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.108696', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '25953fda237841689743a94871915661', 'a667ed5606f44e159db062239ed5a838', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'UAA', '中台认证中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.475', 0, 'system', '2023-07-13 11:52:29.475', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.476824', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '5e8a9dc4ade843b9953cdf3b108a0765', 'b2985ee0306145109078c3eec7d65926', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'MSG', '中台消息中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.111', 0, 'system', '2023-07-13 11:54:00.111', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.112398', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '7299d999f2d3478497f382450f9a35ba', '02895262878f45e8a16a15f68336f431', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'OSS', '对象存储中心服务', 1, NULL, '', b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', NULL, '2022-03-18 18:51:00.191', 1, 'system', '2023-05-16 14:22:15.088', NULL, b'1', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2023-05-16 15:10:24.311607', '2025-12-31 00:00:00', NULL, 'http://192.168.101.10:3000/authorization-code', 1, '7200000000000', 0, '300000000000', '14a9cf797931430896ad13a6b1855611', 'a05fe1fc50ed42a4990c6c6fc4bec398', '300000000000', 0, NULL, '86400000000000', b'1', b'0', b'1', 'Dante Cloud UI', '业务中台管理系统', 0, NULL, NULL, b'0', NULL);
 
 -- ----------------------------
 -- Table data for oauth2_registered_client
@@ -33,10 +32,10 @@ INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranki
 INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.55', 0, 'system', '2023-07-13 11:52:29.55', NULL, 'f', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.550804', NULL, '', '', '5e8a9dc4ade843b9953cdf3b108a0765', 'b5710185-4b80-4b18-a545-459a36938408', '{bcrypt}$2a$10$TKXzMCtx2xPvgFJrW7whReSOYicHmvsCJ78Ee5d/e43V.gLLQttrG', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
 INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.213', 0, 'system', '2023-07-13 11:54:00.213', NULL, 'f', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.213611', NULL, '', '', '7299d999f2d3478497f382450f9a35ba', '32a2c5c2-9453-443e-bae6-c316aa6ab897', '{bcrypt}$2a$10$.ljQGjRutm7yfo.elJyJCup/0dySoGmWbzQEWPmLL0IVoCsjOIvFW', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
 INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.718', 0, 'system', '2023-07-13 11:55:34.718', NULL, 'f', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.718575', NULL, '', '', '709776483077453b85b2af4f7949ed83', '642187a3-6754-40d5-903e-a21909e2e810', '{bcrypt}$2a$10$iDTHq.d1s3eWlQ9DVY.BeusRDSDQgGQiK6YvNyiJs0e3eOtEB.bPW', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO "oauth2_registered_client" ("id", "authorization_grant_types", "client_authentication_methods", "client_id", "client_id_issued_at", "client_name", "client_secret", "client_secret_expires_at", "client_settings", "post_logout_redirect_uris", "redirect_uris", "scopes", "token_settings") VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', 'dcbbd793ee274e75822762728dcee91b', '2023-05-02 18:08:03.771453', '7a5e1219-9f80-4142-897b-e3bda6135525', '{bcrypt}$2a$10$KURcfB6eUuzcaP6LNgDHS.yVw8.7yQUn7N/hnIXlTPhdOztltrs9K', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', 'http://127.0.0.1:8070/authorize', 'message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO "oauth2_registered_client" ("id", "authorization_grant_types", "client_authentication_methods", "client_id", "client_id_issued_at", "client_name", "client_secret", "client_secret_expires_at", "client_settings", "post_logout_redirect_uris", "redirect_uris", "scopes", "token_settings") VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '14a9cf797931430896ad13a6b1855611', '2022-03-18 18:51:00.373', 'dfe3e7bc-22e9-443f-a874-947494e20174', '{bcrypt}$2a$10$zMYASIL2zd0LKPcT5PQ8iOVZyuQDIRiI7Vuibj3brP0HybSsR5eKK', '2024-12-31 00:00:00', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-authorization-consent":true,"settings.client.token-endpoint-authentication-signing-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.client.require-proof-key":false}', '', 'http://192.168.101.10:3000/authorization-code', 'read-user-by-page,openid,client.create,profile,client.read', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO "oauth2_registered_client" ("id", "authorization_grant_types", "client_authentication_methods", "client_id", "client_id_issued_at", "client_name", "client_secret", "client_secret_expires_at", "client_settings", "post_logout_redirect_uris", "redirect_uris", "scopes", "token_settings") VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '67601992f3574c75809a3d79888bf16e', '2022-04-02 16:26:26.776', '422baa83-505c-436f-87b5-2a599e6d2d28', '{bcrypt}$2a$10$2T9TCcT.Sin/.UAPrQuG4e97gFgrvILXlByFoMBPCjtaFE36/b8jK', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":true,"settings.client.require-authorization-consent":true}', '', 'http://192.168.101.10:8847/dante-cloud-upms/open/authorized', 'read-user-by-page,openid,profile', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO "oauth2_registered_client" ("id", "authorization_grant_types", "client_authentication_methods", "client_id", "client_id_issued_at", "client_name", "client_secret", "client_secret_expires_at", "client_settings", "post_logout_redirect_uris", "redirect_uris", "scopes", "token_settings") VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '35026971d1fa406aaa150299d4f7bb39', '2023-04-21 10:27:01.175063', 'c2273230-21e4-49ed-ab8a-db2d357a897e', '{bcrypt}$2a$10$DhTXhrHUMP1cm1H.eHlLRuiq4osx00oHVlJE9O79RQLayk68UpzKe', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', 'http://127.0.0.1:8090/authorized,http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc', 'openid,profile,message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
+INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, 'f', 0, 0, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '2023-04-21 10:27:01.175063', NULL, '', 'http://127.0.0.1:8090/authorized,http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc', '35026971d1fa406aaa150299d4f7bb39', 'c2273230-21e4-49ed-ab8a-db2d357a897e', '{bcrypt}$2a$10$DhTXhrHUMP1cm1H.eHlLRuiq4osx00oHVlJE9O79RQLayk68UpzKe', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', 'openid,profile,message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
+INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, 'f', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2022-04-02 16:26:26.776', NULL, '', 'http://192.168.101.10:8847/dante-cloud-upms/open/authorized', '67601992f3574c75809a3d79888bf16e', '422baa83-505c-436f-87b5-2a599e6d2d28', '{bcrypt}$2a$10$2T9TCcT.Sin/.UAPrQuG4e97gFgrvILXlByFoMBPCjtaFE36/b8jK', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":true,"settings.client.require-authorization-consent":true}', 'read-user-by-page,openid,profile', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
+INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, 'f', 0, 0, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', '2023-05-02 18:08:03.771453', NULL, '', 'http://127.0.0.1:8070/authorize', 'dcbbd793ee274e75822762728dcee91b', '7a5e1219-9f80-4142-897b-e3bda6135525', '{bcrypt}$2a$10$KURcfB6eUuzcaP6LNgDHS.yVw8.7yQUn7N/hnIXlTPhdOztltrs9K', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', 'message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
+INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, 'f', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2022-03-18 18:51:00.373', '2025-12-31 00:00:00', '', 'http://192.168.101.10:3000/authorization-code', '14a9cf797931430896ad13a6b1855611', 'dfe3e7bc-22e9-443f-a874-947494e20174', '{bcrypt}$2a$10$zMYASIL2zd0LKPcT5PQ8iOVZyuQDIRiI7Vuibj3brP0HybSsR5eKK', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-authorization-consent":true,"settings.client.token-endpoint-authentication-signing-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.client.require-proof-key":false}', 'read-user-by-page,openid,client.create,profile,client.read', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
 
 -- ----------------------------
 -- Table data for oauth2_scope
diff --git a/services/dante-monomer-application/pom.xml b/services/dante-monomer-application/pom.xml
index bbd1e3571311577d647893946f59629936ec49a4..de76420ecea4c2ae2d12a30bf3692633876ad3e4 100644
--- a/services/dante-monomer-application/pom.xml
+++ b/services/dante-monomer-application/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.dromara.dante</groupId>
         <artifactId>services</artifactId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>dante-monomer-application</artifactId>
diff --git a/services/dante-monomer-application/src/main/resources/application.yml b/services/dante-monomer-application/src/main/resources/application.yml
index c66777b2784230db190bf86800626b0afae0d208..9ab5eb2ab7b41ac501e2feaad8155937c006a9c4 100644
--- a/services/dante-monomer-application/src/main/resources/application.yml
+++ b/services/dante-monomer-application/src/main/resources/application.yml
@@ -151,11 +151,11 @@ spring:
 
 springdoc:
   api-docs:
-    enabled: ${herodotus.switch.swagger.enabled}
+    enabled: ${herodotus.swagger.enabled}
     resolve-schema-properties: true
   swagger-ui:
     disable-swagger-default-url: true
-    enabled: ${herodotus.switch.swagger.enabled}
+    enabled: ${herodotus.swagger.enabled}
     operations-sorter: method
     show-common-extensions: true
     show-extensions: true
@@ -374,10 +374,10 @@ spring:
 
 springdoc:
   api-docs:
-    enabled: ${herodotus.switch.swagger.enabled}
+    enabled: ${herodotus.swagger.enabled}
     resolve-schema-properties: true
   swagger-ui:
-    enabled: ${herodotus.switch.swagger.enabled}
+    enabled: ${herodotus.swagger.enabled}
     disable-swagger-default-url: true
     operations-sorter: method
     show-common-extensions: true
diff --git a/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql b/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql
index 4f49a90453f1365dccba052e6c9787883db8c2d5..acc1e3e9d4843dfe195ea4409a851aa69f0b11f5 100644
--- a/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql
+++ b/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql
@@ -12,30 +12,30 @@
 -- ----------------------------
 -- Table data for oauth2_application
 -- ----------------------------
-INSERT INTO `oauth2_application` (`application_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `abbreviation`, `access_token_format`, `access_token_validity`, `application_name`, `application_type`, `signing_algorithm`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_secret`, `client_secret_expires_at`, `homepage`, `signature_algorithm`, `jwk_set_url`, `logo`, `redirect_uris`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `create_by`, `update_by`, `authorization_code_validity`, `client_id_issued_at`, `device_code_validity`, `post_logout_redirect_uris`) VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', '2023-04-21 10:27:01.104', 0, '2023-05-16 14:21:37.476', '客户端常规测试', b'1', 0, 0, NULL, 0, '21600000000000', '客户端常规测试', 1, NULL, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '35026971d1fa406aaa150299d4f7bb39', '07e2d86f2b0641c4bb03e512a3eb0eac', NULL, NULL, 0, NULL, NULL, 'http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc,http://127.0.0.1:8090/authorized', '86400000000000', b'1', b'0', b'1', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `abbreviation`, `access_token_format`, `access_token_validity`, `application_name`, `application_type`, `signing_algorithm`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_secret`, `client_secret_expires_at`, `homepage`, `signature_algorithm`, `jwk_set_url`, `logo`, `redirect_uris`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `create_by`, `update_by`, `authorization_code_validity`, `client_id_issued_at`, `device_code_validity`, `post_logout_redirect_uris`) VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', '2023-05-02 18:08:03.681', 0, '2023-05-16 14:21:59.97', 'Device认证模式测试客户端', b'1', 0, 0, NULL, 0, '21600000000000', '客户端Device测试', 1, NULL, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', 'dcbbd793ee274e75822762728dcee91b', 'fccedb74fae1423d95f875c2b4b5d403', NULL, NULL, 0, NULL, NULL, 'http://127.0.0.1:8070/authorize', '86400000000000', b'1', b'0', b'1', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `abbreviation`, `access_token_format`, `access_token_validity`, `application_name`, `application_type`, `signing_algorithm`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_secret`, `client_secret_expires_at`, `homepage`, `signature_algorithm`, `jwk_set_url`, `logo`, `redirect_uris`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `create_by`, `update_by`, `authorization_code_validity`, `client_id_issued_at`, `device_code_validity`, `post_logout_redirect_uris`) VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', '2022-03-18 18:51:00.191', 1, '2023-05-16 14:22:15.088', NULL, b'1', 0, 0, 'Dante Cloud UI', 1, '7200000000000', '业务中台管理系统', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '14a9cf797931430896ad13a6b1855611', 'a05fe1fc50ed42a4990c6c6fc4bec398', '2025-01-01 00:00:00', NULL, 0, NULL, NULL, 'http://192.168.101.10:3000/authorization-code', '86400000000000', b'1', b'0', b'1', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `abbreviation`, `access_token_format`, `access_token_validity`, `application_name`, `application_type`, `signing_algorithm`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_secret`, `client_secret_expires_at`, `homepage`, `signature_algorithm`, `jwk_set_url`, `logo`, `redirect_uris`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `create_by`, `update_by`, `authorization_code_validity`, `client_id_issued_at`, `device_code_validity`, `post_logout_redirect_uris`) VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', '2022-04-02 16:26:26.26', 0, '2023-05-16 14:22:26.293', NULL, b'1', 0, 0, 'Dante Cloud UI(PKCE)', 1, '7200000000000', '业务中台管理系统(PKCE)', 0, NULL, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '67601992f3574c75809a3d79888bf16e', '3e62c1f9678a4dba81b31ad9f6ab8940', NULL, NULL, 0, NULL, NULL, 'http://192.168.101.10:8847/dante-cloud-upms/open/authorized', '864000000000000', b'1', b'1', b'1', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', 'system', '2023-07-11 21:10:43.131', 0, 'system', '2023-07-11 21:32:26.429', NULL, b'1', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:10:43.139532', NULL, NULL, 'http://192.168.101.10:9090/oauth_callback', 1, '86400000000000', NULL, '300000000000', 'e6684625e90848a5af0374c0006e1397', '95cb51b7ef7b4cf58d249b5dfd032a73', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'Minio Console', 'Minio 客户端', 1, NULL, NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.646', 0, 'system', '2023-07-13 11:55:34.646', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.647041', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '709776483077453b85b2af4f7949ed83', 'a0307033c5544392922d3d87dac26528', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'BPMN', '工作流程中心服务', 1, NULL, NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:32:05.791', 0, 'system', '2023-07-13 11:49:46.66', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:32:05.80196', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '8e0d16357b1a421aaae0292a3eb8bfaa', '8eb1a32c7c1c49ff8b45e84906d9b6d6', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'UPMS', '中台用户中心服务', 1, NULL, NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.106', 0, 'system', '2023-07-13 11:51:12.106', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.108696', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '25953fda237841689743a94871915661', 'a667ed5606f44e159db062239ed5a838', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'UAA', '中台认证中心服务', 1, NULL, NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.475', 0, 'system', '2023-07-13 11:52:29.475', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.476824', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '5e8a9dc4ade843b9953cdf3b108a0765', 'b2985ee0306145109078c3eec7d65926', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'MSG', '中台消息中心服务', 1, NULL, NULL);
-INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`) VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.111', 0, 'system', '2023-07-13 11:54:00.111', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.112398', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '7299d999f2d3478497f382450f9a35ba', '02895262878f45e8a16a15f68336f431', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'OSS', '对象存储中心服务', 1, NULL, '');
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', NULL, '2023-04-21 10:27:01.104', 0, 'system', '2023-05-16 14:21:37.476', '客户端常规测试', b'1', 0, 0, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc,http://127.0.0.1:8090/authorized', 0, '21600000000000', NULL, '300000000000', '35026971d1fa406aaa150299d4f7bb39', '07e2d86f2b0641c4bb03e512a3eb0eac', '300000000000', 0, NULL, '86400000000000', b'1', b'0', b'1', NULL, '客户端常规测试', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', NULL, '2023-05-02 18:08:03.681', 0, 'system', '2023-05-16 14:21:59.97', 'Device认证模式测试客户端', b'1', 0, 0, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://127.0.0.1:8070/authorize', 0, '21600000000000', NULL, '300000000000', 'dcbbd793ee274e75822762728dcee91b', 'fccedb74fae1423d95f875c2b4b5d403', '300000000000', 0, NULL, '86400000000000', b'1', b'0', b'1', NULL, '客户端Device测试', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', NULL, '2022-04-02 16:26:26.26', 0, 'system', '2023-05-16 14:22:26.293', NULL, b'1', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://192.168.101.10:8847/herodotus-cloud-upms/open/authorized', 1, '7200000000000', NULL, '300000000000', '67601992f3574c75809a3d79888bf16e', '3e62c1f9678a4dba81b31ad9f6ab8940', '300000000000', 0, NULL, '864000000000000', b'1', b'1', b'1', 'Herodotus Cloud UI(PKCE)', '业务中台管理系统(PKCE)', 0, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', 'system', '2023-07-11 21:10:43.131', 0, 'system', '2023-07-11 21:32:26.429', NULL, b'1', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:10:43.139532', NULL, NULL, 'http://192.168.101.10:9090/oauth_callback', 1, '86400000000000', NULL, '300000000000', 'e6684625e90848a5af0374c0006e1397', '95cb51b7ef7b4cf58d249b5dfd032a73', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'Minio Console', 'Minio 客户端', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.646', 0, 'system', '2023-07-13 11:55:34.646', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.647041', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '709776483077453b85b2af4f7949ed83', 'a0307033c5544392922d3d87dac26528', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'BPMN', '工作流程中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:32:05.791', 0, 'system', '2023-07-13 11:49:46.66', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:32:05.80196', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '8e0d16357b1a421aaae0292a3eb8bfaa', '8eb1a32c7c1c49ff8b45e84906d9b6d6', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'UPMS', '中台用户中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.106', 0, 'system', '2023-07-13 11:51:12.106', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.108696', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '25953fda237841689743a94871915661', 'a667ed5606f44e159db062239ed5a838', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'UAA', '中台认证中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.475', 0, 'system', '2023-07-13 11:52:29.475', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.476824', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '5e8a9dc4ade843b9953cdf3b108a0765', 'b2985ee0306145109078c3eec7d65926', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'MSG', '中台消息中心服务', 1, NULL, NULL, b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.111', 0, 'system', '2023-07-13 11:54:00.111', NULL, b'1', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.112398', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '7299d999f2d3478497f382450f9a35ba', '02895262878f45e8a16a15f68336f431', '300000000000', 0, NULL, '864000000000000', b'1', b'0', b'1', 'OSS', '对象存储中心服务', 1, NULL, '', b'0', NULL);
+INSERT INTO `oauth2_application` (`application_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `access_token_format`, `access_token_validity`, `signing_algorithm`, `authorization_code_validity`, `client_id`, `client_secret`, `device_code_validity`, `signature_algorithm`, `jwk_set_url`, `refresh_token_validity`, `require_authorization_consent`, `require_proof_key`, `reuse_refresh_tokens`, `abbreviation`, `application_name`, `application_type`, `homepage`, `logo`, `bound_access_token`, `subject_dn`) VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', NULL, '2022-03-18 18:51:00.191', 1, 'system', '2023-05-16 14:22:15.088', NULL, b'1', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2023-05-16 15:10:24.311607', '2025-12-31 00:00:00', NULL, 'http://192.168.101.10:3000/authorization-code', 1, '7200000000000', 0, '300000000000', '14a9cf797931430896ad13a6b1855611', 'a05fe1fc50ed42a4990c6c6fc4bec398', '300000000000', 0, NULL, '86400000000000', b'1', b'0', b'1', 'Herodotus Cloud UI', '业务中台管理系统', 0, NULL, NULL, b'0', NULL);
 
 -- ----------------------------
 -- Table data for oauth2_registered_client
 -- ----------------------------
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', NULL, '2023-07-11 21:12:49.105', 0, 'system', '2023-07-11 21:32:26.509', NULL, b'0', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:12:49.10658', NULL, '', 'http://192.168.101.10:9090/oauth_callback', 'e6684625e90848a5af0374c0006e1397', '0571008d-6b9c-4694-9b51-aaef76d84526', '{bcrypt}$2a$10$XJHngI27S3CT5xlf5Q9TduKNxGFvNI3ZAcfwDfu1FBiWsqyLRuMF6', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', 'openid,profile', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:49:46.748', 0, 'system', '2023-07-13 11:49:46.748', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:49:46.754253', NULL, '', '', '8e0d16357b1a421aaae0292a3eb8bfaa', '034dd945-b531-4704-b6e7-dbc0e246353c', '{bcrypt}$2a$10$93FN3dyEIYTQKlfrmykhMew4f9Qu9ZzTCSavJpvDRgL8U2ouzg/OK', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.177', 0, 'system', '2023-07-13 11:51:12.177', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.177993', NULL, '', '', '25953fda237841689743a94871915661', '9cbc6782-5025-48e2-819f-adc9c7c36d45', '{bcrypt}$2a$10$EMmjtqAbYPRw0j9/n6W44eTKxR04KfBqPgvx7T24jQ8nG.r57JalO', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.55', 0, 'system', '2023-07-13 11:52:29.55', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.550804', NULL, '', '', '5e8a9dc4ade843b9953cdf3b108a0765', 'b5710185-4b80-4b18-a545-459a36938408', '{bcrypt}$2a$10$TKXzMCtx2xPvgFJrW7whReSOYicHmvsCJ78Ee5d/e43V.gLLQttrG', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.213', 0, 'system', '2023-07-13 11:54:00.213', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.213611', NULL, '', '', '7299d999f2d3478497f382450f9a35ba', '32a2c5c2-9453-443e-bae6-c316aa6ab897', '{bcrypt}$2a$10$.ljQGjRutm7yfo.elJyJCup/0dySoGmWbzQEWPmLL0IVoCsjOIvFW', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.718', 0, 'system', '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.718575', NULL, '', '', '709776483077453b85b2af4f7949ed83', '642187a3-6754-40d5-903e-a21909e2e810', '{bcrypt}$2a$10$iDTHq.d1s3eWlQ9DVY.BeusRDSDQgGQiK6YvNyiJs0e3eOtEB.bPW', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_id_issued_at`, `client_name`, `client_secret`, `client_secret_expires_at`, `client_settings`, `post_logout_redirect_uris`, `redirect_uris`, `scopes`, `token_settings`) VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', 'dcbbd793ee274e75822762728dcee91b', '2023-05-02 18:08:03.771453', '7a5e1219-9f80-4142-897b-e3bda6135525', '{bcrypt}$2a$10$KURcfB6eUuzcaP6LNgDHS.yVw8.7yQUn7N/hnIXlTPhdOztltrs9K', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', 'http://127.0.0.1:8070/authorize', 'message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_id_issued_at`, `client_name`, `client_secret`, `client_secret_expires_at`, `client_settings`, `post_logout_redirect_uris`, `redirect_uris`, `scopes`, `token_settings`) VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '14a9cf797931430896ad13a6b1855611', '2022-03-18 18:51:00.373', 'dfe3e7bc-22e9-443f-a874-947494e20174', '{bcrypt}$2a$10$zMYASIL2zd0LKPcT5PQ8iOVZyuQDIRiI7Vuibj3brP0HybSsR5eKK', '2025-01-01 00:00:00', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-authorization-consent":true,"settings.client.token-endpoint-authentication-signing-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.client.require-proof-key":false}', '', 'http://192.168.101.10:3000/authorization-code', 'read-user-by-page,openid,client.create,profile,client.read', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_id_issued_at`, `client_name`, `client_secret`, `client_secret_expires_at`, `client_settings`, `post_logout_redirect_uris`, `redirect_uris`, `scopes`, `token_settings`) VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '67601992f3574c75809a3d79888bf16e', '2022-04-02 16:26:26.776', '422baa83-505c-436f-87b5-2a599e6d2d28', '{bcrypt}$2a$10$2T9TCcT.Sin/.UAPrQuG4e97gFgrvILXlByFoMBPCjtaFE36/b8jK', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":true,"settings.client.require-authorization-consent":true}', '', 'http://192.168.101.10:8847/dante-cloud-upms/open/authorized', 'read-user-by-page,openid,profile', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO `oauth2_registered_client` (`id`, `authorization_grant_types`, `client_authentication_methods`, `client_id`, `client_id_issued_at`, `client_name`, `client_secret`, `client_secret_expires_at`, `client_settings`, `post_logout_redirect_uris`, `redirect_uris`, `scopes`, `token_settings`) VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '35026971d1fa406aaa150299d4f7bb39', '2023-04-21 10:27:01.175063', 'c2273230-21e4-49ed-ab8a-db2d357a897e', '{bcrypt}$2a$10$DhTXhrHUMP1cm1H.eHlLRuiq4osx00oHVlJE9O79RQLayk68UpzKe', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', 'http://127.0.0.1:8090/authorized,http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc', 'openid,profile,message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', NULL, '2023-07-11 21:12:49.105', 0, 'system', '2023-07-11 21:32:26.509', NULL, b'0', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:12:49.10658', NULL, '', 'http://192.168.101.10:9090/oauth_callback', 'e6684625e90848a5af0374c0006e1397', '0571008d-6b9c-4694-9b51-aaef76d84526', '{bcrypt}$2a$10$XJHngI27S3CT5xlf5Q9TduKNxGFvNI3ZAcfwDfu1FBiWsqyLRuMF6', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', 'openid,profile', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,86400.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:49:46.748', 0, 'system', '2023-07-13 11:49:46.748', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:49:46.754253', NULL, '', '', '8e0d16357b1a421aaae0292a3eb8bfaa', '034dd945-b531-4704-b6e7-dbc0e246353c', '{bcrypt}$2a$10$93FN3dyEIYTQKlfrmykhMew4f9Qu9ZzTCSavJpvDRgL8U2ouzg/OK', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', '', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,3600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.177', 0, 'system', '2023-07-13 11:51:12.177', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.177993', NULL, '', '', '25953fda237841689743a94871915661', '9cbc6782-5025-48e2-819f-adc9c7c36d45', '{bcrypt}$2a$10$EMmjtqAbYPRw0j9/n6W44eTKxR04KfBqPgvx7T24jQ8nG.r57JalO', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', '', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,3600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.55', 0, 'system', '2023-07-13 11:52:29.55', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.550804', NULL, '', '', '5e8a9dc4ade843b9953cdf3b108a0765', 'b5710185-4b80-4b18-a545-459a36938408', '{bcrypt}$2a$10$TKXzMCtx2xPvgFJrW7whReSOYicHmvsCJ78Ee5d/e43V.gLLQttrG', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', '', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,3600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.213', 0, 'system', '2023-07-13 11:54:00.213', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.213611', NULL, '', '', '7299d999f2d3478497f382450f9a35ba', '32a2c5c2-9453-443e-bae6-c316aa6ab897', '{bcrypt}$2a$10$.ljQGjRutm7yfo.elJyJCup/0dySoGmWbzQEWPmLL0IVoCsjOIvFW', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', '', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,3600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.718', 0, 'system', '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.718575', NULL, '', '', '709776483077453b85b2af4f7949ed83', '642187a3-6754-40d5-903e-a21909e2e810', '{bcrypt}$2a$10$iDTHq.d1s3eWlQ9DVY.BeusRDSDQgGQiK6YvNyiJs0e3eOtEB.bPW', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', '', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,3600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2022-03-18 18:51:00.373', '2025-12-31 00:00:00', '', 'http://192.168.101.10:3000/authorization-code', '14a9cf797931430896ad13a6b1855611', 'dfe3e7bc-22e9-443f-a874-947494e20174', '{bcrypt}$2a$10$zMYASIL2zd0LKPcT5PQ8iOVZyuQDIRiI7Vuibj3brP0HybSsR5eKK', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-authorization-consent`:true,`settings.client.token-endpoint-authentication-signing-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.client.require-proof-key`:false}', 'read-user-by-page,openid,client.create,profile,client.read', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,7200.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,86400.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', '2023-05-02 18:08:03.771453', NULL, '', 'http://127.0.0.1:8070/authorize', 'dcbbd793ee274e75822762728dcee91b', '7a5e1219-9f80-4142-897b-e3bda6135525', '{bcrypt}$2a$10$KURcfB6eUuzcaP6LNgDHS.yVw8.7yQUn7N/hnIXlTPhdOztltrs9K', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', 'message.read,message.write', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,21600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`self-contained`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,86400.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2022-04-02 16:26:26.776', NULL, '', 'http://192.168.101.10:8847/herodotus-cloud-upms/open/authorized', '67601992f3574c75809a3d79888bf16e', '422baa83-505c-436f-87b5-2a599e6d2d28', '{bcrypt}$2a$10$2T9TCcT.Sin/.UAPrQuG4e97gFgrvILXlByFoMBPCjtaFE36/b8jK', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:true,`settings.client.require-authorization-consent`:true}', 'read-user-by-page,openid,profile', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,7200.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`reference`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,864000.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
+INSERT INTO `oauth2_registered_client` (`id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `authorization_grant_types`, `client_authentication_methods`, `client_id_issued_at`, `client_secret_expires_at`, `post_logout_redirect_uris`, `redirect_uris`, `client_id`, `client_name`, `client_secret`, `client_settings`, `scopes`, `token_settings`) VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, b'0', 0, 0, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '2023-04-21 10:27:01.175063', NULL, '', 'http://127.0.0.1:8090/authorized,http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc', '35026971d1fa406aaa150299d4f7bb39', 'c2273230-21e4-49ed-ab8a-db2d357a897e', '{bcrypt}$2a$10$DhTXhrHUMP1cm1H.eHlLRuiq4osx00oHVlJE9O79RQLayk68UpzKe', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.client.require-proof-key`:false,`settings.client.require-authorization-consent`:true}', 'openid,profile,message.read,message.write', '{`@class`:`java.util.Collections$UnmodifiableMap`,`settings.token.reuse-refresh-tokens`:true,`settings.token.id-token-signature-algorithm`:[`org.springframework.security.oauth2.jose.jws.SignatureAlgorithm`,`RS256`],`settings.token.access-token-time-to-live`:[`java.time.Duration`,21600.000000000],`settings.token.access-token-format`:{`@class`:`org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat`,`value`:`self-contained`},`settings.token.refresh-token-time-to-live`:[`java.time.Duration`,86400.000000000],`settings.token.authorization-code-time-to-live`:[`java.time.Duration`,300.000000000],`settings.token.device-code-time-to-live`:[`java.time.Duration`,300.000000000]}');
 
 -- ----------------------------
 -- Table data for oauth2_scope
diff --git a/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql b/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql
index ed185ed1bbf46c04f66f9e6f650fd1cc8bf4e770..e88060397e24c73791ab612e945626dc500a42b7 100644
--- a/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql
+++ b/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql
@@ -12,16 +12,16 @@
 -- ----------------------------
 -- Table data for oauth2_application
 -- ----------------------------
-INSERT INTO "oauth2_application" ("application_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "abbreviation", "access_token_format", "access_token_validity", "application_name", "application_type", "signing_algorithm", "authorization_grant_types", "client_authentication_methods", "client_id", "client_secret", "client_secret_expires_at", "homepage", "signature_algorithm", "jwk_set_url", "logo", "redirect_uris", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "create_by", "update_by", "authorization_code_validity", "client_id_issued_at", "device_code_validity", "post_logout_redirect_uris") VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', '2023-04-21 10:27:01.104', 0, '2023-05-16 14:21:37.476', '客户端常规测试', 't', 0, 0, NULL, 0, '21600000000000', '客户端常规测试', 1, NULL, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '35026971d1fa406aaa150299d4f7bb39', '07e2d86f2b0641c4bb03e512a3eb0eac', NULL, NULL, 0, NULL, NULL, 'http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc,http://127.0.0.1:8090/authorized', '86400000000000', 't', 'f', 't', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "abbreviation", "access_token_format", "access_token_validity", "application_name", "application_type", "signing_algorithm", "authorization_grant_types", "client_authentication_methods", "client_id", "client_secret", "client_secret_expires_at", "homepage", "signature_algorithm", "jwk_set_url", "logo", "redirect_uris", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "create_by", "update_by", "authorization_code_validity", "client_id_issued_at", "device_code_validity", "post_logout_redirect_uris") VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', '2023-05-02 18:08:03.681', 0, '2023-05-16 14:21:59.97', 'Device认证模式测试客户端', 't', 0, 0, NULL, 0, '21600000000000', '客户端Device测试', 1, NULL, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', 'dcbbd793ee274e75822762728dcee91b', 'fccedb74fae1423d95f875c2b4b5d403', NULL, NULL, 0, NULL, NULL, 'http://127.0.0.1:8070/authorize', '86400000000000', 't', 'f', 't', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "abbreviation", "access_token_format", "access_token_validity", "application_name", "application_type", "signing_algorithm", "authorization_grant_types", "client_authentication_methods", "client_id", "client_secret", "client_secret_expires_at", "homepage", "signature_algorithm", "jwk_set_url", "logo", "redirect_uris", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "create_by", "update_by", "authorization_code_validity", "client_id_issued_at", "device_code_validity", "post_logout_redirect_uris") VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', '2022-03-18 18:51:00.191', 1, '2023-05-16 14:22:15.088', NULL, 't', 0, 0, 'Herodotus Cloud UI', 1, '7200000000000', '业务中台管理系统', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '14a9cf797931430896ad13a6b1855611', 'a05fe1fc50ed42a4990c6c6fc4bec398', '2025-01-01 00:00:00', NULL, 0, NULL, NULL, 'http://192.168.101.10:3000/authorization-code', '86400000000000', 't', 'f', 't', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "abbreviation", "access_token_format", "access_token_validity", "application_name", "application_type", "signing_algorithm", "authorization_grant_types", "client_authentication_methods", "client_id", "client_secret", "client_secret_expires_at", "homepage", "signature_algorithm", "jwk_set_url", "logo", "redirect_uris", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "create_by", "update_by", "authorization_code_validity", "client_id_issued_at", "device_code_validity", "post_logout_redirect_uris") VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', '2022-04-02 16:26:26.26', 0, '2023-05-16 14:22:26.293', NULL, 't', 0, 0, 'Herodotus Cloud UI(PKCE)', 1, '7200000000000', '业务中台管理系统(PKCE)', 0, NULL, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '67601992f3574c75809a3d79888bf16e', '3e62c1f9678a4dba81b31ad9f6ab8940', NULL, NULL, 0, NULL, NULL, 'http://192.168.101.10:8847/herodotus-cloud-upms/open/authorized', '864000000000000', 't', 't', 't', NULL, 'system', '300000000000', '2023-05-16 15:10:24.311607', '300000000000', NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', 'system', '2023-07-11 21:10:43.131', 0, 'system', '2023-07-11 21:32:26.429', NULL, 't', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:10:43.139532', NULL, NULL, 'http://192.168.101.10:9090/oauth_callback', 1, '86400000000000', NULL, '300000000000', 'e6684625e90848a5af0374c0006e1397', '95cb51b7ef7b4cf58d249b5dfd032a73', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'Minio Console', 'Minio 客户端', 1, NULL, NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.646', 0, 'system', '2023-07-13 11:55:34.646', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.647041', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '709776483077453b85b2af4f7949ed83', 'a0307033c5544392922d3d87dac26528', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'BPMN', '工作流程中心服务', 1, NULL, NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:32:05.791', 0, 'system', '2023-07-13 11:49:46.66', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:32:05.80196', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '8e0d16357b1a421aaae0292a3eb8bfaa', '8eb1a32c7c1c49ff8b45e84906d9b6d6', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'UPMS', '中台用户中心服务', 1, NULL, NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.106', 0, 'system', '2023-07-13 11:51:12.106', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.108696', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '25953fda237841689743a94871915661', 'a667ed5606f44e159db062239ed5a838', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'UAA', '中台认证中心服务', 1, NULL, NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.475', 0, 'system', '2023-07-13 11:52:29.475', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.476824', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '5e8a9dc4ade843b9953cdf3b108a0765', 'b2985ee0306145109078c3eec7d65926', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'MSG', '中台消息中心服务', 1, NULL, NULL);
-INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo") VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.111', 0, 'system', '2023-07-13 11:54:00.111', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.112398', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '7299d999f2d3478497f382450f9a35ba', '02895262878f45e8a16a15f68336f431', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'OSS', '对象存储中心服务', 1, NULL, '');
+INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo", "bound_access_token", "subject_dn") VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', NULL, '2023-04-21 10:27:01.104', 0, 'system', '2023-05-16 14:21:37.476', '客户端常规测试', 't', 0, 0, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc,http://127.0.0.1:8090/authorized', 0, '21600000000000', NULL, '300000000000', '35026971d1fa406aaa150299d4f7bb39', '07e2d86f2b0641c4bb03e512a3eb0eac', '300000000000', 0, NULL, '86400000000000', 't', 'f', 't', NULL, '客户端常规测试', 1, NULL, NULL, 'f', NULL);
+INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo", "bound_access_token", "subject_dn") VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', NULL, '2023-05-02 18:08:03.681', 0, 'system', '2023-05-16 14:21:59.97', 'Device认证模式测试客户端', 't', 0, 0, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://127.0.0.1:8070/authorize', 0, '21600000000000', NULL, '300000000000', 'dcbbd793ee274e75822762728dcee91b', 'fccedb74fae1423d95f875c2b4b5d403', '300000000000', 0, NULL, '86400000000000', 't', 'f', 't', NULL, '客户端Device测试', 1, NULL, NULL, 'f', NULL);
+INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo", "bound_access_token", "subject_dn") VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', NULL, '2022-04-02 16:26:26.26', 0, 'system', '2023-05-16 14:22:26.293', NULL, 't', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2023-05-16 15:10:24.311607', NULL, NULL, 'http://192.168.101.10:8847/herodotus-cloud-upms/open/authorized', 1, '7200000000000', NULL, '300000000000', '67601992f3574c75809a3d79888bf16e', '3e62c1f9678a4dba81b31ad9f6ab8940', '300000000000', 0, NULL, '864000000000000', 't', 't', 't', 'Herodotus Cloud UI(PKCE)', '业务中台管理系统(PKCE)', 0, NULL, NULL, 'f', NULL);
+INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo", "bound_access_token", "subject_dn") VALUES ('0571008d-6b9c-4694-9b51-aaef76d84526', 'system', '2023-07-11 21:10:43.131', 0, 'system', '2023-07-11 21:32:26.429', NULL, 't', 0, 0, 'refresh_token,client_credentials,authorization_code', 'client_secret_post,client_secret_jwt,client_secret_basic', '2023-07-11 21:10:43.139532', NULL, NULL, 'http://192.168.101.10:9090/oauth_callback', 1, '86400000000000', NULL, '300000000000', 'e6684625e90848a5af0374c0006e1397', '95cb51b7ef7b4cf58d249b5dfd032a73', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'Minio Console', 'Minio 客户端', 1, NULL, NULL, 'f', NULL);
+INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo", "bound_access_token", "subject_dn") VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.646', 0, 'system', '2023-07-13 11:55:34.646', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.647041', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '709776483077453b85b2af4f7949ed83', 'a0307033c5544392922d3d87dac26528', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'BPMN', '工作流程中心服务', 1, NULL, NULL, 'f', NULL);
+INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo", "bound_access_token", "subject_dn") VALUES ('034dd945-b531-4704-b6e7-dbc0e246353c', 'system', '2023-07-13 11:32:05.791', 0, 'system', '2023-07-13 11:49:46.66', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:32:05.80196', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '8e0d16357b1a421aaae0292a3eb8bfaa', '8eb1a32c7c1c49ff8b45e84906d9b6d6', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'UPMS', '中台用户中心服务', 1, NULL, NULL, 'f', NULL);
+INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo", "bound_access_token", "subject_dn") VALUES ('9cbc6782-5025-48e2-819f-adc9c7c36d45', 'system', '2023-07-13 11:51:12.106', 0, 'system', '2023-07-13 11:51:12.106', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:51:12.108696', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '25953fda237841689743a94871915661', 'a667ed5606f44e159db062239ed5a838', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'UAA', '中台认证中心服务', 1, NULL, NULL, 'f', NULL);
+INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo", "bound_access_token", "subject_dn") VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.475', 0, 'system', '2023-07-13 11:52:29.475', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.476824', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '5e8a9dc4ade843b9953cdf3b108a0765', 'b2985ee0306145109078c3eec7d65926', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'MSG', '中台消息中心服务', 1, NULL, NULL, 'f', NULL);
+INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo", "bound_access_token", "subject_dn") VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.111', 0, 'system', '2023-07-13 11:54:00.111', NULL, 't', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.112398', NULL, NULL, NULL, 1, '3600000000000', NULL, '300000000000', '7299d999f2d3478497f382450f9a35ba', '02895262878f45e8a16a15f68336f431', '300000000000', 0, NULL, '864000000000000', 't', 'f', 't', 'OSS', '对象存储中心服务', 1, NULL, '', 'f', NULL);
+INSERT INTO "oauth2_application" ("application_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "access_token_format", "access_token_validity", "signing_algorithm", "authorization_code_validity", "client_id", "client_secret", "device_code_validity", "signature_algorithm", "jwk_set_url", "refresh_token_validity", "require_authorization_consent", "require_proof_key", "reuse_refresh_tokens", "abbreviation", "application_name", "application_type", "homepage", "logo", "bound_access_token", "subject_dn") VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', NULL, '2022-03-18 18:51:00.191', 1, 'system', '2023-05-16 14:22:15.088', NULL, 't', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2023-05-16 15:10:24.311607', '2025-12-31 00:00:00', NULL, 'http://192.168.101.10:3000/authorization-code', 1, '7200000000000', 0, '300000000000', '14a9cf797931430896ad13a6b1855611', 'a05fe1fc50ed42a4990c6c6fc4bec398', '300000000000', 0, NULL, '86400000000000', 't', 'f', 't', 'Herodotus Cloud UI', '业务中台管理系统', 0, NULL, NULL, 'f', NULL);
 
 -- ----------------------------
 -- Table data for oauth2_registered_client
@@ -32,10 +32,10 @@ INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranki
 INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('b5710185-4b80-4b18-a545-459a36938408', 'system', '2023-07-13 11:52:29.55', 0, 'system', '2023-07-13 11:52:29.55', NULL, 'f', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:52:29.550804', NULL, '', '', '5e8a9dc4ade843b9953cdf3b108a0765', 'b5710185-4b80-4b18-a545-459a36938408', '{bcrypt}$2a$10$TKXzMCtx2xPvgFJrW7whReSOYicHmvsCJ78Ee5d/e43V.gLLQttrG', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
 INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('32a2c5c2-9453-443e-bae6-c316aa6ab897', 'system', '2023-07-13 11:54:00.213', 0, 'system', '2023-07-13 11:54:00.213', NULL, 'f', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:54:00.213611', NULL, '', '', '7299d999f2d3478497f382450f9a35ba', '32a2c5c2-9453-443e-bae6-c316aa6ab897', '{bcrypt}$2a$10$.ljQGjRutm7yfo.elJyJCup/0dySoGmWbzQEWPmLL0IVoCsjOIvFW', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
 INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('642187a3-6754-40d5-903e-a21909e2e810', 'system', '2023-07-13 11:55:34.718', 0, 'system', '2023-07-13 11:55:34.718', NULL, 'f', 0, 0, 'refresh_token,client_credentials,password', 'client_secret_post,client_secret_basic', '2023-07-13 11:55:34.718575', NULL, '', '', '709776483077453b85b2af4f7949ed83', '642187a3-6754-40d5-903e-a21909e2e810', '{bcrypt}$2a$10$iDTHq.d1s3eWlQ9DVY.BeusRDSDQgGQiK6YvNyiJs0e3eOtEB.bPW', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",3600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO "oauth2_registered_client" ("id", "authorization_grant_types", "client_authentication_methods", "client_id", "client_id_issued_at", "client_name", "client_secret", "client_secret_expires_at", "client_settings", "post_logout_redirect_uris", "redirect_uris", "scopes", "token_settings") VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', 'dcbbd793ee274e75822762728dcee91b', '2023-05-02 18:08:03.771453', '7a5e1219-9f80-4142-897b-e3bda6135525', '{bcrypt}$2a$10$KURcfB6eUuzcaP6LNgDHS.yVw8.7yQUn7N/hnIXlTPhdOztltrs9K', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', 'http://127.0.0.1:8070/authorize', 'message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO "oauth2_registered_client" ("id", "authorization_grant_types", "client_authentication_methods", "client_id", "client_id_issued_at", "client_name", "client_secret", "client_secret_expires_at", "client_settings", "post_logout_redirect_uris", "redirect_uris", "scopes", "token_settings") VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '14a9cf797931430896ad13a6b1855611', '2022-03-18 18:51:00.373', 'dfe3e7bc-22e9-443f-a874-947494e20174', '{bcrypt}$2a$10$zMYASIL2zd0LKPcT5PQ8iOVZyuQDIRiI7Vuibj3brP0HybSsR5eKK', '2025-01-01 00:00:00', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-authorization-consent":true,"settings.client.token-endpoint-authentication-signing-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.client.require-proof-key":false}', '', 'http://192.168.101.10:3000/authorization-code', 'read-user-by-page,openid,client.create,profile,client.read', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO "oauth2_registered_client" ("id", "authorization_grant_types", "client_authentication_methods", "client_id", "client_id_issued_at", "client_name", "client_secret", "client_secret_expires_at", "client_settings", "post_logout_redirect_uris", "redirect_uris", "scopes", "token_settings") VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '67601992f3574c75809a3d79888bf16e', '2022-04-02 16:26:26.776', '422baa83-505c-436f-87b5-2a599e6d2d28', '{bcrypt}$2a$10$2T9TCcT.Sin/.UAPrQuG4e97gFgrvILXlByFoMBPCjtaFE36/b8jK', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":true,"settings.client.require-authorization-consent":true}', '', 'http://192.168.101.10:8847/herodotus-cloud-upms/open/authorized', 'read-user-by-page,openid,profile', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
-INSERT INTO "oauth2_registered_client" ("id", "authorization_grant_types", "client_authentication_methods", "client_id", "client_id_issued_at", "client_name", "client_secret", "client_secret_expires_at", "client_settings", "post_logout_redirect_uris", "redirect_uris", "scopes", "token_settings") VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '35026971d1fa406aaa150299d4f7bb39', '2023-04-21 10:27:01.175063', 'c2273230-21e4-49ed-ab8a-db2d357a897e', '{bcrypt}$2a$10$DhTXhrHUMP1cm1H.eHlLRuiq4osx00oHVlJE9O79RQLayk68UpzKe', NULL, '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', '', 'http://127.0.0.1:8090/authorized,http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc', 'openid,profile,message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
+INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('dfe3e7bc-22e9-443f-a874-947494e20174', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, 'f', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2022-03-18 18:51:00.373', '2025-12-31 00:00:00', '', 'http://192.168.101.10:3000/authorization-code', '14a9cf797931430896ad13a6b1855611', 'dfe3e7bc-22e9-443f-a874-947494e20174', '{bcrypt}$2a$10$zMYASIL2zd0LKPcT5PQ8iOVZyuQDIRiI7Vuibj3brP0HybSsR5eKK', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-authorization-consent":true,"settings.client.token-endpoint-authentication-signing-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.client.require-proof-key":false}', 'read-user-by-page,openid,client.create,profile,client.read', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
+INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('7a5e1219-9f80-4142-897b-e3bda6135525', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, 'f', 0, 0, 'refresh_token,urn:ietf:params:oauth:grant-type:device_code', 'none,client_secret_basic', '2023-05-02 18:08:03.771453', NULL, '', 'http://127.0.0.1:8070/authorize', 'dcbbd793ee274e75822762728dcee91b', '7a5e1219-9f80-4142-897b-e3bda6135525', '{bcrypt}$2a$10$KURcfB6eUuzcaP6LNgDHS.yVw8.7yQUn7N/hnIXlTPhdOztltrs9K', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', 'message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
+INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('422baa83-505c-436f-87b5-2a599e6d2d28', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, 'f', 0, 0, 'refresh_token,password,client_credentials,authorization_code,social_credentials', 'client_secret_post,client_secret_basic', '2022-04-02 16:26:26.776', NULL, '', 'http://192.168.101.10:8847/herodotus-cloud-upms/open/authorized', '67601992f3574c75809a3d79888bf16e', '422baa83-505c-436f-87b5-2a599e6d2d28', '{bcrypt}$2a$10$2T9TCcT.Sin/.UAPrQuG4e97gFgrvILXlByFoMBPCjtaFE36/b8jK', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":true,"settings.client.require-authorization-consent":true}', 'read-user-by-page,openid,profile', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",7200.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"reference"},"settings.token.refresh-token-time-to-live":["java.time.Duration",864000.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
+INSERT INTO "oauth2_registered_client" ("id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "authorization_grant_types", "client_authentication_methods", "client_id_issued_at", "client_secret_expires_at", "post_logout_redirect_uris", "redirect_uris", "client_id", "client_name", "client_secret", "client_settings", "scopes", "token_settings") VALUES ('c2273230-21e4-49ed-ab8a-db2d357a897e', NULL, '2023-07-13 11:55:34.718', 0, NULL, '2023-07-13 11:55:34.718', NULL, 'f', 0, 0, 'refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:device_code,authorization_code,urn:ietf:params:oauth:grant-type:jwt-bearer', 'client_secret_post,private_key_jwt,client_secret_jwt,none,client_secret_basic', '2023-04-21 10:27:01.175063', NULL, '', 'http://127.0.0.1:8090/authorized,http://127.0.0.1:8090/login/oauth2/code/messaging-client-oidc', '35026971d1fa406aaa150299d4f7bb39', 'c2273230-21e4-49ed-ab8a-db2d357a897e', '{bcrypt}$2a$10$DhTXhrHUMP1cm1H.eHlLRuiq4osx00oHVlJE9O79RQLayk68UpzKe', '{"@class":"java.util.Collections$UnmodifiableMap","settings.client.require-proof-key":false,"settings.client.require-authorization-consent":true}', 'openid,profile,message.read,message.write', '{"@class":"java.util.Collections$UnmodifiableMap","settings.token.reuse-refresh-tokens":true,"settings.token.id-token-signature-algorithm":["org.springframework.security.oauth2.jose.jws.SignatureAlgorithm","RS256"],"settings.token.access-token-time-to-live":["java.time.Duration",21600.000000000],"settings.token.access-token-format":{"@class":"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat","value":"self-contained"},"settings.token.refresh-token-time-to-live":["java.time.Duration",86400.000000000],"settings.token.authorization-code-time-to-live":["java.time.Duration",300.000000000],"settings.token.device-code-time-to-live":["java.time.Duration",300.000000000]}');
 
 -- ----------------------------
 -- Table data for oauth2_scope
diff --git a/services/pom.xml b/services/pom.xml
index c7d088380c2228777149c214957ce98d99a6f1ea..fd3672de1f63a2251b18d70d655f9785af9f3d4e 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <artifactId>dante-cloud</artifactId>
         <groupId>org.dromara.dante</groupId>
-        <version>3.4.0.1</version>
+        <version>3.4.1.0</version>
     </parent>
 
     <artifactId>services</artifactId>