Skip to main content
Skip table of contents

Setting up OAuth Using Okta

ENTERPRISE

The following describes how to set up Okta and configure a Generic OAuth Provider in EJBCA to test OAuth functionality in EJBCA.

Setting up OAuth using Okta has successfully been tested with EJBCA Enterprise version 8.2.0.3 using the Generic OAuth Provider Type in EJBCA.

Configure Okta

To configure a EJBCA application integration in the Okta administration portal, perform these steps:

  1. Log in to the Okta administration portal, navigate to Security > API, and click

  2. Click Add Authorization Server and specify the following:

    • Name: Specify EJBCA.

    • Audience: Specify EJBCA.

    • Click Save.
      The EJBCA Authorization configuration screen appears.

      image-20240410-001352.png
  3. Select the Access Policies tab, click Add New Access Policy and specify the following:

    • Name: Specify a name for the access policy.

    • Description: Specify a description for the access policy.

      image-20240410-001659.png
    • Click Create Policy.

  4. Click Add rule to create an EJBCA Access Policy Rule.

    image-20240410-002338.png
  5. Specify the following and then click Create rule.

    image-20240410-002516.png
  6. Your Authorization Server configuration should now look similar to the following.

    image-20240410-002752.png
  7. Select the Settings tab and click the Metadata URI link to get the URLs needed to configure a Generic OAuth Provider in EJBCA.

    image-20240410-003125.png
  8. Once you have clicked the Metadata URI link, it opens in a new window.

    image-20240410-003255.png
  9. Select the Pretty-print option to clean up the JSON formatted content and then copy the entire JSON syntax to a text file for use later in this guide.

    image-20240410-003421.png
  10. In the Okta admin browser tab, select Applications > Applications and click Create App Integration.

  11. Select the following, and then click Next:

    • Sign-in method: Select OIDC - Open ID Connect.

    • Application type: Select Web Application.

      image-20240410-131123.png
  12. On the New Web Application page, update the following:

    • In the General Settings section, specify the following:

      • App integration name: Specify EJBCA.

      • Grant Type: Select Client acting on behalf of itself - Client Credentials.

    • In the Sign-in redirect URIs section, set the URL to https://<fqdn>:443/ejbca/adminweb.
      (warning) Ensure to set the port number to the port number used to access the EJBCA Web UI in a browser window. Additionally, there is no trailing backslash needed at the end of the URL.

      image-20240410-132122.png
    • In the Assignments section, for Controlled access, select Skip group assignment for now.

    • Click Save to save the EJBCA Application integration.

  13. Once the App integration is saved, you will redirected back to the applications page. Click the EJBCA link to open the EJBCA App integration.

    image-20240410-132605.png
  14. Select the Assignments tab, and then click Assign > Assign to People.

  15. In the Assign users window, click Assign next to a user that will need access to EJBCA via the EJBCA Okta Generic OAuth provider.

  16. In the User information window, scroll to the bottom and click Save.
    Repeat this step for any other users that will need access to EJBCA.
    (warning) As an alternative, you may assign any groups you have created instead of individual users.

  17. Once you have added the users, select the General tab on the EJBCA App Integration page.

  18. In Client Credentials section, do the following:

    • Click Copy next to the Client ID and save the ID to a notepad.

    • Click Copy next to the Client Secret and save the secret to a notepad.

      image-20240410-134233.png

You have now completed the steps for the Okta configuration and can continue with configuring EJBCA.

Configure EJBCA

To configure EJBCA, perform these steps:

  1. Open a web browser and navigate to the EJBCA Admin Web page and authenticate with your Super Admin Client certificate.

  2. On the EJBCA Administration page, click System Configuration.

  3. On the System Configuration page, select the Trusted OAuth Providers tab.

  4. Under Add or remove Trusted OAuth Providers, click Add.

  5. On the Add Trusted OAuth Provider page, update the following:

    • For OAuth Provider Type, select Generic.

    • For OAuth Provider Name: Specify a name, in this example, Okta.

    • The Authorization URL, Token URL, and Logout URL are provided by the JSON syntax from the previous Okta configurations steps:

      • For Authorization URL: Use the authorization_endpoint value. for the Authorization URL in EJBCA.

      • For Token URL: Use the token_endpoint value.

      • For the Logout URL: Use the end_session_endpoint value.

    • For Audience: Set the value specified for the Authorization Server Name in the Okta Configuration steps above.

    • For Scope: Specify “openid”. (info) If your version of EJBCA does not include Scope, you may disregard this setting.

    • For Client Name: Specify the Client ID value copied in the Okta configuration step above.

    • For Client Secret: Specify the Client Secret value copied in the Okta configuration step above.

      image-20240410-140128.png
  6. In the Add Public Key section, select Provide key config url and enter the jwks_uri value from the JSON syntax copied in the Okta Configuration steps above and click Upload Public Key, and then click Save to save the configuration.

    image-20240410-141017.png
  7. Next, in the EJBCA menu, click System Functions > Roles and Access Rules.

  8. On the Roles Management page, click Members next to the Super Administrator Role.

  9. On the Members page, in the Match With list:

    • Select OAuth 2 JWT: Subject ("sub") claim, and select the name of the Okta OAuth Provider.

    • Set the Match value with the email address used in Okta for the user that will need access.

You have now completed the steps for the EJBCA configuration.

Test OAuth Integration

To test the Okta OAuth integration:

  1. Open an incognito window and navigate to the EJBCA Admin Page.

  2. When prompted to select your Super Admin Credential, cancel to be redirected to the OAuth login provider page and select the Okta OAuth provider.

    image-20240410-142639.png
  3. You will be redirected to the Okta login page.

    image-20240410-142714.png
  4. Enter your credentials and click Sign in to be redirected to the EJBCA Administration page.

image-20240410-142756.png

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.