Hi experts,
I find myself developing a Java application that consumes web services Content Server, which will be called from the same Content, want to know if there is any way to get the ticket user authentication and it can be sent to the Java application (JSF) by parameter since the page will be called from a custom view, which could be called a URL like this:
http://server:8080/aplicacion/pagina.jsf?ticket=123qwe
I have reviewed the ottags, where I have found that I can obtain the user name, user data, among other fields, but can not find where to get the ticket.