cancel
Showing results for 
Search instead for 
Did you mean: 

External SSO in alfresco

ramjoy22
Champ on-the-rise
Champ on-the-rise
I have written some jsp code to login with alfresko using HttpURLConnection which returns me some http header with location(which point to admin dashbord). then again i tried to redirect to the location value i recived .which gives me login page instead of home page. how can i get the logged page when i am redirecting

Regards
Ram
3 REPLIES 3

jpfi
Champ in-the-making
Champ in-the-making
Hi,
well, I guess your SSO is not working as you like. Did you configure external SSO in the authentication chain? Did you changed your 'Remote' config in share?: http://docs.alfresco.com/4.1/topic/com.alfresco.enterprise.doc/tasks/auth-alfrescoexternal-sso.html
Caution: external.authentication.proxyHeader=YOURSSOHEADER & <connector><userHeader>YOURSSOHEADER</userHeader></connector> should have the same value. (example in the docs is wrong)
Cheers, Jan

ramjoy22
Champ on-the-rise
Champ on-the-rise
Hi
Thanks for  your reply .

please have a look into the post to see the steps i have followed and please currect me if any modification:-
https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/authentication-lda...

and also i tried with httpurlconnection


null=== HTTP/1.1 302
Found Server=== Apache-Coyote/1.1
Set-Cookie=== JSESSIONID=7BBDB706EB1006133932EBC11074DB18; Path=/share/;
HttpOnly Cache-Control=== no-cache
Location=== http://localhost:8080/share/page/user/admin/dashboard Content-Type=== text/html;charset=utf-8
Content-Language=== en-US
Content-Length=== 0 Date=== Thu, 18 Apr 2013 07:01:52 GMT
null=== null 302 http://localhost:8080/share/page/user/admin/dashboard


Regards
Ram

ramjoy22
Champ on-the-rise
Champ on-the-rise
yes i have configured  external SSO in the authentication chain, you can see the step i have done  here

https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/authentication-lda...

i got output that shows connection is ok . then again i tried to redirect to that page which asked me to login instead of showing home page