Configuring Authentication
You can authenticate your connection to Workday by specifying an access token, or by providing your Workday application information so that the connector retrieves and uses the corresponding access token.
Configuring Authentication With an Access Token
If you already have a valid access token, specify it in your DSN so that the connector can use it to authenticate the connection.
To configure authentication with an access token:
- To access authentication options, open the ODBC Data Source Administrator where you created the DSN, select the DSN, and then click Configure.
- In the Access Token field, type your access token.
- To save your settings and close the DSN Setup dialog box, click OK.
Configuring Authentication With Your Workday Application Information [OAuth 2.0]
You can configure the connector to retrieve and use an access token based on your Workday application information.
To configure authentication with your Workday application information:
- To access authentication options, open the ODBC Data Source Administrator where you created the DSN, select the DSN, and then click Configure.
- In the Client ID field, type the application ID associated with your Workday application.
- In the Client Secret field, type the application secret associated with your Workday application.
- In the Redirect URI field, type the redirect URL associated with your Workday application.
- Click Get Access Token.
- In the web browser that opens, log in to your Workday account and allow the connector to access your Workday data store.
- In the Simba Workday ODBC Connector DSN Setup dialog box, confirm that the Access Token field is populated. Then, close the browser window.
- To save your settings and close the Simba Workday ODBC Connector DSN Setup dialog box, click OK.