Miro is a collaborative online whiteboard platform that enables teams to brainstorm, plan, and visualize ideas in real time. The Miro integration with Frontegg allows your application to access and manage Miro boards and items on behalf of your users.
Prerequisites
Prerequisites
- A Miro account with access to the developer settings
- Permissions to create apps in your Miro team
Sign in to Miro and navigate to Profile settings → Your apps. You can access this page directly at miro.com/app/settings/user-profile/apps.
Click Create new app.

In the Create new app dialog, enter a name for your app and select a developer team.

Enter Frontegg Integration as the app name, select your developer team from the dropdown, and click Create app.

After the app is created, you are taken to the app settings page. In the App Credentials section, copy the Client ID and Client secret. You will need these when configuring the integration in the Frontegg portal.
Keep your credentials secure
Keep your credentials secure
Never share your Client secret or commit it to version control.

Scroll down to the Redirect URI for OAuth2.0 section.

Enter the following redirect URIs one at a time and click Add after each:
https://YOUR_MCP_GATEWAY_URL/integration-callback


Scroll down to the Permissions section and select the following scopes:
| Scope | Description |
|---|---|
boards:read | Read access to boards |
boards:write | Write access to boards |
identity:read | Read user identity information |
Minimum required scopes
Minimum required scopes
For basic functionality, you need boards:read and identity:read. Add boards:write to allow creating and modifying boards.
Scopes are saved automatically when you check them.

Once you have obtained your Client ID and Client secret from the steps above, enter them in the integration configuration page of the Frontegg portal:
- Open the Frontegg portal and navigate to [ENVIRONMENT] → Integrations → Miro.
- Enter the Client ID and Client secret in the corresponding fields.
- Select the required scopes.
- Click Save.