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
- 200
Get Authorisation Server Metadata
Response Headers
Content-Type json
Content-Type header
- application/json
- Schema
- Example (from schema)
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
{
"issuer": "string",
"token_endpoint": "string",
"registration_endpoint": "string",
"validate_token_endpoint": "string"
}
Loading...