Connect to Alfresco with SSO

2016-02-12 Thread Bittard, Julien
Hello, Our application use the java library opencmis to write a client for alfresco, with BASIC Authentification. But now, we need to connect to alfresco in SSO with CAS. Do You know how to do that ? Thank You. Julien

Re: Connect to Alfresco with SSO

2016-02-12 Thread Muhammed Olgun
Hi Julien, As far as I know CAS has OAuth integration, so does Apache Chemistry. Look at OAuthAutenticationProviderClass https://chemistry.apache.org/java/0.13.0/maven/apidocs/org/apache/chemistry/opencmis/client/bindings/spi/OAuthAuthenticationProvider.html It means if alfresco implemented it y