diff --git a/README.md b/README.md index 60bd92ee..6ff55af1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,21 @@ English | 中文 +
+ # Overview Maxkey Single Sign On system, which means the Maximum key, Leading-Edge IAM Identity and Access management product , Support OAuth 2.x/OPENID CONNECT, SAML 2.0, JWT, CAS, SCIM and other standard protocols, and provide Simple, Standard, Secure and Open Identity management (IDM), Access management (AM), Single Sign On (SSO), RBAC permission management and Resource management. diff --git a/README_en.md b/README_en.md index 60bd92ee..6ff55af1 100644 --- a/README_en.md +++ b/README_en.md @@ -2,6 +2,21 @@ English | 中文 + + # Overview Maxkey Single Sign On system, which means the Maximum key, Leading-Edge IAM Identity and Access management product , Support OAuth 2.x/OPENID CONNECT, SAML 2.0, JWT, CAS, SCIM and other standard protocols, and provide Simple, Standard, Secure and Open Identity management (IDM), Access management (AM), Single Sign On (SSO), RBAC permission management and Resource management. diff --git a/README_zh.md b/README_zh.md index a04967c1..a0a826df 100644 --- a/README_zh.md +++ b/README_zh.md @@ -3,6 +3,21 @@ English | 中文 + + # 概述 MaxKey单点登录认证系统,谐音马克思的钥匙寓意是最大钥匙,是业界领先的IAM身份管理和认证产品,支持OAuth 2.x/OpenID Connect、SAML 2.0、JWT、CAS、SCIM等标准协议,提供简单、标准、安全和开放的用户身份管理(IDM)、身份认证(AM)、单点登录(SSO)、RBAC权限管理和资源管理等。 diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties index 2b5d97fb..d228f14e 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties @@ -178,9 +178,9 @@ spring.kafka.producer.value-serializer =org.apache.kafka.common.seriali ############################################################################ #RocketMQ for connectors configuration # ############################################################################ -rocketmq.name-server=${ROCKETMQ_SERVERS:localhost:9876} -rocketmq.producer.enable=true -rocketmq.producer.group=maxkey_identity +rocketmq.name-server =${ROCKETMQ_SERVERS:localhost:9876} +rocketmq.producer.enable =true +rocketmq.producer.group =maxkey_identity ############################################################################ #Time-based One-Time Password configuration # ############################################################################ diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties index 7132c473..bacf226f 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties @@ -180,9 +180,9 @@ spring.kafka.producer.value-serializer =org.apache.kafka.common.seriali ############################################################################ #RocketMQ for connectors configuration # ############################################################################ -rocketmq.name-server=${ROCKETMQ_SERVERS:localhost:9876} -rocketmq.producer.enable=true -rocketmq.producer.group=maxkey_identity +rocketmq.name-server =${ROCKETMQ_SERVERS:localhost:9876} +rocketmq.producer.enable =true +rocketmq.producer.group =maxkey_identity ############################################################################ #Time-based One-Time Password configuration # ############################################################################ diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties b/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties index 810b033f..b2ff28a8 100644 --- a/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties +++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties @@ -163,9 +163,9 @@ spring.kafka.producer.value-serializer =org.apache.kafka.common.seriali ############################################################################ #RocketMQ for connectors configuration # ############################################################################ -rocketmq.name-server=${ROCKETMQ_SERVERS:localhost:9876} -rocketmq.producer.enable=true -rocketmq.producer.group=maxkey_identity +rocketmq.name-server =${ROCKETMQ_SERVERS:localhost:9876} +rocketmq.producer.enable =true +rocketmq.producer.group =maxkey_identity ############################################################################ #Time-based One-Time Password configuration # ############################################################################