ETSI OAuth Scopes
ETSI publishes 13 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the ETSI API on a user’s behalf.
Tokens are issued from https://portal.openslice.eu/auth/realms/openslice/protocol/openid-connect/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.
OAuth endpoints
https://portal.openslice.eu/auth/realms/openslice/protocol/openid-connect/auth
https://portal.openslice.eu/auth/realms/openslice/protocol/openid-connect/token {tokenUrl}
authorizationCodeclientCredentials
Scopes (13)
| Scope | Description | Flows |
|---|---|---|
| read | Read access to the ETSI OpenSlice TM Forum Open API resources | authorizationCode |
| write | Write access to the ETSI OpenSlice TM Forum Open API resources | authorizationCode |
| admin | Administrative access to the OpenSlice realm | authorizationCode |
| openapi | Realm client scope used by the OpenSlice Swagger UI to obtain a token for try-it calls | authorizationCode |
| openid | Standard OpenID Connect scope | authorizationCode |
| profile | Standard OIDC profile claims | authorizationCode |
| Standard OIDC email claim | authorizationCode | |
| roles | Keycloak realm/client role claims | authorizationCode |
| address | Standard OIDC address claim | authorizationCode |
| phone | Standard OIDC phone claim | authorizationCode |
| microprofile-jwt | MicroProfile JWT claim mapper scope | authorizationCode |
| web-origins | Keycloak CORS web-origins scope | authorizationCode |
| offline_access | Issues a refresh token usable while the user is offline | authorizationCode |
📄 Provider scope reference: https://portal.openslice.eu/auth/realms/openslice/.well-known/openid-configurationhttps://forge.etsi.org/rep/.well-known/openid-configuration
Source
OAuth Scopes
Work with this as data
Every scope set here is available over the APIs.io API and to AI agents over MCP.