cancel
Showing results for 
Search instead for 
Did you mean: 

Authentication with existing ticket

pehr
Champ in-the-making
Champ in-the-making
Hi
I'm using Chemistry/OpenCMIS to connect to Alfresco3.3

My problem is that I have a solution with a CAS single sign on solution, so where I am trying to connect to alfresco I already have a session ticket. So I wonder if anyone have any ideas on how I should start my session?

I assume I should do something like the following

parameters.put(SessionParameter.AUTHENTICATION_PROVIDER_CLASS, "org.example.opencmis.MyAuthenticationProvider");
parameters.put("org.example.opencmis.ticket", "cmisticket");

But I wonder if there are any examples of similar provider classes or something I can copy?
2 REPLIES 2

togomez
Champ on-the-rise
Champ on-the-rise
Hi

I'am also trying to do something like that. Anybody knows how?

nareshthota
Champ in-the-making
Champ in-the-making
hi pehr…
Iam also looking for the same problem…do u got any solution about this…if yes could u please share ur code snippet in which u create session with ticket….

thanks…