Acquire OAuth 2.0 client credentials token for API invocation in other job steps.
Required The URI of the token issuer. Used to discover OpenID well-known endpoints.
Required OAuth 2.0 client identifier
Required Client application secret value.
Required Scope identifying resources to be accessed with the token
The OAuth 2.0 access token.
uses: actions/oauth-client-credentials-action@v1.0
with:
issuer: 'https://sts.windows.net/'