Mitiga · OAuth Scopes
Mitiga OAuth Scopes
OAuth 2.0
probed
Mitiga publishes 14 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and deviceCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Mitiga API on a user’s behalf.
Tokens are issued from https://api.mitiga.cloud/oauth-2/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
CompanySecurityCloud SecuritySaaS SecurityCloud Detection and ResponseIncident ResponseThreat DetectionIdentity SecurityManaged Security ServicesArtificial Intelligence
Scopes: 14
Flows: authorizationCode, clientCredentials, deviceCode
Method: probed
OAuth endpoints
Authorization URL
https://api.mitiga.cloud/oauth-2/authorize
https://api.mitiga.cloud/oauth-2/authorize
Token URL
https://api.mitiga.cloud/oauth-2/token
https://api.mitiga.cloud/oauth-2/token
Flows
authorizationCodeclientCredentialsdeviceCode
authorizationCodeclientCredentialsdeviceCode
Scopes (14)
| Scope | Description | Flows |
|---|---|---|
| openid | Request an ID token — OpenID Connect authentication. | authorizationCode, deviceCode |
| profile | Basic profile claims for the authenticated user. | authorizationCode, deviceCode |
| offline_access | Issue a refresh token for long-lived access. | authorizationCode, deviceCode |
| The user's email address. | ||
| email_verified | Whether the user's email address has been verified. | |
| name | The user's full name claim. | |
| given_name | The user's given name claim. | |
| family_name | The user's family name claim. | |
| nickname | The user's nickname claim. | |
| picture | The user's profile picture URL claim. | |
| created_at | The account creation timestamp claim. | |
| identities | Linked identity-provider identities for the user. | |
| phone | The user's phone number claims. | |
| address | The user's address claim. |