OAuth Clients
The OAuth Clients page lists all the OAuth clients that have been registered to an organization. This page is only available to Lobby organization administrators.
Lobby supports the following types of integrations:
- Web Server Application: A server-side user application delivering a user interface in a web browser.
This is a confidential client that uses the Authorization Code grant type.
- Installed Application: An application that a user installs onto their device, such as a Windows app, macOS app, mobile app, or a single-page app (SPA) running entirely in a web browser.
This is a public client that uses the Authorization Code grant type, plus Proof-Key for Code Exchange (PKCE).
- Non-Interactive Integration: An integration that has no user interaction.
This is a trusted client that uses the JWT Bearer (otherwise known as User Assertion) grant type.
- User-Bound Integration: An integration that has no user interaction and is bound to a specified Lobby user account.
Last Published Tuesday, October 1, 2024