阿里钉钉
钉钉开放平台
进入钉钉开放平台-应用开发 地址:https://open-dev.dingtalk.com/v1/fe/old#/corpeapp
内部应用授权key和密钥
点击【创建应用】 确定创建后获取到如下内容
获取登录授权
授权LOGO地址:图片地址; 回调域名:登录后跳转的页面 创建完成后得到如下内容
页面配置
平台管理 -> 平台配置 -> 系统配置 -> 常用配置 -> 钉钉 | 说明 | 配置值 | | --- | --- | | 登录appId | appid | | 登录授权key | appSecret | | 内部应用授权key | AgentId | | 内部应用授权秘钥 | AppKey |
nacos配置
system模块
dingdingconfig:
accessKey: xxx # 登录授权key(appId)
accessSecret: xxx # 登录授权密钥(appSecret)