{
    "issuer": "https://clever.com",
    "authorization_endpoint": "https://clever.com/oauth/authorize",
    "token_endpoint": "https://clever.com/oauth/tokens",
    "userinfo_endpoint": "https://api.clever.com/userinfo",
    "jwks_uri": "https://clever.com/oauth/certs",
    "response_types_supported": [
        "code"
    ],
    "subject_types_supported": [
        "public"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "scopes_supported": [
        "openid",
        "email",
        "profile"
    ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post"
    ],
    "claims_supported": [
        "iss",
        "sub",
        "aud",
        "iat",
        "exp",
        "user_id",
        "user_type",
        "district_id",
        "multi_role_user_id",
        "email",
        "email_verified",
        "given_name",
        "family_name"
    ],
    "grant_types_supported": [
        "authorization_code"
    ]
}
