0

I have imported a worklight 5.0.3 project in worklight 5.0.6. When deploying the wlapps on the worklight console ( studio test environment ), I have the App. Authentication set to Disabled. It was not under version 5.0.3

Is there any change between the two versions concerning the authenticationConfig.xml file ?

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
Sophie
  • 23
  • 3
  • Which environment? Does the environment have a securityTest defined for it? What is it? What does it contain (if it is a custom one, look in authenticationConfig.xml and edit your post with it). – Idan Adar Apr 03 '13 at 10:26

1 Answers1

0

App Authentication refers to the Authenticity feature. Unless you have Authenticity properly enabled in authenticationConfig.xml as well as the securityTest set for the supported environments (in application-descriptor.xml), this feature will appear greyed out.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
  • I solved this problem by adding a in the concerned securityTest in the file authenticationConfig.xml. Is it what you mean by "Authenticity properly enabled in authenticationConfig.xml " ? – Sophie Apr 08 '13 at 07:19