Envisagenow · Authentication Profile

Envisagenow Authentication

Authentication

Envisagenow secures its APIs with openIdConnect and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and implicit flow(s).

CompanyPublic SafetyTrainingCompliancePerformance ManagementLaw EnforcementFirst RespondersGovernmentSaaS
Methods: openIdConnect, oauth2 Schemes: 2 OAuth flows: authorizationCode, implicit API key in:

Security Schemes

openIdConnect openIdConnect
oauth2 oauth2

Source

Authentication Profile

envisagenow-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://community.envisagenow.com/.well-known/openid-configuration
notes: >-
  Envisage Technologies exposes no public developer API. The one publicly
  discoverable auth surface is the Acadis Readiness Community identity provider
  (Salesforce Experience Cloud), whose OIDC discovery document is served at
  community.envisagenow.com/.well-known/openid-configuration. The schemes below
  are read verbatim from that document.
summary:
  types: [openIdConnect, oauth2]
  oauth2_flows: [authorizationCode, implicit]
  issuer: https://community.envisagenow.com/cares
schemes:
- name: openIdConnect
  type: openIdConnect
  openIdConnectUrl: https://community.envisagenow.com/.well-known/openid-configuration
  issuer: https://community.envisagenow.com/cares
  id_token_signing_alg_values_supported: [RS256]
  subject_types_supported: [public]
  sources: [well-known/envisagenow-openid-configuration.json]
- name: oauth2
  type: oauth2
  authorization_endpoint: https://community.envisagenow.com/cares/services/oauth2/authorize
  token_endpoint: https://community.envisagenow.com/cares/services/oauth2/token
  revocation_endpoint: https://community.envisagenow.com/cares/services/oauth2/revoke
  introspection_endpoint: https://community.envisagenow.com/cares/services/oauth2/introspect
  userinfo_endpoint: https://community.envisagenow.com/cares/services/oauth2/userinfo
  registration_endpoint: https://community.envisagenow.com/cares/services/oauth2/register
  jwks_uri: https://community.envisagenow.com/cares/id/keys
  response_types_supported: [code, token, "token id_token"]
  token_endpoint_auth_methods_supported: [client_secret_post, client_secret_basic, private_key_jwt]
  sources: [well-known/envisagenow-openid-configuration.json]