How does Lobby support OAuth 2.0?

Oracle Construction and Engineering Lobby supports OAuth 2.0, providing industry-standard API security for your data.

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.