Skip to content

Fix access token login and related issues [Fixes #105057182] #1078

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

Merged
merged 4 commits into from
Oct 7, 2015

Conversation

markcowl
Copy link
Member

@markcowl markcowl commented Oct 7, 2015

  • fixes access token login
  • fixes serialization issues with profile
  • fixes issues with data store

@markcowl
Copy link
Member Author

markcowl commented Oct 7, 2015

@@ -280,6 +283,12 @@ private AzureEnvironment MergeEnvironmentProperties(AzureEnvironment environment
SecureString password,
ShowDialog promptBehavior)
{
if (account.Type == AzureAccount.AccountType.AccessToken)
{
tenantId = tenantId ?? "Common";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can be moved to SimpleAccessToken and have an 2nd constructor that takes account and defaults tenant to "Common"

@hovsepm
Copy link
Contributor

hovsepm commented Oct 7, 2015

markcowl added a commit that referenced this pull request Oct 7, 2015
Fix access token login and related issues [Fixes #105057182]
@markcowl markcowl merged commit 1f870bf into Azure:dev Oct 7, 2015
@markcowl markcowl deleted the loginfix branch March 2, 2016 23:27
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 this pull request may close these issues.

4 participants