{
    "client_id": "https://dev.client.xaa.rocks/client-metadata",
    "client_name": "xaa.rocks Cross App Access Client",
    "client_uri": "https://dev.client.xaa.rocks",
    "redirect_uris": [
        "https://dev.client.xaa.rocks/callback/oidc"
    ],
    "grant_types": [
        "authorization_code",
        "refresh_token",
        "urn:ietf:params:oauth:grant-type:jwt-bearer"
    ],
    "response_types": [
        "code"
    ],
    "token_endpoint_auth_methods_supported": [
        "none",
        "private_key_jwt"
    ],
    "token_endpoint_auth_signing_alg_values_supported": [
        "ES256"
    ],
    "jwks_uri": "https://dev.client.xaa.rocks/client-jwks"
}