【仅供内部供应商使用,不提供对外解答和培训】
...
在现有的三种默认,ldap,http认证方式,拓展新的认证方式,企业微信登录,钉钉登录等
| 接口资源 | dec.provider.user |
| Code Block |
|---|
BI.config("dec.provider.user", function (provider) {
provider.inject({
authenticationMethod: {
wechat: {
value: "wechat",
text: "微信扫码登录",
"@class": "com.fr.decision.webservice.bean.authentication.WechatAuthenticBean",
component: {
type: "dec.user.setting.wechat"
}
}
}
});
}); |
后端支持 自定义登陆认证方式