This documentation relates to the latest version of Confluence.
If you are using an earlier version, please go to the documentation home page and select the relevant version.

[CONF-user] Re: SSO Integration with Netegrity

Subject:   [CONF-user] Re: SSO Integration with Netegrity (find more)
From:   forums at atlassian dot com 
Date:   Nov 01, 2005 12:55

<p>I am currently doing something similar, but using <a href="http://shibboleth.internet2.edu">Shibboleth</a> to protect Confluence.  My custom class works fine, but my issue is with the login and logout links.  Seraph provides parameters to customize these links (see seraph-config.xml -- login.url, link.login.url, etc), but I've noticed that confluence doesn't use these parameters.  Instead they hardcode the link values (see template/includes/macros.vm around line 270 or so).  Does anyone know why on earth they hardcode this, and (more importantly) how to go about using the seraph parameters?  I've tried stuff like</p>
 
<p>#set ($loginPage = $req.getAttribute('atlassian.core.seraph.login.url'))</p>
 
<p>but with no success. (just a side note, but once I get this all ironed out I'll be adding a howto to the Shibboleth wiki for those that are interested.)</p>
--
Post by wnorris - online at:
http://forums.atlassian.com/thread.jspa?forumID=96&threadID=9006
-
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
confluence-user details available at:
http://www.atlassian.com/software/confluence/mailinglist.jsp
~
Unsubscribing:
To unsubscribe yourself from the list, send an email to confluence-user-request at lists dot atlassian dot com (not confluence-user at lists dot atlassian dot com) containing the line (in the body of the message):
unsubscribe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Entire Thread (Showing 5 of 7)

  • [CONF-user] SSO Integration with Netegrity forums at atlassian dot com

    Has anyone integrated Confluence with Single Sign On using Netegiry/CA's Siteminder product ? If so can you please provide details Thanks Laks

    • Re: [CONF-user] SSO Integration with Netegrity Joseph Dane <jdane at hawaii dot edu>

      I have not. I have, however, integrated JIRA with Yale CAS, and need to do the same for Confluence, Real Soon Now. I don't know how similar Siteminder is to CAS, but I can post my notes here when ...

    • [CONF-user] Re: SSO Integration with Netegrity forums at atlassian dot com

      I'm afraid my company will not allow us to post any code. however, what I can say is that it is quite easy to do. Here is what we did: 1. set a siteminder policy to protect all resources on confluence, setting ...

    • [CONF-user] Re: SSO Integration with Netegrity forums at atlassian dot com

      • [CONF-user] Re: SSO Integration with Netegrity forums at atlassian dot com

        Yeah, we had to remove the logout links and found that this could only be done by editing that macros.vm file (as well as the decorator files). Also, we found that when using an external authenticator, you need to make a decision around the "password ... (1 more message in this thread)