jamiemagee/Azure OIDC Authentication
Authenticate with Azure using GitHub Actions OIDC tokens
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tenant-id | Azure AD tenant ID | yes | — |
| client-id | Azure AD application client ID (App Registration) | yes | — |
| audience | OIDC token audience | no | api://AzureADTokenExchange |
| output-token | Whether to output the Azure token (security consideration) | no | false |
Outputs
| name | description |
|---|---|
| token-expiry | The expiry time of the Azure token (RFC3339 format) |
| azure-token | The Azure access token (only output if output-token is true) |