Skip to content

Register Managed Services as an Okta application

After you click Create, Okta guides you through a series of configuration panels.

  1. In the General Settings panel, enter MS-Portal as the App name, and then click Next.

    Okta configuration: General Settings step

  2. Open the IdP metadata XML file that you saved after generating it in Managed Services.

  3. In the metadata file, copy the URL identified as AssertionConsumerService or SingleSignOnService.

    Important: This must be the first of the two Location values: the one labeled HTTP-Redirect:

    <SingleSignOnService Binding="[...]:HTTP-Redirect" Location="https://[...]/IDPAssertion/saml/SSO"/>
    <SingleSignOnService Binding="[...]:HTTP-POST"     Location="https://[...]"/>
    
  4. Paste the Location value in Okta’s GENERAL section > Single sign on URL field.

  5. In the same Okta dialog, below the URL field, click to turn on the check box labeled Use this for Recipient URL and Destination URL.

  6. In the metadata file, copy the entityId URL, and then paste it in the GENERAL section > Audience UI (SP Entity ID) field.

      <ID="[...]" entityID="https://[...].blackduck.com"/>
    

    Adding metadata to the Okta GENERAL dialog

  7. In tne ATTRIBUTE STATEMENTS (OPTIONAL) section, set EmailAddress to user.email, FirstName to user.firstName, and LastName to user.lastName.

    Okta configuration: Attribute Statements step

  8. Click Next to continue.

  9. In the third panel, Help Okta Support..., choose I'm an Okta customer adding an internal app, and then click to turn on This is an internal app we have created.

    Okta configuration: Help Okta Support... step

  10. Click Finish to complete the registration.

Parent topic:In Okta, configure Single Sign-on