Skip to main content

Authorisation Server Metadata

GET 

/service/data-space/:organisationId/.well-known/oauth-authorization-server

The Authorisation Server Metadata endpoint for an organisation's capabilities in regards to a Data Marketplace.

Request

Path Parameters

    organisationId stringrequired

    The ID of the organisation

Responses

Get Authorisation Server Metadata

Response Headers
  • Content-Type json

    Content-Type header

Schema
    issuer string

    Issuer Identifier for the OAuth Authorization Server

    token_endpoint string

    Token endpoint URL for the OAuth Authorization Server

    registration_endpoint string

    Registration endpoint URL for the OAuth Authorization Server

    validate_token_endpoint string

    Where an Access Token from a Pull-Data request can be verified and authorised

Loading...