Avoid authentication in REST service
I am following the next tutorial:
https://jazz.net/wiki/bin/view/Main/JAFTutorialStepREST
but you need always authenticate first to be able to access the service: https://localhost:9444/jazz/service/com.ibm.team.jaf.sdk.samples.hellojaf.IHelloService
Is there any way to configure the plugin to be open? Avoiding authentication?
I guess it something about extension-point com.ibm.team.jfs.app.appMode which defines the authentication delegation mode and application mode of the application. I want to be able to access to that url without authentication.