Question
2
Replies
3914
Views
Bien Etre assistance
Posted: March 9, 2017
Last activity: March 14, 2017
Closed
Solved
Custom Authentication Service in Service Package and consume Service REST
How I can use a service REST with custom authentication service ?
When I test my Service REST the authentication service is called and do the job but not continue to service REST implementation.
How I valid the continue validation of consume service REST ? How to define the service operator ?
what does it mean @java("myStepPage")?
Some additional details.
A Service Package has been created for REST Services provided by the application and it is using a Custom authentication service.
This custom authentication service is calling an authentication activity which is using a token passed as an header parameter of the REST GET request.
Using this token means calling an external system through a connector to get identification attributes from the token. and once this identification attributes are retrieved, the relevant operator is set.
This part seems to be working alright and the operator is set according to the token. But then nothing happens meaning the REST services belonging to this Service Package are not run (their activity is not triggered and run).
Any clue?