I am following this doc to setup Dynamic Credentials with the Azure Provider for our Terraform Enterprise (v202409-3), everything works well.
However, there is a limitation on Azure side that each app registration can only have 20 federated credential, and the subject identifier of federated credential has to follow “organization:my-org-name:project:my-project-name:workspace:my-workspace-name:run_phase:plan”, which makes one app registration (for both plan and apply) can only be used for 10 workspaces.
is it possible to ignore the run phrase name or even workspace name? Or is there any other recommendation?