Okta

How to Configure SAML 2.0 for ReadMe

Contents


Configuration Steps

  1. Go to https://readme.typeform.com/to/ht8llf, then click start:

    readme1.png

  2. Enter your Company Name, then click OK:

    readme2.png

  3. Enter your Shorthand company name, then click OK:

    readme3.png

  4. Make a copy of the value shown in red from the Single Sign On value, then click Done:

    readme4.png

  5. Enter the following:

    • Entry point URL: Copy and paste the following:

      Sign into the Okta Admin Dashboard to generate this variable.

      readme5.png

    • X.509 Certificate: Save the following as cert.pem, then click Choose file to select and upload it.

      Sign into the Okta Admin Dashboard to generate this variable.

      readme6.png

    • Identity Provider Issuer: Copy and paste the following:

      Sign into the Okta Admin Dashboard to generate this variable.

      readme7.png

    • Click Submit.

  6. In Okta, select the General tab for the Readme app, then click Edit.

    • Enter the value you copied in step 4 above into the Company Namefield.

    • Click Save.

    readme8.png

  7. Done!

Notes:

For SP-initiated Flows

Go to: https://sso.readme.io/okta/login/[company_name].


Adding the readonly Custom Attribute

OPTIONAL

This section describes how to add the custom attribute readonly:

By default Okta only sends two SAML attributes in the SAML assertion: displayName and username. To send the custom attribute readonly, follow the steps below:

  1. In Okta, navigate to Directory > Profile Editor:

    readme_new_1.png

  2. Search for the Readme SAML app, then click Profile:

    readme_new_2.png

  3. Click Add Attribute, then enter the following:

    • Display Name: Enter Readonly.

    • Variable Name: Enter readonly.

    • Click Save:

    readme_new_3.png

  4. Now, when you assign users to the Readme SAML app, you can specify the attribute readonly:

    readme_new_4.png

  5. Done