You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@WaelHamze , Can you please let us know whether Xrm.Framework.CI.PowerShell cmdlets support Managed identity?
If yes, can you please share the details.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: