We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just converted my Service Connection to use the new Workload Identity Federation.. and now my ADF deployments are failing, here is one of the logs:
2023-10-03T14:07:25.4070237Z ##[debug]<my_service_connection_guid> auth scheme = WorkloadIdentityFederation 2023-10-03T14:07:25.4071079Z ##[debug]<my_service_connection_guid> data subscriptionid = <my_subscription_guid> 2023-10-03T14:07:25.4071690Z ##[debug]<my_service_connection_guid> data subscriptionname = <my_subscription_name> 2023-10-03T14:07:25.4074156Z ##[debug]<my_service_connection_guid> auth param serviceprincipalid = *** 2023-10-03T14:07:25.4075076Z ##[debug]<my_service_connection_guid> auth param serviceprincipalkey = undefined 2023-10-03T14:07:25.4075642Z ##[debug]<my_service_connection_guid> data environmentUrl = https://management.azure.com/ 2023-10-03T14:07:25.4076498Z ##[debug]<my_service_connection_guid> data environmentAuthorityUrl = https://login.windows.net/ 2023-10-03T14:07:25.4077259Z ##[debug]<my_service_connection_guid> auth param tenantid = *** 2023-10-03T14:07:25.4077802Z ##[debug]<my_service_connection_guid>=https://management.azure.com/ 2023-10-03T14:07:25.4183888Z ##[debug]Parsed task inputs 2023-10-03T14:07:25.4223386Z ##[debug]task result: Failed 2023-10-03T14:07:25.4269844Z ##[error]ClientSecretCredential: tenantId, clientId, and clientSecret are required parameters. To troubleshoot, visit https://aka.ms/azsdk/js/identity/serviceprincipalauthentication/troubleshoot. 2023-10-03T14:07:25.4278779Z ##[debug]Processed: ##vso[task.issue type=error;]ClientSecretCredential: tenantId, clientId, and clientSecret are required parameters. To troubleshoot, visit https://aka.ms/azsdk/js/identity/serviceprincipalauthentication/troubleshoot.
Any plans to support federated identities in the near future?
The text was updated successfully, but these errors were encountered:
@Omarkth Are you able to solve this error. I am facing this issue currently
Sorry, something went wrong.
This issue still exists. I'm getting the error "Unsupported authentication scheme 'WorkloadIdentityFederation' for Azure endpoint"
No branches or pull requests
Just converted my Service Connection to use the new Workload Identity Federation.. and now my ADF deployments are failing, here is one of the logs:
Any plans to support federated identities in the near future?
The text was updated successfully, but these errors were encountered: