> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/administration/setup-sso-integration-on-prisma-cloud/get-started-with-oidc-sso/set-up-oidc-on-okta.md).

# Set up OIDC on Okta

Complete the steps below to [Configure OIDC on Okta](https://help.okta.com/oie/en-us/content/topics/apps/apps_app_integration_wizard_oidc.htm). Begin by first adding an OpenID application on Okta.

1. On the Okta Admin Console, select **Applications > Applications**.
2. Click **Create App Integration**.
3. Select **Web application** as the Application Type.
4. Set **Assignments / Controlled Access** according to your organization’s policies and **Save** the application.
5. Create the Prisma Cloud Config using the values listed below:
   1. Client ID config element: Find this under **General → Client Credentials**. Use this value for **Client ID**.
   2. Client Secret config element: Generate a new Client Secret and use this value. Make sure you note the expiration date and set up a scheduled refresh.
   3. Issuer config element: Use “issuer” value from response to https\://\<okta tenant>/.well-known/openid-configuration (where \<okta tenant> is your .okta.com unique tenant identifier).
   4. Auth URI config element: Use “authorization\_endpoint” from response to https\://\<okta tenant>/.well-known/openid-configuration. Apply this to https\://\<okta tenant>/oauth2/v1/authorize.
   5. Token URI config element: Use “token endpoint” from response to https\://\<okta tenant>/.well-known/openid-configuration. Apply this to https\://\<okta tenant>/oauth2/v1/token.
   6. JWK Set URI config element: Use “jwks uri” from response to https\://\<okta tenant>/.well-known/openid-configuration. Apply this to https\://\<okta tenant>/oauth2/v1/keys

      You can also reference https\://\<okta tenant>/.well-known/openid-configuration/ for the config values above.


---

# 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://docs.prismacloud.io/content-collections/administration/setup-sso-integration-on-prisma-cloud/get-started-with-oidc-sso/set-up-oidc-on-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.
