Telia Company · OAuth Scopes

Telia Company OAuth Scopes

OAuth 2.0 searched

Telia Company publishes 2 OAuth 2.0 scopes via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Telia Company API on a user’s behalf.

Tokens are issued from https://api-garden.teliacompany.com/v4/oauth/client_credential/accesstoken.

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.

TelecommunicationsSwedenNordicsBalticsMobile Network OperatorNetwork APIsCAMARAOpen GatewayMessagingSMSSMPPIoT5GBroadbandIdentity VerificationBSSOSSTM ForumMEFStandards
Scopes: 2 Flows: clientCredentials, authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://tunnistus.telia.fi/uas/oauth2/authorization
Token URL
https://api-garden.teliacompany.com/v4/oauth/client_credential/accesstoken https://api-garden-test.teliacompany.com/v4/oauth/client_credential/accesstoken https://tunnistus.telia.fi/uas/oauth2/token
Flows
clientCredentialsauthorizationCode

Scopes (2)

ScopeDescriptionFlows
openid Standard OpenID Connect scope; requests an ID token from the Telia Tunnistus identification broker. authorizationCode
userinfo Grants access to the Tunnistus userinfo endpoint (https://tunnistus.telia.fi/uas/oauth2/userinfo) for the identified subject. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-25'
method: searched
source: openapi/telia-lso-sonata-site-management.yml
docs: https://tunnistus.telia.fi/.well-known/openid-configuration
notes: >-
  Telia publishes almost no scope vocabulary. The LSO Sonata specification
  declares two oauth2 clientCredentials schemes with EMPTY scopes maps, so
  authorization on that surface is a function of the commercial entitlement
  attached to the client id rather than of any scope the caller can request. The
  only scopes published anywhere on Telia's estate are the two advertised by the
  Telia Tunnistus identification broker's OIDC discovery document. No scopes or
  permissions reference page was found on developer.teliacompany.io,
  lso.teliacompany.com, camara.teliacompany.com or developer.telia.fi.
schemes:
- name: prodBearerAuth
  source: openapi/telia-lso-sonata-site-management.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api-garden.teliacompany.com/v4/oauth/client_credential/accesstoken
  description: Token endpoint for the production environment
  scopes_declared: 0
- name: testBearerAuth
  source: openapi/telia-lso-sonata-site-management.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api-garden-test.teliacompany.com/v4/oauth/client_credential/accesstoken
  description: Token endpoint for all test environments
  scopes_declared: 0
- name: tunnistusOidc
  source: https://tunnistus.telia.fi/.well-known/openid-configuration
  local_copy: well-known/telia-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://tunnistus.telia.fi/uas/oauth2/authorization
    tokenUrl: https://tunnistus.telia.fi/uas/oauth2/token
  - flow: clientCredentials
    tokenUrl: https://tunnistus.telia.fi/uas/oauth2/token
  description: Telia Tunnistus identification broker (Telia Finland strong
    electronic identification)
  scopes_declared: 2
scopes:
- scope: openid
  description: Standard OpenID Connect scope; requests an ID token from the Telia
    Tunnistus identification broker.
  flows:
  - authorizationCode
  sources:
  - https://tunnistus.telia.fi/.well-known/openid-configuration
- scope: userinfo
  description: Grants access to the Tunnistus userinfo endpoint
    (https://tunnistus.telia.fi/uas/oauth2/userinfo) for the identified subject.
  flows:
  - authorizationCode
  sources:
  - https://tunnistus.telia.fi/.well-known/openid-configuration
gaps:
- No CAMARA scope vocabulary is published; CAMARA APIs normally define
  purpose-bound scopes such as qod or device-location, and none is discoverable
  on Telia's CAMARA portal.
- The LSO Sonata oauth2 schemes declare no scopes at all.
- The Bulk Messaging APIs use HTTP Basic and have no scope model.