Authentication MobileFirst 7.1身份验证问题

Authentication MobileFirst 7.1身份验证问题,authentication,ibm-mobilefirst,mobilefirst-adapters,mobilefirst-server,Authentication,Ibm Mobilefirst,Mobilefirst Adapters,Mobilefirst Server,我在mobilefirst 7.1中遇到了身份验证问题 platformSourcesVersion=7.1.0.00.20151130-1648 我有我所有的安全测试,领域,登录模块。。。插入正确 在我的身份验证适配器中,我有: WL.Server.setActiveUser("AuthRealm", null); WL.Server.setActiveUser("AuthRealm", userIdentity); 登录后,当我调用WL.Client.updateUs

我在mobilefirst 7.1中遇到了身份验证问题

 platformSourcesVersion=7.1.0.00.20151130-1648
我有我所有的安全测试,领域,登录模块。。。插入正确

在我的身份验证适配器中,我有:

    WL.Server.setActiveUser("AuthRealm", null); 
    WL.Server.setActiveUser("AuthRealm", userIdentity);
登录后,当我调用WL.Client.updateUserInfo()并从领域获取UserInfo时,它返回NULL

这就像登录后直接断开服务器连接一样

authentificationConfig.xml:

  http://pastebin.com/q6JSFDmU
登录到authentication-impl.js

http://pastebin.com/sz1dcnAG
挑战者:

 http://pastebin.com/q9BsdGbF
有什么帮助吗


谢谢

事实证明,我必须在worklight.properties中将“true”改为“false”

 mfp.session.independent=false

:)

我们如何知道您的一切都设置正确?我们如何知道您在适配器的正确位置调用此代码?提供您的代码和设置。