You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ephrim Stanley edited this page Apr 1, 2022
·
1 revision
Overview
This document describes various aspects of database connectors.
Authentication Flow Provider
The "authentication flow provider" abstraction attempts to abstract the complexity of obtaining a database credential from the act of using the credential to acquire a connection.
As a concrete example, for a database that supports OAuth, depending on the identity of the caller, Legend might have to execute different business logic to obtain the OAuth token. This "business logic" is implemented via the flow provider.