Documentation

Authentication

Defines the authentication type to use when signing requests between the host application and the connect add on. The authentication type can be either jwt or oauth. If the type is not supplied it will default to jwt.

Example

{
  "authentication": {
    "type": "jwt"
  }
}

Properties

publicKey

Type
string
Description

The public key used for asymmetric key encryption. Cannot be null if using OAUTH, and ignored when using JWT with a shared secret.

type

Type
string
Defaults to
jwt
Allowed values
  • oauth
  • jwt
  • none
  • Description

    The type of authentication to use.