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

Cannot Connect to Office 365 Login for GCC-High and DoD Environments #466

Open
rwilson504 opened this issue Dec 19, 2022 · 0 comments · May be fixed by #467
Open

Cannot Connect to Office 365 Login for GCC-High and DoD Environments #466

rwilson504 opened this issue Dec 19, 2022 · 0 comments · May be fixed by #467

Comments

@rwilson504
Copy link

Issue:
Current Uri validation is blocking the usage of the spkl command line tools for GCC-High and DoD environments using Office365 authentication. The current validation enforces that the organizational Uri contains "dynamics.com". The Uri formats for these other environments have the patterns below:

*.crm.microsoftdynamics.us (GCC High)
*.crm.appsplatform.us (DoD)
https://learn.microsoft.com/en-us/power-platform/admin/powerapps-us-government#power-apps-us-government-service-urls

Resolution:
Update the regex pattern to allow for the additional Uri patterns.

rwilson504 added a commit to rwilson504/SparkleXrm that referenced this issue Dec 19, 2022
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

Successfully merging a pull request may close this issue.

1 participant