Alectra Utilities · OAuth Scopes

Alectra Utilities OAuth Scopes

OAuth 2.0 derived

Alectra Utilities uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://sandbox.greenbuttonalliance.org:8443/oauth/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.

EnergyCanadaUtilitiesElectricityOntarioGreen ButtonSmart MeteringEnergy DataGridMunicipal UtilityESPI
Scopes: 0 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://sandbox.greenbuttonalliance.org:8443/oauth/authorize
Token URL
https://sandbox.greenbuttonalliance.org:8443/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (0)

Alectra Utilities implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-27'
method: derived
source: openapi/alectra-utilities-green-button-espi-openapi.json
docs: null
provenance_warning: >-
  Derived from the Green Button Alliance OpenAPI harvested into openapi/, not from an
  Alectra scopes reference. Alectra Utilities publishes no scope list, no OAuth
  metadata and no consent-permission reference anywhere on alectrautilities.com or on
  its Savage Data-hosted Green Button portal.
schemes:
- name: oauth2
  source: openapi/alectra-utilities-green-button-espi-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://sandbox.greenbuttonalliance.org:8443/oauth/authorize
    tokenUrl: https://sandbox.greenbuttonalliance.org:8443/oauth/token
  - flow: clientCredentials
    tokenUrl: https://sandbox.greenbuttonalliance.org:8443/oauth/token
scopes: []
scope_count: 0
finding: >-
  The oauth2 security scheme is declared and applied to every operation, but both
  flows carry an EMPTY scopes map in the source specification, and no operation
  attaches a named scope in its security[] requirement. NAESB REQ.21 ESPI does define
  a structured scope string for Connect My Data authorisations (function block,
  interval duration and history parameters encoded into a single scope value), but
  neither the harvested specification nor any Alectra surface enumerates one, so no
  scope strings are recorded here. Nothing is invented.
consent_model: >-
  Green Button Connect My Data authorisation is per customer and per data selection:
  the customer chooses the data and the time period in Alectra's Green Button portal,
  and the resulting Authorization resource carries the negotiated scope, grant_type,
  token_type and expires_at. The scope value is therefore issued at consent time by
  the data custodian rather than published in advance as a fixed catalogue.