OAuth Clients
The OAuth Clients page is where the organization administrator can create new or manage existing OAuth clients.
An OAuth client is an application that can make requests to protected resources on behalf of the resource owner.
In Lobby, you need to create an OAuth client if you want to use any of the following APIs:
- Lobby
- Aconex
- Primavera Cloud
Lobby supports the following types of OAuth clients:
- 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.
This type of integration is for use with Aconex APIs, and is only available when you select Aconex as the Resource Application.
Note: This page is only available to Lobby organization administrators.
Last Published Friday, April 10, 2026