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 JWT or none. 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. Ignored when using JWT with a shared secret.

type

Type
string
Defaults to
jwt
Allowed values
  • jwt
  • JWT
  • none
  • NONE
  • Description

    The type of authentication to use.