Discussions
OAuth2 Client Credentials Flow
Hi, we would like to receive an access token using the OAuth2 client credentials flow, currently I do not see this flow in the documentation.
Hi Konstantin
The Candis API does not support the client credentials flow; it only supports the authorization code flow.
Yes, but we need the client credentials flow for our backend only system. We do not have the option to request user input.
Candis API authentication is user-based. The user needs to log in once, and after obtaining the token set, you can exchange the access token for up to two years. We already have other backend systems using this authentication flow. If you prefer, the initial token set can be generated by calling the authentication endpoint using our API reference tool (https://developer.candis.io/reference/get-authentication-code). If you need more details, please reach out to us via Intercom
ο»Ώ