# Setting up SSO with Okta

Sign in to freispace using Okta.

### Create Application[​](#create-application "Direct link to Create Application")

1. Go to the Okta Admin Console at your-company.okta.com/admin/

2. In the Admin Console, go to **Applications** > **Applications**.

3. Click **Create App Integration**.

4. Select **SAML 2.0** as the Sign-on method.

5. Click **Next**.

6. Enter the following data.

   | Field    | Content                                                                                                                             |
   | -------- | ----------------------------------------------------------------------------------------------------------------------------------- |
   | App name | `freispace`                                                                                                                         |
   | App logo | Upload this file: [freispace-logo.png](https://docs.freispace.com/assets/files/freispace-logo-ffb4dc3815feb60a12200ffe0b4eb321.png) |

7. Click **Next**.

### Configuring SAML[​](#configuring-saml "Direct link to Configuring SAML")

1. For **Single sign-on URL** enter your **Team Login URL**, e.g. `https://app.freispace.com/login/xxx`.

2. As **Audience URI (SP Entity ID)**, enter `https://app.freispace.com` for now - we will change this later.

3. For **Application username** select **Email**.

4. Under **Attribute Statements**, add two definitions as follows.

   | Name                                                              | Name format     | Value            |
   | ----------------------------------------------------------------- | --------------- | ---------------- |
   | `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname` | `URI Reference` | `user.firstName` |
   | `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname`   | `URI Reference` | `user.lastName`  |

   ![Okta screenshot](/assets/images/okta-sso-02-0a08374a7133557943afc48880abcfd3.png)

5. Click **Next**.

6. Select **I'm an Okta customer adding an internal app**.

7. Check **This is an internal app that we have created**.

8. Click **Finish**.
