Creating a new SAML App in Okta

This section describes creating a new SAML app in Okta Admin console.

  1. Log in to your Okta org and navigate to the Admin user interface.
  2. Navigate to Applications > Applications
  3. Click Create App Integration
  4. Select SAML 2.0 as the Sign on method.
  5. Click Next.
    The first tab General Settings appears.
  6. Enter a name for the app, for example, Portal-Fleet
  7. Click Next.
    The second tab Configure SAML appears.
  8. Enter the following information under General:
    OptionIdP vs SP Initiated SSO  Description
    Single sign on URLIdP Initiated LoginEnter the Assertion Consumer Service URL. The format is: https://<portal-name>/saml/<org-key>/<token>/saml/acs. For example: https://portal.telit.com/saml/DEMO/123456/saml/acs.
    SP Initiated Login The format is: https://<custom-portal-name>/saml/acs. For example: https://custom.devicewise.com/saml/acs.
    Audience URI (SP Entity ID):IdP Initiated LoginEnter the entityID. The format is: https://<portal-name>/saml/<org-key>/<token>/saml/metadata. For example: https://portal.telit.com/saml/DEMO/123456/saml/metadata.
    SP Initiated Login The format is: https://<custom-portal-name>/saml/metadata. For example: https://custom.devicewise.com/saml/metadata.
    Name ID format  Select Unspecified.
    Application username  Select Okta username. The application username mapping is defined in the next section. Okta username maps to User Name in deviceWISE Cloud.
  9. Enter the following information under Attribute Statements (Optional):
    OptionDescription
    NameEnter username.
    ValueClick the Value drop-down and select user.email.

  10. Click Next.
  11. Select I'm an Okta customer adding an internal app.
  12. Check the This is an internal app that we have created box.
  13. Click Finish.
  14. From the Settings section of the Sign On menu for the new application, locate and copy the address for the Identity Provider metadata.