{
    "authorization_endpoint": "https://wallet.hello-beta.net/authorize",
    "issuer": "https://issuer.hello-beta.net",
    "jwks_uri": "https://issuer.hello-beta.net/.well-known/jwks.json",
    "introspection_endpoint": "https://wallet.hello-beta.net/oauth/introspect",
    "token_endpoint": "https://wallet.hello-beta.net/oauth/token",
    "device_authorization_endpoint": "https://wallet.hello-beta.net/oauth/device/code",
    "userinfo_endpoint": "https://wallet.hello-beta.net/oauth/userinfo",
    "service_documentation": "https://hello.dev",
    "dpop_signing_alg_values_supported": [
        "RS256",
        "RS384",
        "RS512",
        "PS256",
        "PS384",
        "PS512",
        "ES256",
        "ES384",
        "ES512",
        "ES256K",
        "EdDSA"
    ],
    "response_modes_supported": [
        "query",
        "fragment",
        "form_post"
        ],
    "subject_types_supported": [
        "pairwise"
        ],
    "id_token_signing_alg_values_supported": [
        "RS256"
        ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic"
        ],
    "introspection_endpoint_auth_methods_supported": [
        "none"
        ],
    "code_challenge_methods_supported": [
        "S256"
        ],
    "grant_types_supported": [
        "authorization_code", 
        "urn:ietf:params:oauth:grant-type:device_code",
        "implicit"
        ],
    "response_types_supported": [
        "id_token",
        "code"
        ],
    "scopes_supported": [
        "openid",
        "profile",
        "name",
        "nickname",
        "family_name",
        "given_name",
        "picture",
        "email",
        "phone",
        "discord",
        "github",
        "gitlab",
        "twitter",
        "ethereum",
        "bound_key"
    ],
    "claims_supported": [
        "sub",
        "iss",
        "aud",
        "exp",
        "iat",
        "jti",
        "nonce",
        "name",
        "picture",
        "email",
        "email_verified",
        "phone_number",
        "phone_number_verified",
        "discord",
        "github",
        "gitlab",
        "twitter",
        "ethereum",
        "cnf"
    ],
    "provider_hints_supported": [
        "apple--",
        "apple",
        "discord",
        "email--",
        "email",
        "ethereum",
        "facebook",
        "github",
        "gitlab",
        "google--",
        "google",
        "line",
        "mastodon",
        "microsoft--",
        "microsoft",
        "qrcode",
        "tumblr",
        "twitch",
        "twitter",
        "wordpress",
        "yahoo"
    ]
}
