/.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
.
{
"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"
}
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
"https://consent.sandbox.ioxio-dataspace.com"
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
"https://consent.sandbox.ioxio-dataspace.com/.well-known/jwks.json"
The URI at which a consent can be requested.
Must be at least 1
characters long
Must be at most 2083
characters long
"https://consent.sandbox.ioxio-dataspace.com/Consent/Request"