Skip to main content

Setting up SSO with Okta

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.

    FieldContent
    App namefreispace
    App logoUpload this file: freispace-logo.png
  7. Click Next.

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.

    NameName formatValue
    http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givennameURI Referenceuser.firstName
    http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surnameURI Referenceuser.lastName

    Okta screenshot

  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.