# How to install WSSO for legacy app

## Installation

In order to install Web Single Sign on, the following components must be installed and running

- Soffid IAM Console version 1.2.1 or later
- Soffid IAM Synchronization server 1.2.1 or later
- Soffid SAML Identity Provider version 1.0.0 or later
- An Apache server with Shibboleth Service Provider version 2.4 or later. The supported platforms are:
    
    
    - Red Hat 6.1
    - Ubuntu 12.04

---

#### On RedHat

Copy the library file**<span style="color: #3598db;"> wsso-mod-apache.so</span>** to modules directory /usr/lib64/httpd/modules

Add the following line to /etc/httpd/conf/httpd.conf

```
LoadModule soffid_module modules/mod_soffid_wsso.so
```

---

#### On Ubuntu

Copy the library file<span style="color: #3598db;"> **wsso-mod-apache.so**</span> to modules directory /usr/lib/apache/modules

Create the file /etc/apache2/mods-enabled/soffid-wsso.load

```
LoadModule soffid_module /usr/lib/apache2/modules/mod_soffid_wsso.so
```

Execute:

```
restorecon -Rv mod_soffidwsso.so 
```

<div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" id="bkmrk--1"><div class="syntaxhighlighter sh-confluence nogutter  java">  
</div></div>