RE: Connect to Alfresco with SSO

2016-02-19 Thread Bittard, Julien
Thank You for all your response. I check it quickly. julien -Message d'origine- De : Ian Wright [mailto:ian.wri...@well.ox.ac.uk] Envoyé : lundi 15 février 2016 13:28 À : dev@chemistry.apache.org Objet : Re: Connect to Alfresco with SSO Hi, It's not exactly straightforw

Re: Connect to Alfresco with SSO

2016-02-15 Thread Ian Wright
Hi, It's not exactly straightforward but is possible - how depends on your Alfresco version. I'll keep the answer short as this isn't an Alfresco list. The new Alfresco cmis endpoint wasn't included in SSO until 5.0.d - unfortunately these changes broke SSO so you need to either use the old e

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

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