From add352dadf9ed5ef0f3ef74861c8e72de72124aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Sun, 15 Dec 2024 15:30:49 +0800 Subject: [PATCH 1/3] =?UTF-8?q?[=E5=8D=87=E7=BA=A7]=20minio=20docker=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E8=87=B3?= =?UTF-8?q?=20RELEASE.2024-12-13T22-19-12Z?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docker/docker-compose/linux/herodotus/env.oss.yml | 2 +- .../docker/docker-compose/windows/herodotus/env.oss.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml index be5d5db0..9c143486 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-13T22-19-12Z container_name: minio hostname: minio ports: diff --git a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml index 8b782fa9..fcf69f14 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-13T22-19-12Z container_name: minio hostname: minio ports: From ec204698dc43f92dd3cc1390165bdad6d6405ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Sat, 21 Dec 2024 11:20:17 +0800 Subject: [PATCH 2/3] =?UTF-8?q?[=E5=8D=87=E7=BA=A7]=20minio=20docker=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E8=87=B3?= =?UTF-8?q?=20RELEASE.2024-12-18T13-15-44Z?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docker/docker-compose/linux/herodotus/env.oss.yml | 2 +- .../docker/docker-compose/windows/herodotus/env.oss.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml index 9c143486..d0b04f34 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-12-13T22-19-12Z + 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.oss.yml b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml index fcf69f14..69711732 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-12-13T22-19-12Z + image: quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z container_name: minio hostname: minio ports: From 6cc76c974734eb9b67ae3a1f9add4e86b2a8aad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Mon, 23 Dec 2024 23:23:32 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20feat:=20v3.4.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 主要更新 - [升级] Spring Boot 版本升级至 3.4.1 - [升级] Spring Authorization Server 版本升级至 1.4.1 - 主要更新 - [修复] 修复 Spring Authorization Server 核心数据 AccessTokenType 未保存问题。 - [修复] 修复缺失 Spring Authorization Server TLS 相关控制属性问题 - [修复] 修复前端工程升级至 Vite6 后编译出错问题 - [修复] 修复前端使用新版 Vite 编译后样式引入错误,提示需要安装模块问题。 - [修复] 修复单体版本 Swagger 配置错误导致启动异常问题 - [修复] 修复数据库初始化脚本错误 - [优化] 采用 JDK 17 新语法优化 Spring Authorization Server 核心服务代码 - [安全] 修复安全漏洞 CVE-2024-47535 - [安全] 修复安全漏洞 CVE-2024-12798 - [升级] minio docker 镜像版本升级至 RELEASE.2024-12-18T13-15-44Z - 其它更新 - [升级] alipay-sdk-java 版本升级至 4.40.21.ALL - [升级] aws-java-sdk-s3 版本升级至 1.12.780 - [升级] quasar webjars 版本升级至 2.17.5 - [升级] redisson 版本升级至 3.41.0 - [升级] sweetalert2 webjars 版本升级至 11.15.3 - [升级] lettuce 版本升级至 6.5.1.RELEASE - [升级] logback 版本升级至 1.5.15 --- README.md | 23 +++++----- .../nacos_config_export_20241213160041.zip | Bin 0 -> 12637 bytes .../3.4.1.0/polaris_config_202405311904.zip | Bin 0 -> 13280 bytes .../docker-compose/linux/herodotus/.env | 2 +- .../docker-compose/windows/herodotus/.env | 2 +- dependencies/pom.xml | 2 +- modules/dante-module-common/pom.xml | 2 +- modules/dante-module-metadata/pom.xml | 2 +- modules/dante-module-social/pom.xml | 2 +- modules/dante-module-strategy/pom.xml | 2 +- modules/dante-monomer-autoconfigure/pom.xml | 2 +- modules/pom.xml | 2 +- .../pom.xml | 2 +- packages/facility-spring-boot-starter/pom.xml | 2 +- packages/pom.xml | 2 +- packages/service-spring-boot-starter/pom.xml | 2 +- platform/dante-cloud-gateway/pom.xml | 2 +- platform/dante-cloud-message/pom.xml | 2 +- platform/dante-cloud-monitor/pom.xml | 4 +- platform/dante-cloud-uaa/pom.xml | 2 +- platform/dante-cloud-upms/pom.xml | 4 +- platform/pom.xml | 2 +- pom.xml | 2 +- services/dante-cloud-bpmn-ability/pom.xml | 4 +- services/dante-cloud-bpmn-logic/pom.xml | 2 +- services/dante-cloud-oss-ability/pom.xml | 2 +- .../main/resources/sqls/oss-data-mysql.sql | 40 +++++++++--------- .../resources/sqls/oss-data-postgresql.sql | 29 ++++++------- services/dante-monomer-application/pom.xml | 2 +- .../src/main/resources/application.yml | 8 ++-- .../main/resources/sqls/oss-data-mysql.sql | 40 +++++++++--------- .../resources/sqls/oss-data-postgresql.sql | 28 ++++++------ services/pom.xml | 2 +- 33 files changed, 112 insertions(+), 112 deletions(-) create mode 100644 configurations/backup/alibaba/3.4.1.0/nacos_config_export_20241213160041.zip create mode 100644 configurations/backup/tencent/3.4.1.0/polaris_config_202405311904.zip diff --git a/README.md b/README.md index 91cc52e9..64a7c321 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,17 @@ ---

- Spring Authorization Server 1.4.0 - Spring Boot 3.4.0 + Spring Authorization Server 1.4.1 + 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-SNAPSHOT Nacos 2.4.3

- Version 3.4.0.1 - Dante Engine 3.4.0.1 - Dante OSS 3.4.0.1 + Version 3.4.1.0 + Dante Engine 3.4.1.0 + Dante OSS 3.4.1.0 Java 17 License Apache 2.0 Total Visits @@ -29,8 +29,9 @@ Gitcode 仓库   |   Github 仓库   |   Gitee 仓库   |   - 旧版文档   |   - 新版文档 + 开源版本文档   |   + 开源备用文档   |   + 企业版本文档

如果您觉得有帮助,请点右上角 "Star" 支持一下,谢谢!

@@ -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 GIT binary patch literal 12637 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 literal 0 HcmV?d00001 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 GIT binary patch literal 13280 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 F{|`7JE_46@ literal 0 HcmV?d00001 diff --git a/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env index 171c83ba..18607161 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/windows/herodotus/.env b/configurations/docker/docker-compose/windows/herodotus/.env index 017d4353..487e5b87 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/dependencies/pom.xml b/dependencies/pom.xml index 5858ad10..7fefab03 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.engine dependencies - 3.4.0.1 + 3.4.1.0 diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml index 71e9b51b..66858b91 100644 --- a/modules/dante-module-common/pom.xml +++ b/modules/dante-module-common/pom.xml @@ -32,7 +32,7 @@ modules org.dromara.dante - 3.4.0.1 + 3.4.1.0 dante-module-common diff --git a/modules/dante-module-metadata/pom.xml b/modules/dante-module-metadata/pom.xml index ed635a7b..571afdef 100644 --- a/modules/dante-module-metadata/pom.xml +++ b/modules/dante-module-metadata/pom.xml @@ -32,7 +32,7 @@ modules org.dromara.dante - 3.4.0.1 + 3.4.1.0 dante-module-metadata diff --git a/modules/dante-module-social/pom.xml b/modules/dante-module-social/pom.xml index 828cb3d7..ffc561e0 100644 --- a/modules/dante-module-social/pom.xml +++ b/modules/dante-module-social/pom.xml @@ -32,7 +32,7 @@ modules org.dromara.dante - 3.4.0.1 + 3.4.1.0 dante-module-social diff --git a/modules/dante-module-strategy/pom.xml b/modules/dante-module-strategy/pom.xml index e668cea0..9af7734d 100644 --- a/modules/dante-module-strategy/pom.xml +++ b/modules/dante-module-strategy/pom.xml @@ -32,7 +32,7 @@ modules org.dromara.dante - 3.4.0.1 + 3.4.1.0 dante-module-strategy diff --git a/modules/dante-monomer-autoconfigure/pom.xml b/modules/dante-monomer-autoconfigure/pom.xml index 64904d47..2d67e1cd 100644 --- a/modules/dante-monomer-autoconfigure/pom.xml +++ b/modules/dante-monomer-autoconfigure/pom.xml @@ -27,7 +27,7 @@ org.dromara.dante modules - 3.4.0.1 + 3.4.1.0 dante-monomer-autoconfigure diff --git a/modules/pom.xml b/modules/pom.xml index 3c1bdca4..9980a641 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -32,7 +32,7 @@ dante-cloud org.dromara.dante - 3.4.0.1 + 3.4.1.0 modules diff --git a/packages/authentication-spring-boot-starter/pom.xml b/packages/authentication-spring-boot-starter/pom.xml index 3901de9b..52fb3ec2 100644 --- a/packages/authentication-spring-boot-starter/pom.xml +++ b/packages/authentication-spring-boot-starter/pom.xml @@ -32,7 +32,7 @@ packages org.dromara.dante - 3.4.0.1 + 3.4.1.0 authentication-spring-boot-starter diff --git a/packages/facility-spring-boot-starter/pom.xml b/packages/facility-spring-boot-starter/pom.xml index 193d89d1..b6cbbae3 100644 --- a/packages/facility-spring-boot-starter/pom.xml +++ b/packages/facility-spring-boot-starter/pom.xml @@ -30,7 +30,7 @@ packages org.dromara.dante - 3.4.0.1 + 3.4.1.0 4.0.0 diff --git a/packages/pom.xml b/packages/pom.xml index b2334058..3ea88f9b 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -32,7 +32,7 @@ dante-cloud org.dromara.dante - 3.4.0.1 + 3.4.1.0 packages diff --git a/packages/service-spring-boot-starter/pom.xml b/packages/service-spring-boot-starter/pom.xml index 8a6e9e9d..53ce479d 100644 --- a/packages/service-spring-boot-starter/pom.xml +++ b/packages/service-spring-boot-starter/pom.xml @@ -32,7 +32,7 @@ packages org.dromara.dante - 3.4.0.1 + 3.4.1.0 service-spring-boot-starter diff --git a/platform/dante-cloud-gateway/pom.xml b/platform/dante-cloud-gateway/pom.xml index ae25f3bf..dbb44d83 100644 --- a/platform/dante-cloud-gateway/pom.xml +++ b/platform/dante-cloud-gateway/pom.xml @@ -32,7 +32,7 @@ platform org.dromara.dante - 3.4.0.1 + 3.4.1.0 dante-cloud-gateway diff --git a/platform/dante-cloud-message/pom.xml b/platform/dante-cloud-message/pom.xml index 71f5ca99..61889af1 100644 --- a/platform/dante-cloud-message/pom.xml +++ b/platform/dante-cloud-message/pom.xml @@ -31,7 +31,7 @@ org.dromara.dante platform - 3.4.0.1 + 3.4.1.0 dante-cloud-message diff --git a/platform/dante-cloud-monitor/pom.xml b/platform/dante-cloud-monitor/pom.xml index c0fd2993..857889a9 100644 --- a/platform/dante-cloud-monitor/pom.xml +++ b/platform/dante-cloud-monitor/pom.xml @@ -30,11 +30,11 @@ platform org.dromara.dante - 3.4.0.1 + 3.4.1.0 dante-cloud-monitor - 3.4.0.1 + 3.4.1.0 dante-cloud-monitor dante-cloud-monitor diff --git a/platform/dante-cloud-uaa/pom.xml b/platform/dante-cloud-uaa/pom.xml index ba3178a6..c45f9b7f 100644 --- a/platform/dante-cloud-uaa/pom.xml +++ b/platform/dante-cloud-uaa/pom.xml @@ -32,7 +32,7 @@ platform org.dromara.dante - 3.4.0.1 + 3.4.1.0 dante-cloud-uaa diff --git a/platform/dante-cloud-upms/pom.xml b/platform/dante-cloud-upms/pom.xml index b237f025..577744f6 100644 --- a/platform/dante-cloud-upms/pom.xml +++ b/platform/dante-cloud-upms/pom.xml @@ -30,12 +30,12 @@ platform org.dromara.dante - 3.4.0.1 + 3.4.1.0 4.0.0 dante-cloud-upms - 3.4.0.1 + 3.4.1.0 diff --git a/platform/pom.xml b/platform/pom.xml index 8168b57d..a9b111b4 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -32,7 +32,7 @@ dante-cloud org.dromara.dante - 3.4.0.1 + 3.4.1.0 platform diff --git a/pom.xml b/pom.xml index d7c101f6..18cca9f0 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.dromara.dante dependencies - 3.4.0.1 + 3.4.1.0 dependencies/pom.xml diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml index edbb5b86..17107146 100644 --- a/services/dante-cloud-bpmn-ability/pom.xml +++ b/services/dante-cloud-bpmn-ability/pom.xml @@ -31,11 +31,11 @@ services org.dromara.dante - 3.4.0.1 + 3.4.1.0 dante-cloud-bpmn-ability - 3.4.0.1 + 3.4.1.0 dante-cloud-bpmn-ability 基于Camunda工作流的服务 diff --git a/services/dante-cloud-bpmn-logic/pom.xml b/services/dante-cloud-bpmn-logic/pom.xml index e2729c12..7ab4dcce 100644 --- a/services/dante-cloud-bpmn-logic/pom.xml +++ b/services/dante-cloud-bpmn-logic/pom.xml @@ -32,7 +32,7 @@ services org.dromara.dante - 3.4.0.1 + 3.4.1.0 dante-cloud-bpmn-logic diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml index 179df63b..dc12eed4 100644 --- a/services/dante-cloud-oss-ability/pom.xml +++ b/services/dante-cloud-oss-ability/pom.xml @@ -31,7 +31,7 @@ org.dromara.dante services - 3.4.0.1 + 3.4.1.0 dante-cloud-oss-ability 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 29b8dddf..6f0a56ac 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 9e890400..337369cb 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 bbd1e357..de76420e 100644 --- a/services/dante-monomer-application/pom.xml +++ b/services/dante-monomer-application/pom.xml @@ -31,7 +31,7 @@ org.dromara.dante services - 3.4.0.1 + 3.4.1.0 dante-monomer-application diff --git a/services/dante-monomer-application/src/main/resources/application.yml b/services/dante-monomer-application/src/main/resources/application.yml index c66777b2..9ab5eb2a 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 4f49a904..acc1e3e9 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 ed185ed1..e8806039 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 c7d08838..fd3672de 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -32,7 +32,7 @@ dante-cloud org.dromara.dante - 3.4.0.1 + 3.4.1.0 services