> ## Documentation Index
> Fetch the complete documentation index at: https://help.nextmatter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Okta authentication

> You can log in to Next Matter using Okta

<Info>
  We support Okta in the Enterprise plan.
</Info>

1. Ensure each user has an existing Next Matter account associated with the same email they use for authenticating with Okta.
2. Create a new OpenID Connect server-side web app in your Okta workspace. Do the following:
   1. Sign in to your Okta Admin Dashboard as an administrator.
   2. Go to the **Applications** and click **Create App Integration**.
   3. Select **OIDC - OpenID Connect** as the sign-in method.
   4. Choose the application type. For a server-side web application, select **Web Application**.
   5. Configure the application.

      * In the **Grant type**, select **Refresh Token**
      * In the **Sign-in redirects URIs**, enter [https://app.nextmatter.com/login](https://app.nextmatter.com/login)
      * In the **Sign-out redirects URIs**, enter [https://app.nextmatter.com/login](https://app.nextmatter.com/login)
      * In the **Base URIs**, enter [https://app.nextmatter.com](https://app.nextmatter.com)
      * Decide on the **Assignments**. We recommend the following settings:

      <Frame>
        <img src="https://mintcdn.com/nextmatter/Z3-w3RiDibcpWWcE/images/docs/04a7e2d-Screenshot_2024-02-08_at_12.30.46.png?fit=max&auto=format&n=Z3-w3RiDibcpWWcE&q=85&s=eff45a04a08cde98d4c9e61587d4566d" alt="Image of the Okta Admin Dashboard - Assignments screen with settings" width="1336" height="522" data-path="images/docs/04a7e2d-Screenshot_2024-02-08_at_12.30.46.png" />
      </Frame>
3. Reach out to our Customer Success team (use the Contact us button in the top-right of this page) with the following details, so that we can complete our end of the configuration:
   * **Okta authentication domain** - you can find it in your Okta Admin Console by navigating to `https://<your_domain>.okta.com/admin`, where `<your_domain>` is your organization's custom Okta domain.
   * App integration **client ID** and **client secret** - you receive them from Okta when you've created your application.

We will reach out to you when the set-up is completed on our side and you can use Okta to log in to Next Matter.

<Info>
  We can't enforce specific login methods for users.
</Info>
