Learn how to authenticate with the Enneo API
/api/auth
endpoints to obtain a session token. The SSO-backend, typically Microsoft Azure OAuth2 or Google OAuth2 will then validate against enneo. If the validation is successful, enneo will issue a session tokens with a validity of 24 hours which can be used as a credential for API requests. This method is more complex and is therefore typically only chosen in advanced infrastructure setups.