【仅供内部供应商使用,不提供对外解答和培训】

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

在现有的三种默认,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"
                }
            }
        }
    });
});

 

效果

Image RemovedImage Added

注意事项

后端支持  自定义登陆认证方式