Skip to content
New issue

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

Does Xrm.Framework.CI.PowerShell cmdlets supports Managed Identity ? #329

Open
ksatishcrm opened this issue Jul 1, 2024 · 0 comments
Open

Comments

@ksatishcrm
Copy link

We are using GetSolutionMissingComponents.Ps1 to check missing components for our solution.
Our org is forcing to move away from Client_Credentials(ClientID/Secret) authentication to Managed Identity.
For our deployments we are using managed identity, but for checking SolutionMissingComponents we need to use managed identity.

ConnectingString to check SolutionMissingComponents:

PowerShell.Exe -File $mypath\GetSolutionMissingComponents.ps1 -solutionFile "C:\Deployments\Testing<SolutionFile>.zip" -crmConnectionString "AuthType=ClientSecret;ClientId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx;ClientSecret=;Url=https://testing.crm8.dynamics.com;AppId=yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyy; RedirectUri=app://zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzz;LoginPrompt=Never"

@WaelHamze , Can you please let us know whether Xrm.Framework.CI.PowerShell cmdlets support Managed identity?
If yes, can you please share the details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant