My requirement is to Configure Alfresco for Single Sign On through SAML.
I found that there is no SAML support in Alfresco Community Edition. So I am planing to create custom Authentication Subsystem that can provide SAML SSO.
I have taken look at External Authentication Subsystem of Alfresco which provides SSO by fetching username from the request header.
So I am looking for the way to accept the response coming from SAML Identity Provider in custom Authentication Subsystem to validate identity of the user.