> For the complete documentation index, see [llms.txt](https://kb.rezonate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.rezonate.io/troubleshooting-and-support/sso-integrations/sso-login-okta.md).

# SSO Login - Okta

### Create an Okta OIDC Application <a href="#h_01hbv5as40n22g98yx0f692tqq" id="h_01hbv5as40n22g98yx0f692tqq"></a>

To connect your Okta tenant as an identity Provider in Auth0, you must create an OIDC application. In your Okta Admin Dashboard, create a new application.

Select Applications > Applications, and Create App Integration.

![](https://lh3.googleusercontent.com/R6s7MPj3A_WjHfWSv1HJiI9r6I72kVMQ1goMhW7qLJ1m-x1RNiuLAv0OnIJ43dawISZ8ETX3MpVIjAQ_zgYkCsI-c0aJ_osBPHTwum0VZdYzrc86gLOl0Ehj7BoVMTxy_9XxSV37ffGeTiijcmFlIDk)

Select Create New App.

Choose OIDC as the Sign-in method. Choose Web Application as your Application Type.

![](https://lh6.googleusercontent.com/QYFzLwDeBUfMZzurOKE_sOPzBPjovvP7MeSWYpMvJBVj1VAcnjke47ytyVokXuZW3fUN-BkRYYKbJ8eGV9f6jICRK6U4-SXVToZxKjoHQliO8736aSxt7pPA5XABZeVojJg-kM0QFMwOZ5ycOJ7JhJA)

Select Next.

Enter your App integration name.

Add your Auth0 tenant information callback URL in the Sign-in Redirect URIs field. Your Auth0 tenant is <https://auth.rezon.dev/login/callback>

![](https://lh5.googleusercontent.com/CZdw8vrgmyIt2Qp382jVTx8ut-j3aktxyyHGhiGCUKMpUx1DZ1YZiPktGfYT210GRuCoy9U4WqMAorVqjx0yl6yVcFGBCiiQFQe7bz-DF65ENY_WG0MZrPB04cSpy9YHU18n-AsurZwDUNNEfnZbw5g)

Select Create and find your Client ID and Client Secret fields. Please share them with the Rezonate Team.

![](https://lh4.googleusercontent.com/kwsfIaoB6VqA5A_HLieFKQT_IgswbthD6NhlCGQPEubD1txxeOncLTVswAQ7hllNjAvD_cLsx1MTQdjPfWlWudWw3I78Q5NT-uSroaakzkW0Q3gNLV0r7W9ebgiMLG6VGqy_wV_RnDlixLUIaxXmQZw)

\ <br>

This document is based on the Auth0 Documentation ([here](https://auth0.com/docs/authenticate/identity-providers/enterprise-identity-providers/okta))


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kb.rezonate.io/troubleshooting-and-support/sso-integrations/sso-login-okta.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
