PPL · OAuth Scopes

PPL OAuth Scopes

OAuth 2.0 searched

PPL publishes 1 OAuth 2.0 scope via the authorizationCode, onBehalfOf, and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the PPL API on a user’s behalf.

Tokens are issued from https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/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.

InsuranceUnited KingdomLondon MarketLloyd's of LondonReinsuranceCommercial InsuranceBrokersUnderwritingPlacementMarket InfrastructureACORDElectronic Placing
Scopes: 1 Flows: authorizationCode, onBehalfOf, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/authorize
Token URL
https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token
Flows
authorizationCodeonBehalfOfclientCredentials

Scopes (1)

ScopeDescriptionFlows
user_impersonation The single delegated permission the LIMOSS API Gateway checks. The Base API Standard states the JWT must carry the claim "scp": "user_impersonation"; the Authentication page states that "if there is a scope claim which includes 'user_impersonation', then it may be passed directly to the API Gateway", and that otherwise the caller must acquire an on-behalf-of token that has it. authorizationCode, onBehalfOf, clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-25'
method: searched
source: >-
  Docs only. python3 0-working/derive-oauth-scopes.py returned nothing for this provider because
  none of the five PPL OpenAPI documents declares an oauth2 securityScheme — the OAuth contract is
  published only in developer-portal prose.
docs: https://developer.pplnextgen.com/Get-Started/Authentication-Information
also_documented_at: https://developer.pplnextgen.com/Get-Started/Base-API-Standard
model: >-
  PPL does not operate its own authorization server and does not publish a per-resource scope
  catalogue. Authorization is delegated wholesale to Microsoft Entra ID (Azure AD) in the LIMOSS
  API Common Services tenant, and the LIMOSS API Gateway gates on a single delegated-permission
  scope. Resource-level authorization is then enforced by team/user context carried in the
  X-Auth-Team and X-Auth-Impersonated-User headers, and by the market roles held by that user —
  not by OAuth scopes.
schemes:
- name: entraIdBearer
  type: oauth2
  provider: Microsoft Entra ID (Azure AD)
  source: https://developer.pplnextgen.com/Get-Started/Authentication-Information
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/authorize
    tokenUrl: https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token
  - flow: onBehalfOf
    tokenUrl: https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token
  - flow: clientCredentials
    tokenUrl: https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token
scopes:
- scope: user_impersonation
  description: >-
    The single delegated permission the LIMOSS API Gateway checks. The Base API Standard states the
    JWT must carry the claim "scp": "user_impersonation"; the Authentication page states that "if
    there is a scope claim which includes 'user_impersonation', then it may be passed directly to
    the API Gateway", and that otherwise the caller must acquire an on-behalf-of token that has it.
  flows: [authorizationCode, onBehalfOf, clientCredentials]
  sources: [https://developer.pplnextgen.com/Get-Started/Authentication-Information, https://developer.pplnextgen.com/Get-Started/Base-API-Standard]
audience:
  note: >-
    Where the downstream API validates the audience claim, the gateway may need an on-behalf-of
    token with the correct audience set. PPL does not publish the audience/resource identifier
    values — they are issued per organisation and per environment during onboarding.
  published: false
not_published:
- Per-API or per-resource scopes (there is no read:placements / write:contracts style catalogue).
- A scopes or permissions reference page.
- Any consent screen or scope-selection UI for third-party applications.
authorization_model:
  primary: single delegated Entra ID scope (user_impersonation)
  secondary: >-
    Team and user context supplied on every call via X-Auth-Team and X-Auth-Impersonated-User,
    validated by the platform. An invalid combination returns HTTP 404 with error code
    INVALID_ROLE_OR_TEAM.
  transport: mutual TLS with a per-environment registered X.509 client certificate
related:
  authentication: authentication/ppl-london-market-authentication.yml

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/ppl-london-market-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.