{
    "issuer": "https://nordbastion.com",
    "token_endpoint": "https://nordbastion.com/v1/oauth/token",
    "revocation_endpoint": "https://nordbastion.com/v1/oauth/revoke",
    "introspection_endpoint": "https://nordbastion.com/v1/oauth/introspect",
    "registration_endpoint": "https://nordbastion.com/v1/oauth/register",
    "grant_types_supported": [
        "client_credentials",
        "password",
        "refresh_token"
    ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_post",
        "client_secret_basic"
    ],
    "response_types_supported": [
        "token"
    ],
    "scopes_supported": [
        "read",
        "billing",
        "servers",
        "full"
    ],
    "service_documentation": "https://nordbastion.com/agents/",
    "op_policy_uri": "https://nordbastion.com/doctrine/",
    "op_tos_uri": "https://nordbastion.com/terms/",
    "code_challenge_methods_supported": [
        "S256"
    ],
    "registration_endpoint_auth_methods_supported": [
        "none"
    ],
    "x-supports-rfc7591": true,
    "x-supports-cimd": false
}