cancel
Showing results for 
Search instead for 
Did you mean: 

CAS SERVER

litllel
Champ in-the-making
Champ in-the-making
Hello, i'm a new user of alfresco, i'm trying to add CAS to my installation but when i try to login with a user from my LDAP my cas server redirect me to th share login

http://localhost:8080/share/page?pt=login

Someone can help me and tell  me why my share didn't redirect me directly to my dashboard please
6 REPLIES 6

kavilash23
Champ on-the-rise
Champ on-the-rise
Have you configured the Share Authentication filter?

The following links might help
If using Jasig CAS Client, the following link might help;
http://www.seedim.com.au/content/alfresco-cas-sso
If using mod_auth_cas, the following link might help;
http://docs.alfresco.com/5.0/concepts/alf-modauthcas-home.html


litllel
Champ in-the-making
Champ in-the-making
Tank you for you help, I will loot at this, I think I have a problem in my configuration

were you able to solve the problem?

i tried to integrate cas client sso with alfresco, but with no success. even this (https://github.com/wrighting/alfresco-cas) approach did not help.

versions: jasig cas 4.2, alfresco 5.0d and alfresco 5.1

I was not able to solve my problem for the moment so i let it down and will retry later

What problems are you having?

I have recently successfully run the github with 5.0.d (master) and 5.1 (branch - error messages but seems to work)

It's probably worth trying the default project against your CAS server if you haven't already e.g. by setting the mvn property in run.sh

mvn install -Dcas.server.prefix=https://www.yourdomain.com/cas -Prun

litllel
Champ in-the-making
Champ in-the-making
I will try this thank you