All of our Rest API calls have been for Content Server users so it has been easy to authenticate them via OTCSTicket within a WR.
We now have a Use Case where we would like to make a REST API call against our Content Server from
non Content Server user on our intranet portal. I would like to use a ticket or token with very limited scope and little to no access to achieve this. In one of my previous questions regarding initiating Workflow from REST,
Clarkebar2 said:
"Get the ticket from OTDS (notice that OTDS uses application/json unlike OTCS that uses forms for everything).
Anyway, get the ticket from OTDS, then go to OTCS and use the ticket to start your workflow."
I think this is similar to what I am talking about, but need some advice because of the security issues. I can implement additional reCaptcha V2 on the client making the call for spam and abuse.
Cheers,
Ed