【仅供内部供应商使用,不提供对外解答和培训】
...
| 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"
}
}
}
});
}); |
后端支持示例
参见:https://git.fanruan.com/fanruan/demo-ldaps-passport后端支持 自定义登陆认证方式
...