OAuth Credentials
OAuth Credentials can be defined in the Credential Manager and then referenced by database credentials through the use of environment variables
Example
In this example an OAuth credential is defined that will obtain an Access token from Azure Active Directory. This token is then used to populate the environment variable %OAUTH_TOKEN%.
The database credential can then be specified using the %OAUTH_TOKEN% environment variable:
Whenever a connection to the data source is required by FS Designer then the OAuth credential will re-authenticate to generate a new access token for the data source connection.