English 中文(简体)
Single sign on with confluence wiki
原标题:

I would like to use our current intranet as the main application to authenticate users. Confluence should be able to ready the cookie I created from the intranet to authenticate the user automatically without prompting them for a username/password. I read a bit about seraph here: http://docs.atlassian.com/atlassian-seraph/latest/sso.html, however I am not really sure how to get started. I downloaded the zip and created the config files. However once I have created the classes in which folder do I place them and how do I actually compile them? I am new to Java.

I would prefer not use Crowd, since its very expensive and if we can build the SSO on our own, then we can save a lot of money.

Any help is appreciated.

I am using 3.1.1 on Windows.

问题回答

The simplest way to integrate is to copy + modify the CAS client, linked from the page above. If you re completely new to Java, there s a bit of a learning curve - you need to create a JAR file which you copy into the $CONF_HOME/confluence/WEB-INF/lib directory, along with modifying your seraph-config.xml.

I m not sure I can give you a complete tutorial on how to build a JAR file here, but the CAS client uses Ant, so if that s what you re modifying, install Java and Ant and run "ant build.xml" in the directory.

Hope that makes some sort of sense :-)





相关问题
Decoding http response with certificate

I m new to php and I need to authenticate to a SSO server. The SSO server is a .Net one, using a SSL certificate. When I go back from the SSO server, the response is encoded. I have the key of the ...

understanding Shibboleth and SAML

I have a Drupal site I am standing up for a client. I ve been asked to use Single Sign on using SAML2 (where I would be the service provider and my client would be the identity provider). The best ...

Showing a secure password dialog on a web page

I ve built a Single-Sign-On system for our web network. It works like this: User clicks a login link on the site he wants to log in to (the "Unsafe Site"). The unsafe site s ID is passed in the URL. ...

Generate SAML 1.1 (and possibly 2.0) assertions

I m looking for a very easy and quick way to generate some SAML assertions. This is only going to be used for testing (using SOAP UI). So I just need something that can generate a valid assertion, ...

Cookie based SSO

How can I implement a cookie based single sign on without a sso server? I would to share the user logged in across multiple applications using only a cookie on the browser. In my mind it s working ...

热门标签