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
- In OpenProject, open My account → Access tokens.
- Generate or copy the token from the API row.
- In MIA, open Applications → Add an application → OpenProject.
- 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.