Workload Identity Federation Preview #576
Pinned
tehcrashxor
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the release of powerplatform-actions v1.5.0 and its underlying PAC v1.32.5, Service Principals can now authenticate with OpenID Connect (OIDC). This enables the removal of Client Secrets from the Actions Workflows.
To use this new option:
app-id
andtenant-id
, without provide aclient-secret
Add Federated Credentials to the App Registration
Note that each federated credential entry can only have a single Branch, Tag, Environment, or Pull Request target, but you may add additional entries for further targets if needed.
Example Actions Workflow
Documentation Links
Other than the above, we do not yet have documentation specifically for
powerplatform-actions
, but these are good references for setting up Federated Credentials for the Azure CLI, and the initial configuration is very similar:Beta Was this translation helpful? Give feedback.
All reactions