-
Notifications
You must be signed in to change notification settings - Fork 270
Closed
Labels
authncustomer-reportedidentify a customer issueidentify a customer issueneeds-team-attentionIssues out of a milestoneIssues out of a milestonepipelinesquestion
Milestone
Description
Output from azd version
azd version 1.4.2 (commit 694107e)
Describe the bug
When I run the commands:
azd env new EnvName
azd pipeline config --provider github --auth-type federated --principal-name sp-EnvNameThe resulting service principal is created with both client and federated credentials.
To Reproduce
To reproduce the behavior, run the commands:
azd env new EnvName
azd pipeline config --provider github --auth-type federated --principal-name sp-EnvNameThen navigate to Azure Portal > Microsoft Entra ID > App registrations > All applications > sp-EnvName > Certificates & secrets.
Note that both the Client secrets and Federated credentials have values.
Expected behavior
When specifying --auth-type federated, I expect that client credentials will not be created in Entra ID or configured in GitHub.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
authncustomer-reportedidentify a customer issueidentify a customer issueneeds-team-attentionIssues out of a milestoneIssues out of a milestonepipelinesquestion