cancel
Showing results for 
Search instead for 
Did you mean: 

How get ticket from Share when connected

albenss
Champ in-the-making
Champ in-the-making

Hello,
I wish to make a custom action on share file to generate URI, this action calls a js script that generates the URI and I need in it the ticket of the current user connected. The action works fine today but I don't succeed to get a  ticket...

Is it possible to create a new ticket from share directly and by not passing the id and the password?

1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator

There is no concept of ticket-based authentication in Share. TIcket-based authentication only exists in the backend (Repository), and this is partially exposed via the web script proxy servlet, but by no means does Share support tickets without any custom development.