IBM Worklight - Error while validating project during deployment

后端 未结 1 1757
花落未央
花落未央 2021-01-26 15:45

I have created an application using IBM worklight and i am using customAuthenticator for login process

I am getting following validation error while deploying applicatio

相关标签:
1条回答
  • 2021-01-26 16:39

    You need to re-read the entire Getting Started section about Authentication and Security. There is more reading material here and here.

    From the error I am thinking you have added a securityTest="DummyAdapter-securityTest" attribute to your iphone element in application-descriptor.xml.

    As noted by the name of the securityTest, it is not meant for the application but for the adapter. This securityTest is already defined for the adapter procedure in the adapter XML file. Remove the securityTest you've added and it will work.


    The sample you are trying to run (module_23_1_CustomLoginModule) is ready-made; no need for editing. You need only to build & deploy and run it.

    0 讨论(0)
提交回复
热议问题