Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Get Daemon Token

Prev Next
Step Details
Introduced in Version9.6.0
Last Modified in Version9.20.0
LocationIntegration > Azure

The Get Daemon Token step generates an OAuth access token using an application (daemon) identity. The token can be used by Azure Services steps that authenticate through OAuth.

Breaking Change (Upgrade to 9.20)

When upgrading to 9.20, Flows that use Get Daemon Token require the step to be remapped to the updated step version. In earlier versions, the tenant id was appended to the end of the Auth URL. In 9.20+, the tenant id is provided through the Tenant Id input.


Inputs

InputTypeDescription
Credentials---

Tenant IdStringAzure AD tenant identifier used for token generation. In 9.20+, the tenant id is provided through this input instead of being appended to the authorization URL.

Client IdStringApplication (client) identifier used for daemon authentication.

AppKeyStringA secret key associated with the application registration.

AuthorityUrlStringThe authorization endpoint used to request the token. For 9.20+, the tenant id is not expected to be appended to the end of this URL.
ResourceStringDefines the permissions/audience for the requested token (varies by Azure configuration).

Outputs

OutputTypeDescription
GetDaemonToken1_OutputStringOAuth bearer token returned by the authorization server.

Example

  1. Configure Azure Services Credentials settings.
  2. Add the Get Daemon Token step and provide Tenant Id, Client Id, App Key, and the appropriate Authority URL.