generated: '2026-09-07' method: probed source: >- https://support.cvent.com/.well-known/openid-configuration (HTTP 200, application/json, fetched 2026-09-07, saved verbatim to well-known/cvent-community-openid-configuration.json); https://community.cvent.com/HigherLogic/Security/SAML/localSAMLLoginService.aspx (SAML login link present in the community page markup, observed 2026-09-07) docs: https://support.cvent.com/s/knowledgebase summary: types: - openIdConnect - oauth2 - saml2 api_key_in: [] oauth2_flows: - authorizationCode - refreshToken note: >- Cvent Community publishes no API contract, so this is an identity/SSO profile rather than an API authentication profile. Two sign-in surfaces are observable without credentials. schemes: - name: support-cvent-oidc type: openIdConnect surface: https://support.cvent.com/ (Knowledge Base, case management, Passkey support) platform: Salesforce Experience Cloud openIdConnectUrl: https://support.cvent.com/.well-known/openid-configuration issuer: https://support.cvent.com authorization_endpoint: https://support.cvent.com/services/oauth2/authorize token_endpoint: https://support.cvent.com/services/oauth2/token userinfo_endpoint: https://support.cvent.com/services/oauth2/userinfo revocation_endpoint: https://support.cvent.com/services/oauth2/revoke introspection_endpoint: https://support.cvent.com/services/oauth2/introspect registration_endpoint: https://support.cvent.com/services/oauth2/register end_session_endpoint: https://support.cvent.com/services/auth/idp/oidc/logout jwks_uri: https://support.cvent.com/id/keys grant_types_supported: - authorization_code - refresh_token token_endpoint_auth_methods_supported: - client_secret_post - client_secret_basic - private_key_jwt code_challenge_methods_supported: - S256 id_token_signing_alg_values_supported: - RS256 dpop_signing_alg_values_supported: - RS256 - RS384 - RS512 - ES256 - ES384 - ES512 - EdDSA dynamic_client_registration: true pkce: true scopes: scopes/cvent-community-scopes.yml sources: - well-known/cvent-community-openid-configuration.json provenance_note: >- The endpoint set, claims list and scope list are Salesforce Experience Cloud's standard shape, served under Cvent's own domain by Cvent's Salesforce org. The issuer is https://support.cvent.com, so the document is Cvent's; the vocabulary inside it is the vendor's. Do not read the scope list as a Cvent-authored permission taxonomy. - name: community-cvent-saml-sso type: saml2 surface: https://community.cvent.com/ (Cvent Community — forums, education, learning centers) platform: Higher Logic Thrive login_endpoint: https://community.cvent.com/HigherLogic/Security/SAML/localSAMLLoginService.aspx binding: HttpRedirect interactive_login: https://community.cvent.com/login note: >- The community front door is a Higher Logic SAML service provider that redirects to Cvent's IdP. No SAML metadata document is published at a discoverable path; the binding is read from the login link in the served page markup. sources: - https://community.cvent.com/home mcp_authorization: status: not-enabled note: >- community.cvent.com answers both RFC 8414 and RFC 9728 discovery paths with a JSON error stating the Higher Logic MCP server is not enabled for tenant CVENT. See mcp/cvent-community-mcp.yml.