> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mcpmanager.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Add an MCP Manager tile to your IdP dashboard

> Configure your IdP so users launch MCP Manager with one click from the IdP dashboard: allow IdP-initiated login, set the tenant-scoped Initiate login URI, and assign the application to users.

By default, signing in to MCP Manager is **service-provider-initiated**: the user starts at MCP Manager, enters their work email, and MCP Manager routes them to your IdP. You can also add an MCP Manager tile to your IdP dashboard that signs users in **directly** — one click takes them straight into MCP Manager through your IdP, with no email to type. The tile points at a sign-in URL that already names your workspace's connection, so MCP Manager knows which IdP to use without asking.

<Info>
  The tile requires a working [SSO connection](/enterprise/sso). Set up SSO first; the tile is an optional addition for IdP-initiated launch.
</Info>

## Configure the tile

<Steps>
  <Step title="Allow IdP-initiated launch">
    In the OIDC application's general settings, set **Login initiated by** to allow both the IdP and the app (in Okta, *Either Okta or App*), and enable **Display application icon to users**.
  </Step>

  <Step title="Set the initiate-login URI to your tenant-scoped sign-in URL">
    Set the application's **Initiate login URI** to the workspace-specific MCP Manager sign-in URL we provide during onboarding. It has the form:

    ```text theme={null}
    https://gateway.mcpmanager.ai/auth/login?tenant=your-workspace-tenant
    ```

    The `tenant` value identifies your workspace's enterprise connection and is **specific to your organization** — MCP Manager gives you the exact value; do not guess it. Because the URL carries the tenant, clicking the dashboard tile sends the user straight to MCP Manager and through your IdP, signed in without entering their email.
  </Step>

  <Step title="Assign the MCP Manager icon to the tile">
    <Check>
      Click [this link](/images/mcp-manager-logo-vertical.png) to download the MCP Manager icon seen below.

      The image below will be rendered through our CDN as an AVIF format, but the link above will bypass the CDN and serve you the raw PNG.
    </Check>

    <Frame caption="This is just a preview rendered in AVIF format. Please use the link above to download the PNG.">
      <img alt="Mcp Manager Logo Vertical 1" lightAlt="Mcp Manager Logo Vertical 1" darkAlt="Mcp Manager Logo Vertical" src="https://mintcdn.com/mcpmanagerbyusercentrics/R4yyjxx_ecI_wpnY/images/mcp-manager-logo-vertical.png?fit=max&auto=format&n=R4yyjxx_ecI_wpnY&q=85&s=dc43b435e43d7ca513c9f9cde778b323" className="dark:hidden" width="512" height="276" data-path="images/mcp-manager-logo-vertical.png" />

      <img alt="Mcp Manager Logo Vertical 1" lightAlt="Mcp Manager Logo Vertical 1" darkAlt="Mcp Manager Logo Vertical" src="https://mintcdn.com/mcpmanagerbyusercentrics/R4yyjxx_ecI_wpnY/images/mcp-manager-logo-vertical.png?fit=max&auto=format&n=R4yyjxx_ecI_wpnY&q=85&s=dc43b435e43d7ca513c9f9cde778b323" className="hidden dark:block" width="512" height="276" data-path="images/mcp-manager-logo-vertical.png" />
    </Frame>
  </Step>

  <Step title="Assign the application to your users">
    Assign the OIDC application to the users or groups who should see and use the tile.

    <Note>
      The tile only appears for users who are **assigned to the OIDC application** in your IdP. This is separate from SCIM provisioning assignment — a user assigned for provisioning but not assigned to the OIDC application will not see the tile and cannot launch from it. See [SCIM provisioning](/enterprise/scim).
    </Note>

    <Check>
      A user assigned to the application sees the MCP Manager tile on their IdP dashboard, and clicking it lands them in MCP Manager signed in — no email entry.
    </Check>
  </Step>
</Steps>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The IdP dashboard tile does not sign users in">
    The tile requires the OIDC application to allow IdP-initiated launch (in Okta, *Either Okta or App*), to display its icon to users, and to have its **Initiate login URI** set to the tenant-scoped sign-in URL we provide (`https://gateway.mcpmanager.ai/auth/login?tenant=your-workspace-tenant`). Confirm those settings, that the `tenant` value matches the one MCP Manager gave you, and that the user is assigned to the OIDC application.
  </Accordion>
</AccordionGroup>

## Further reading

<CardGroup cols={2}>
  <Card title="Single Sign-On (SSO)" icon="right-to-bracket" href="/enterprise/sso">
    How MCP Manager brokers enterprise sign-in and what you provide to connect your IdP.
  </Card>

  <Card title="SCIM provisioning" icon="arrows-rotate" href="/enterprise/scim">
    Automatically create users and sync IdP groups to MCP Manager teams.
  </Card>
</CardGroup>
