{
    "issuer": "https://dev.todo.xaa.rocks/",
    "token_endpoint": "https://dev.todo.xaa.rocks/token",
    "token_endpoint_auth_methods_supported": [
        "none"
    ],
    "grant_types_supported": [
        "urn:ietf:params:oauth:grant-type:jwt-bearer"
    ],
    "authorization_grant_profiles_supported": [
        "urn:ietf:params:oauth:grant-profile:id-jag"
    ],
    "scopes_supported": [
        "todos"
    ],
    "response_types_supported": []
}