Skip to content

OpenProject application

OpenProject is an open-source project management platform. MIA connects to it to inventory users and manage their access.

Authentication type and prerequisites

Authentication type — API token

Prerequisites

Use an OpenProject administrator account, or an account with the global manage_user permission. The OpenProject instance must expose API v3.

Connection steps

  1. In OpenProject, open My account → Access tokens.
  2. Generate or copy the token from the API row.
  3. In MIA, open Applications → Add an application → OpenProject.
  4. Enter the root URL of your instance (for example https://openproject.example.com) and the API token.

MIA uses the token as a Bearer token. Opening access sends an OpenProject invitation; closing access deletes the corresponding OpenProject account.

See the OpenProject API authentication documentation and the users endpoints.