-
Notifications
You must be signed in to change notification settings - Fork 117
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
support for connection strings with client credentials #205
base: master
Are you sure you want to change the base?
Conversation
new commands: Remove-XrmOption, Set-XrmDashboardRole, Set-XrmWorkflowState
…OrganizationServiceProxy / OrganizationWebProxyClient)
I'm looking to leverage a S2S connection as well and you're a couple steps ahead of me. However, your method for parsing the ClientSecret from a custom connection string does not account for client secrets that may include special characters (e.g. ";" or "="). |
@lykebank but the same goes for "standard" passwords :)
returns:
ps: ToDictionary is not standard LINQ extenstion method.. but defined in Microsoft.Xrm.Tooling.Connector |
OK works for me, then. I've just been in the bad habit of not enclosing password values in quote characters. |
@WaelHamze What's your opinion on this? I'm in need of supporting client credentials in the MSCRM Build Tool Extension for Azure DevOps. I could help out adding it if you don't have any objections! |
Is there any plan to release these change and when? Thanks |
@majakubowski @s-bauer @sanjay1913 thank for submitting this PR. I think this is a great idea. However MS recently added support for client secrets: https://www.nuget.org/packages/Microsoft.CrmSdk.XrmTooling.CoreAssembly/ I think this would meet your needs right? |
@majakubowski great work but this is now OOB. Let me know if there is anything from this PR that you would still like to add. |
I'm not sure if it's applicable, but I'm having an issue with a connectionstring that contains special characters in the password; attempting to run Select-WhoAmI -ConnectionString $connectionString from PS script; it works when the connection string uses a password without special characters. |
No description provided.