You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A question I would like to use the user set in "application.properties" as the application user to generate individual user tickets using the rest api service "generateTicket".
To make a simple use case, I have an alfresco username XXX and the generated ROLE_TICKET (generated using application user set on the application.properties ) for that user and I want to invoke the rest api's "getNode" method with the the authenticated user XXX.
How can I set at the java code level to invoke the restApi with the ticket of the user XXX ? I guess I have to add a header ? there this possibility at the java code level of this project ?
The text was updated successfully, but these errors were encountered:
A question I would like to use the user set in "application.properties" as the application user to generate individual user tickets using the rest api service "generateTicket".
To make a simple use case, I have an alfresco username XXX and the generated ROLE_TICKET (generated using application user set on the application.properties ) for that user and I want to invoke the rest api's "getNode" method with the the authenticated user XXX.
How can I set at the java code level to invoke the restApi with the ticket of the user XXX ? I guess I have to add a header ? there this possibility at the java code level of this project ?
The text was updated successfully, but these errors were encountered: