Authentication
tip
For more information on the setup of a connector, read this first.
To push planning data produced in Dime.Scheduler to another system using the webhook connector, the following authentication types can be used:
- 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.