# Okta

## Okta and Hockeystack Integration <a href="#block-019b39b9dda14fd594b428002e966f92" id="block-019b39b9dda14fd594b428002e966f92"></a>

Hockeystack integrates with Okta using Single Sign-On (SSO) to provide secure and streamlined access for users. To set up this integration, follow these steps:

### Create Okta OIDC App Integration <a href="#block-f1a58a888d5948358e2c82c632addb64" id="block-f1a58a888d5948358e2c82c632addb64"></a>

1. [Go to the Okta Help Center and read the guide on how to create an Okta OIDC app integration.](https://help.okta.com/en-us/content/topics/apps/apps_app_integration_wizard_oidc.htm)
2. When setting up your Okta OIDC app integration, use the following setting
   * Select OIDC as the Sign-in method.
   * Select Web application as the Application type.
   * Set up the following parameters:
     * **Name**: The name of your application.
     * **Sign-in Redirect URIs**: <https://hockeystack-production.us.auth0.com/login/callback>
     * **Trusted Origins**: [https://hockeystack.com](https://hockeystack.com/)
3. Okta will generate a Client ID and Client Secret for your app integration. Make sure to record these.
4. Add users to the Okta app integration: Users need to be in the Okta application and have a HockeyStack account to be able to log in.

### Share Client ID and Client Secret with Hockeystack Team <a href="#block-470459f5daf54e81bbed9645f7496f7b" id="block-470459f5daf54e81bbed9645f7496f7b"></a>

Once you have set up the Okta app, please share the Client ID and Client Secret with the HockeyStack Team. They will complete the setup and enable SSO for your organization.


---

# 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.hockeystack.com/integrations/other/okta.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.
