cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco share external authentication

yaqine
Champ on-the-rise
Champ on-the-rise

Hi, i want login to alfresco share using alf_ticket or something else without passing by the login page. 

I tried sso cas but it is complicated for me, i don't know if there is an other solution

thanks in advance.

5 REPLIES 5

rashesh_ved
Confirmed Champ
Confirmed Champ

Hii,

You can refer following url for external authentication using alfresco rest api.
Alfresco Content Services REST API Explorer 

ContCentric

Thanks for your response, but i need login to alfresco share not repository

jpotts
World-Class Innovator
World-Class Innovator

You could configure Alfresco for "external authentication" (read the docs) and then use another system, like Apache, to set a header with the username that Alfresco will trust as the name of the authenticated user.

yaqine
Champ on-the-rise
Champ on-the-rise

I'm looking for a way to connect to share using alf_ticket

idwright
Star Collaborator
Star Collaborator

If you want have another go with CAS then the easiest way is to use GitHub - wrighting/alfresco-cas: A project designed to show how to integrate Alfresco with CAS singl... 

Note that this only works nicely with version 5.1, can be made to work with 5.2 - see issues, but does not currently work with later versions.