azure-ad-b2c/Deploy Azure AD B2C TrustFramework KeySet certificate
A GitHub Action for deploying TrustFramework KeySet certificates using the Microsoft Graph
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Jan 23, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: azure-ad-b2c/deploy-trustframework-keyset-certificate@c9880ee78c534657f7b6b6a02b632fd7c2170289 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The TrustFramework KeySet container name | yes | — |
| file | The path to the certificate PFX file to upload | yes | — |
| password | The password for the certificate PFX file | yes | — |
| tenant | The full Azure AD B2C tenant name (e.g.: mytenant.onmicrosoft.com) or GUID | yes | — |
| clientId | The Client ID for a service principal which will be used to authenticate to the Microsoft Graph | yes | — |
| clientSecret | The Client Secret for a service principal which will be used to authenticate to the Microsoft Graph | yes | — |
Outputs
no outputs