Dust Identity · OAuth Scopes
Dust Identity OAuth Scopes
OAuth 2.0
probed
Dust Identity publishes 6 OAuth 2.0 scopes via the authorizationCode, refreshToken, and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Dust Identity API on a user’s behalf.
Tokens are issued from https://authd.dustid.io/api/auth/oauth2/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.
AuthenticationIdentitySupply ChainTraceabilityProvenanceAnti-CounterfeitingAsset TrackingAerospace and DefenseManufacturingSecurity
Scopes: 6
Flows: authorizationCode, refreshToken, clientCredentials
Method: probed
OAuth endpoints
Authorization URL
https://authd.dustid.io/api/auth/oauth2/authorize
https://authd.dustid.io/api/auth/oauth2/authorize
Token URL
https://authd.dustid.io/api/auth/oauth2/token https://authd.dustid.io/api/auth/dust/service-accounts/token
https://authd.dustid.io/api/auth/oauth2/token https://authd.dustid.io/api/auth/dust/service-accounts/token
Flows
authorizationCoderefreshTokenclientCredentials
authorizationCoderefreshTokenclientCredentials
Scopes (6)
| Scope | Description | Flows |
|---|---|---|
| openid | Standard OpenID Connect scope — request an ID token. | authorizationCode |
| Release the `email` and `email_verified` claims. | authorizationCode | |
| profile | Release the `name`, `picture`, `given_name` and `family_name` claims. | authorizationCode |
| offline_access | Issue a refresh token so the client can renew without user interaction. | authorizationCode, refreshToken |
| read:widgets | authorizationCode | |
| write:widgets | authorizationCode |
📄 Provider scope reference: https://docs.dustid.io/api/authentication/