From 6df7b34b4a914b83a60083c9dc08e9468b96762d Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 13 七月 2023 15:37:54 +0800 Subject: [PATCH] add 新增 对接 maxkey 三方单点登录 --- ruoyi-admin/src/main/resources/application-dev.yml | 185 ++++++++++++---------------------------------- 1 files changed, 49 insertions(+), 136 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index bbd9e17..fbd134f 100644 --- a/ruoyi-admin/src/main/resources/application-dev.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -8,27 +8,20 @@ username: ruoyi password: 123456 ---- # xxl-job 閰嶇疆 -xxl.job: - # 鎵ц鍣ㄥ紑鍏� - enabled: true - # 璋冨害涓績鍦板潃锛氬璋冨害涓績闆嗙兢閮ㄧ讲瀛樺湪澶氫釜鍦板潃鍒欑敤閫楀彿鍒嗛殧銆� - admin-addresses: http://localhost:9100/xxl-job-admin - # 鎵ц鍣ㄩ�氳TOKEN锛氶潪绌烘椂鍚敤 - access-token: xxl-job - executor: - # 鎵ц鍣ˋppName锛氭墽琛屽櫒蹇冭烦娉ㄥ唽鍒嗙粍渚濇嵁锛涗负绌哄垯鍏抽棴鑷姩娉ㄥ唽 - appname: xxl-job-executor - # 鎵ц鍣ㄧ鍙e彿 鎵ц鍣ㄤ粠9101寮�濮嬪線鍚庡啓 - port: 9101 - # 鎵ц鍣ㄦ敞鍐岋細榛樿IP:PORT - address: - # 鎵ц鍣↖P锛氶粯璁よ嚜鍔ㄨ幏鍙朓P - ip: - # 鎵ц鍣ㄨ繍琛屾棩蹇楁枃浠跺瓨鍌ㄧ鐩樿矾寰� - logpath: ./logs/xxl-job - # 鎵ц鍣ㄦ棩蹇楁枃浠朵繚瀛樺ぉ鏁帮細澶т簬3鐢熸晥 - logretentiondays: 30 +--- # powerjob 閰嶇疆 +powerjob: + worker: + # 濡備綍寮�鍚皟搴︿腑蹇冭鏌ョ湅鏂囨。鏁欑▼ + enabled: false + # 闇�瑕佸厛鍦� powerjob 鐧诲綍椤垫墽琛屽簲鐢ㄦ敞鍐屽悗鎵嶈兘浣跨敤 + app-name: ruoyi-worker + enable-test-mode: false + max-appended-wf-context-length: 4096 + max-result-length: 4096 + port: 27777 + protocol: http + server-address: 127.0.0.1:7700 + store-strategy: disk --- # 鏁版嵁婧愰厤缃� spring: @@ -186,150 +179,70 @@ territory: ap-guangzhou - +--- # 涓夋柟鎺堟潈 justauth: enabled: true + address: http://localhost:80 type: - QQ: + maxkey: + # maxkey 鏈嶅姟鍣ㄥ湴鍧� + server-url: http://localhost:8080 client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/qq/callback + redirect-uri: ${justauth.address}/social-callback?source=maxkey + qq: + client-id: 10**********6 + client-secret: 1f7d08**********5b7**********29e + redirect-uri: ${justauth.address}/social-callback?source=qq union-id: false - WEIBO: + weibo: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/weibo/callback + redirect-uri: ${justauth.address}/social-callback?source=weibo gitee: - client-id: 38eaaa1b77b5e064313057a2f5745ce3a9f3e7686d9bd302c7df2f308ef6db81 - client-secret: 2e633af8780cb9fe002c4c7291b722db944402e271efb99b062811f52d7da1ff - redirect-uri: http://localhost:80/social-login?source=gitee - DINGTALK: + client-id: 914******************98 + client-secret: 02*****************ac + redirect-uri: ${justauth.address}/social-callback?source=gitee + dingtalk: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/dingtalk/callback - BAIDU: + redirect-uri: ${justauth.address}/social-callback?source=dingtalk + baidu: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/baidu/callback - CSDN: + redirect-uri: ${justauth.address}/social-callback?source=baidu + csdn: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/csdn/callback - CODING: + redirect-uri: ${justauth.address}/social-callback?source=csdn + coding: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/coding/callback + redirect-uri: ${justauth.address}/social-callback?source=coding coding-group-name: xx - OSCHINA: + oschina: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/oschina/callback - ALIPAY: + redirect-uri: ${justauth.address}/social-callback?source=oschina + alipay: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/alipay/callback + redirect-uri: ${justauth.address}/social-callback?source=alipay alipay-public-key: MIIB**************DAQAB - WECHAT_OPEN: + wechat_open: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/wechat_open/callback - WECHAT_MP: + redirect-uri: ${justauth.address}/social-callback?source=wechat_open + wechat_mp: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/wechat_mp/callback - WECHAT_ENTERPRISE: + redirect-uri: ${justauth.address}/social-callback?source=wechat_mp + wechat_enterprise: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/wechat_enterprise/callback + redirect-uri: ${justauth.address}/social-callback?source=wechat_enterprise agent-id: 1000002 - TAOBAO: + gitlab: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/taobao/callback - GOOGLE: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/google/callback - FACEBOOK: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/facebook/callback - DOUYIN: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/douyin/callback - LINKEDIN: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/linkedin/callback - MICROSOFT: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/microsoft/callback - MI: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/mi/callback - TOUTIAO: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/toutiao/callback - TEAMBITION: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/teambition/callback - RENREN: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/renren/callback - PINTEREST: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/pinterest/callback - STACK_OVERFLOW: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/stack_overflow/callback - stack-overflow-key: asd*********asd - HUAWEI: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/huawei/callback - KUJIALE: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/kujiale/callback - GITLAB: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/gitlab/callback - MEITUAN: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/meituan/callback - ELEME: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/eleme/callback - TWITTER: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/twitter/callback - XMLY: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/xmly/callback - # 璁惧鍞竴鏍囪瘑ID - device-id: xxxxxxxxxxxxxx - # 瀹㈡埛绔搷浣滅郴缁熺被鍨嬶紝1-iOS绯荤粺锛�2-Android绯荤粺锛�3-Web - client-os-type: 3 - # 瀹㈡埛绔寘鍚嶏紝濡傛灉 clientOsType 涓�1鎴�2鏃跺繀濉�傚Android瀹㈡埛绔槸鍖呭悕锛屽IOS瀹㈡埛绔槸Bundle ID - #pack-id: xxxx - FEISHU: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/feishu/callback - JD: - client-id: 10**********6 - client-secret: 1f7d08**********5b7**********29e - redirect-uri: http://oauth.xkcoding.com/demo/oauth/jd/callback + redirect-uri: ${justauth.address}/social-callback?source=gitlab -- Gitblit v1.9.3