-
Type:
Sub-task
-
Status: Done
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Sprint:John Ireland, Quagliati, Respighi, Sibelius, Tchaikovsky
Start with this: https://community.alfresco.com/people/gravitonian/blog/2018/07/17/getting-started-with-alfresco-identity-service-ea-keycloak
and this:
https://gitter.im/Alfresco/platform-services
@AFaust @namadori - While Axel's statement is accurate about not planning formal support for Share and Alfresco Identity Service (AIS) one of our consultants has successfully created a configuration to enable Share to authenticate via AIS that was simple and straightforward to do. We have it running with at least one customer. The following is courtesy of Alex Mahabir - We used Apache HTTPD as the proxy service, with this module installed: https://github.com/zmartzone/mod_auth_openidc This module provides us the ability to integrate with AIS via openid, and being an apache proxy, it allows to integrate with ACS via “external” authentication. ( http://docs.alfresco.com/6.0/concepts/auth-basics.html ).
Stefan Kopf suggested we also take a look at the SAML module, as it should be similar to what we need to do.