Our Azure account is US government. I'm trying to create a new project in VS 2019 with "work or school accounts" authentication. Using "Cloud - Single organization", I provide my domain (ex mydomain.onmicrosoft.com). However it is not able to find my domain because it's looking in microsoftonline.com and not microsoftonline.us (the government sign-on platform). The error is:
Invalid domain name. No domain metadata was found at 'https://login.microsoftonline.com/mydomain.onmicrosoft.com/FederationMetadata/2007-06/FederationMetadata.xml'.
Which is happening because it's supposed to use login.microsoftonline.us as opposed to .com
How can I get this to work with US government domain?