Authentication
tip
For more information on the setup of a connector, read this first.
The webhook connector pushes planning data from Dime.Scheduler to another system. To secure that connection, pick one of these authentication types:
- None
- Basic authentication
- MS Entra ID
- OAuth2: the client credentials grant type is supported and offers two authentication types:
- Client secret basic: credentials are sent in the HTTP authentication header using the HTTP Basic Authentication scheme.
- Client secret post: credentials are sent within the body of the request.
