System integration
Planon SDK is recommended for automated interfacing systems towards a Planon connection. The authentication to SDK is also token-based. To retrieve a token, a unique client is created in Keycloak. This client is generated with a ClientID and client secret. An access token can be retrieved from this client by sending the ClientID and client secret to Keycloak.
This flow is called the Client credentials flow.