List Auth Schemes
ListAuthSchemes returns all the supported Auth Schemes for the provided Protocol within this organisation. If a desired Auth Scheme is not listed then please contact support@versori.io to request it be added.
Authorizations
Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.
Path Parameters
Response
ID is the unique identifier of the AuthScheme, this is typically only used internally
and the slug
is used to reference the AuthScheme externally.
Type is a unique identifier of the AuthScheme, this is a kebab-case formatted string, see enum values for possible options.
none
, api-key
, basic-auth
, oauth2
, google-service-account
, hmac
, jwt-bearer
, custom-function
, certificate
Name is a user-friendly identifier for the AuthScheme
Description describes the authentication scheme in human-friendly terminology. This text may be displayed to users via a help tooltip or similar.