forked from lastpass/confluence-saml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
41 lines (28 loc) · 1.1 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
To install from source, first generate the installation
package:
ant tar
Then uncompress the resulting .tar.gz file from the out
directory, and run the install script. Alternatively,
build and install in one step:
ant && sudo ant install
One final option, you may use the appropriate ant targets
to generate debian or rpm packages and install them with
your package manager.
After installation, you will need to configure the
Service Provider and Identity Provider settings in the
confluence directory.
First rename them appropriately:
cd $ATLASSIAN_HOME
mv idp-metadata.xml.sample idp-metadata.xml
mv sp-metadata.xml.sample sp-metadata.xml
And then edit the xml files to reflect your entity ID
and URLs.
If you are using the LastPass IdP service, you may
download the idp-metadata.xml file for your organization
here:
https://lastpass.com/enterprise_saml.php?metadata
You will also need to configure the IdP with the service
provider entity ID and the URLs.
Once satisfied with the configuration, restart Confluence.
You'll need to visit https://yoursite/saml_login.jsp to
log in with SAML.