Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 新版企业微信登录有对接计划么? #165

Open
flyskyliuhui opened this issue Mar 21, 2023 · 1 comment
Open

feat: 新版企业微信登录有对接计划么? #165

flyskyliuhui opened this issue Mar 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@flyskyliuhui
Copy link

新版企业微信登录

对接新版企业微信登录。

功能描述

新版企业微信登录,除了支持使用移动端企业微信扫码登录之外,还支持通过企业微信桌面端进行快速登录。新版企业微信登录是对原扫码登录的能力升级,建议开发者升级接入,获得更好的登录体验。

https://developer.work.weixin.qq.com/document/path/98151
image

https://developer.work.weixin.qq.com/document/path/98152#%E9%93%BE%E6%8E%A5%E6%A0%BC%E5%BC%8F
image

@zhangyd-c zhangyd-c self-assigned this Aug 4, 2024
@zhangyd-c zhangyd-c added the enhancement New feature or request label Aug 4, 2024
@zhangyd-c
Copy link
Member

预计 1.16.7 版本增加。目前可以在尝试以下快照分支:

authRequest = new AuthWeChatEnterpriseQrcodeV2Request(AuthConfig.builder()
                        .clientId("ww9dxxxx")
                        .clientSecret("CiAx7j_mdL3xxxx")
                        .redirectUri("https://xxxx/oauth/callback/wechat_enterprise")
                        .agentId("1000003")
                        .lang("en")
                        .build());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants