Landgate · OAuth Scopes

Landgate OAuth Scopes

OAuth 2.0 searched

Landgate publishes 6 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Landgate API on a user’s behalf.

Tokens are issued from https://sign-on.app.landgate.wa.gov.au/as/token.oauth2.

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.

Real EstateAustraliaLand RegistryTitleValuationProperty DataOpen DataGeospatialGovernmentConveyancingPropTech
Scopes: 6 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://sign-on.app.landgate.wa.gov.au/as/authorization.oauth2
Token URL
https://sign-on.app.landgate.wa.gov.au/as/token.oauth2
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
openid Standard OpenID Connect scope — requests an ID token for the signed-in MyLandgate user. authorizationCode, implicit
profile Standard OIDC claim set — name and profile claims for the MyLandgate user. authorizationCode, implicit
email Standard OIDC email claim. authorizationCode, implicit
address Standard OIDC address claim. authorizationCode, implicit
phone Standard OIDC phone-number claim. authorizationCode, implicit
ATO Non-standard Landgate-specific scope advertised by the authorization server. No published definition was found; not documented on any Landgate page located on 2026-07-26. Recorded verbatim without interpretation. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-26'
method: searched
source: https://sign-on.app.landgate.wa.gov.au/.well-known/openid-configuration
docs: null
note: |
  Landgate publishes no scopes/permissions reference page. This scope catalogue is taken
  verbatim from the `scopes_supported` array of the MyLandgate PingFederate discovery
  documents (both the OIDC discovery doc and the RFC 8414 authorization-server metadata
  advertise the same six values, fetched HTTP 200 anonymously on 2026-07-26).

  The public SLIP and Data WA CKAN surfaces carry NO OAuth scopes — they are anonymous.
  These scopes govern MyLandgate / Land Enquiry Services sign-on only.
schemes:
  - name: MyLandgateOAuth2
    source: well-known/landgate-oauth-authorization-server.json
    issuer: https://sign-on.app.landgate.wa.gov.au
    flows:
      - flow: authorizationCode
        authorizationUrl: https://sign-on.app.landgate.wa.gov.au/as/authorization.oauth2
        tokenUrl: https://sign-on.app.landgate.wa.gov.au/as/token.oauth2
scopes:
  - scope: openid
    description: Standard OpenID Connect scope — requests an ID token for the signed-in
      MyLandgate user.
    flows: [authorizationCode, implicit]
    sources: [well-known/landgate-openid-configuration.json]
  - scope: profile
    description: Standard OIDC claim set — name and profile claims for the MyLandgate user.
    flows: [authorizationCode, implicit]
    sources: [well-known/landgate-openid-configuration.json]
  - scope: email
    description: Standard OIDC email claim.
    flows: [authorizationCode, implicit]
    sources: [well-known/landgate-openid-configuration.json]
  - scope: address
    description: Standard OIDC address claim.
    flows: [authorizationCode, implicit]
    sources: [well-known/landgate-openid-configuration.json]
  - scope: phone
    description: Standard OIDC phone-number claim.
    flows: [authorizationCode, implicit]
    sources: [well-known/landgate-openid-configuration.json]
  - scope: ATO
    description: Non-standard Landgate-specific scope advertised by the authorization server.
      No published definition was found; not documented on any Landgate page located on
      2026-07-26. Recorded verbatim without interpretation.
    flows: [authorizationCode]
    sources: [well-known/landgate-oauth-authorization-server.json]
summary:
  scope_count: 6
  standard_oidc: 5
  provider_specific: 1
  documented_by_provider: false