# Create an App Integration; Access Your Client ID and Client Secret

* [ ] Log in to Okta
* [ ] Navigate to the Applications page by clicking the "Applications" dropdown menu in the navigation bar on the left side of your window and then clicking the "Applications" dropdown item

<figure><img src="/files/hNTvy0uQkAfDHzAGsUFj" alt=""><figcaption></figcaption></figure>

* [ ] Create a new app integration by clicking the "Create App Integration" button

<figure><img src="/files/Of2I6YV0u4TdTPOYoAcf" alt=""><figcaption></figcaption></figure>

* [ ] Choose "OIDC - OpenID Connect" as the sign-in method and "Web Application" as the application type for your app integration and click the "Next" button to proceed to the next page

<figure><img src="/files/6NWctMpiKHln74AyDXex" alt=""><figcaption></figcaption></figure>

* [ ] Select the "Client Credentials" and "Authorization Code" grant types and enter *<https://eva.foxio.io/callback>* as the sign-in redirect URI

<figure><img src="/files/mC9th9lbxSSKGuMJ1zLA" alt=""><figcaption></figcaption></figure>

* [ ] Configure the other settings for your app integration and click the "Save" button to create your app integration
* [ ] The Client ID for the app integration you created for EVA will appear in the "Client Credentials" section of the "General" tab of the details view for the application

<figure><img src="/files/OvdcJUDLs85z4LKw5OoR" alt=""><figcaption></figcaption></figure>

* [ ] The Client Secret for the app integration you created for EVA will appear in the "Client Credentials" section of the "General" tab of the details view for the application

<figure><img src="/files/gpRc0wPnBcw21BwUiy4M" alt=""><figcaption></figcaption></figure>

* [ ] Ensure that the Okta Authorization Server you plan to use with EVA is equipped with an Access Policy and associated Policy Rule(s) that permit your organization's users to authenticate themselves when redirected to Okta from EVA. To learn more about Access Policies and how to create one, if needed, [read Okta's docs](https://developer.okta.com/docs/guides/configure-access-policy/main/).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.foxio.io/setup/okta/create-an-app-integration-access-your-client-id-and-client-secret.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
