High-level intro to system user flow for non-interactive server-to-server communications.

-
A customer tenant administrator must approve your application.
-
Behind the scenes, a system user token is generated and appended to an application authorization record in the Operation Center, and the application authorization record binds the application to the tenant.
-
The administrator is sent (via a POST) to your redirect URL with a JWT token.
- Therefore, all applications must have a redirect URL.
-
Validate the token.
-
Exchange system user token for system user ticket prior to each interactive session with the tenant web services. The ticket is shortlived and will only last a few hours.
-
Let the application go about its business chatting with the SuperOffice web services using the ticket as credentials.