Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I design a rest service which is supposed to received xml message. and that works well.
How i need to add security/authentication when calling this service. i played with these different options without any success :
- check authentication in the tRestRequest component settings:
I noticed no impact when calling the service. it's still accessible and returns response
- modify the karaf container files : \container\etc\jetty.xml and users.properties
In jetty.xml i modified in loginModuleName the value ("karaf").
I also noticed no impact
Could someone help about recommandation/help about setting authentication in such case
Thanks
Hello,
Please try to use counterpart for tRESTRequest - tRESTClient, where you can enable "Use Authentication" (SAML Token type) and also "Use Authorization" with specifying role for authorize.
Let us know if it is OK with you.
Best regards
Sabrina