Trillo Workbench Guide
  • Introduction
  • Development Workflow
  • Using Trillo Workbench APIs
  • Data Service
  • Serverless Functions for Business Logic
  • Domain Metadata
  • File Management Service
  • Doc Management Service
  • Scheduling a Backend Task
  • Task History
  • Audit Logs
  • Restful Services Integration
  • OpenID Connect (OIDC) for Identity
    • Steps for Integrating Identity using OIDC
    • Google Identity Integration
    • Okta Integration
    • OneLogin Integration
  • Settings
  • User Management
  • GitHub Integration
  • Releases
Powered by GitBook
On this page

Was this helpful?

OpenID Connect (OIDC) for Identity

This chapter discusses how to integrate an external Identity Provider (IdP) such as Okta, OneLogin, Google, etc. with Trillo Workbench using OpenId Connect (OIDC).

PreviousRestful Services IntegrationNextSteps for Integrating Identity using OIDC

Last updated 1 year ago

Was this helpful?

Trillo Workbench connects to external IdP using OIDC authorization code flow. Refer to the following document for an overview of it.

An Overview of Authorization Code Flow