cancel
Showing results for 
Search instead for 
Did you mean: 

Single Sign On with alfresco

dpatri
Champ in-the-making
Champ in-the-making
In my company, we have web single sign on. I have configured apache using mod_jk to connect with tomcat, in which alfresco 1.4 is installed.

I have also configured apache with a custom module (used within my company to protect all web apps) that intercepts any call from to alfresco and authenticates the user. If a user is not authenticated, this user is redirected to the login server. Once the user has successfully logged in, the user gains access to alfresco. However, the http headers are updated with user id and other information about the user.

I want alfresco to trust the user is authenticated (don't require the user to log in again – the user would not be able to see this page without already being authenticated – protected by apache) and then use the http headers to determine the users name/userid etc.

Could someone please advise on how I could do that? I've heard this could be done.
2 REPLIES 2

anweber
Champ in-the-making
Champ in-the-making
Hi,

Did you find a solution?

        Andre

andy
Champ on-the-rise
Champ on-the-rise
Hi

See NovellIChainsHTTPRequestAuthenticationFilter. This will read "x-user" from the header and trust this user. There are example how to configure this in web.xml. You should set up SSL to alfresco….

A version with better configuration did not make it into 2.0.

Regards

Andy