/.well-known/dataspace/consent-configuration.json
Configuration details for a consent provider on a dataspace. This is hosted by the consent provider on the dataspace and is thus available at for example https://consent.sandbox.ioxio-dataspace.com/.well-known/dataspace/consent-configuration.json
.
Example:
{
"issuer": "https://consent.sandbox.ioxio-dataspace.com",
"jwks_uri": "https://consent.sandbox.ioxio-dataspace.com/.well-known/jwks.json",
"consent_request_uri": "https://consent.sandbox.ioxio-dataspace.com/Consent/Request"
}
Type: stringFormat: uri
The issuer used by the consent provider in the JWT based consent tokens.
Must be at least 1
characters long
Must be at most 2083
characters long
Example:
"https://consent.sandbox.ioxio-dataspace.com"
Type: stringFormat: uri
The URI for the JWKs used by the consent provider when signing tokens.
Must be at least 1
characters long
Must be at most 2083
characters long
Example:
"https://consent.sandbox.ioxio-dataspace.com/.well-known/jwks.json"
Type: stringFormat: uri
The URI at which a consent can be requested.
Must be at least 1
characters long
Must be at most 2083
characters long
Example:
"https://consent.sandbox.ioxio-dataspace.com/Consent/Request"