Authentication schemes
Following authentication schemes is supported:- Oauth 2.0 token (client credentials flow)
- API Key
Oauth 2.0 client credentials flow
This type of authentication is commonly used for server-to-server interactions. Lobyco implements OAuth 2.0 client credentials flow using Microsoft identity platform.Sequence diagram

Configuration options
1
Lobyco tenant setup
Lobyco creates an Azure App registration and share credentials with customer.This setup is recommended for scenarios where customers don’t operate their own Azure AD tenants.2