# Okta My Apps Dashboard

## Prerequisites

<details>

<summary>Permissions required for registering and configuring an app in Okta</summary>

The Okta account must have permission to manage applications in Okta. Ideally the Okta account should be in the Super administrator role.

</details>

## Create a bookmark application for Coherent Spark

Since Coherent Spark uses the Service Provider-Initiated (SP-Initiated) Flow (reference [Federation](/identity-and-access-management/federation.md)), you need to create a bookmark application to allow users to access Spark from the Okta My Apps dashboard.

1. In the Okta *Admin Console*, go to *Applications* from the left pane.
2. Click on *Browse App Catalog*.
3. Search for *Bookmark App*.
4. Once found, click **Add Integration**.
5. Enter your Application Label (Name) and your Spark tenant URL in the format `https://spark.{environment}.coherent.global/{tenant}`.
6. Click **Done**.
7. If you would like to do so, change the logo for this application.
8. Assign the bookmark application to the appropriate users/groups.
9. Navigate to your Okta User Home page `/app/UserHome` and confirm the app is shown.
10. Click on the Spark Bookmark App — you should be redirected to Spark without entering credentials (SSO).

## For SAML applications: Configure the sign-in application&#x20;

If your sign-in application uses SAML, follow these steps:

1. In the Okta Admin Console, navigate to *Applications* from the left pane.
2. Click on your Coherent Spark application.
3. Go to the *General* tab.
4. In *App Settings*, click **Edit**.
5. Check *Do not display application icon to users*.
6. Click **Save**.


---

# 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.coherent.global/identity-and-access-management/single-sign-on/okta-my-apps-dashboard.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.
