Get a report provider configuration - OsiriX-Foundation/KheopsAuthorization GitHub Wiki

Used by the report provider for getting the configuration

URL : /reportproviders/{client_id}/configuration

Method : GET

Headers

  • Accept : If present, require that this value be application/json

Success Response

  • Status : 200 OK
{
    "album_id": "bSoeD2cxuv",
    "client_id": "BdwHkGxafhtG3mZ03T1HV7",
    "issuer": "https://demo.kheops.online",
    "return_uri": "https://demo.kheops.online/albums/bSoeD2cxuv",
    "dicomweb_endpoint": "https://demo.kheops.online/api",
    "wado_endpoint": "https://demo.kheops.online/api",
    "token_endpoint": "https://demo.kheops.online/api/token",
    "introspect_uri": "https://demo.kheops.online/api/token/introspect",
    "userinfo_endpoint": "https://demo.kheops.online/api/userinfo",
    "jwks_uri": "https://demo.kheops.online/api/certs"
}

Error Response

If the client id is not found

  • Status : 400 Bad Request