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?