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

Identity API updates July 2020 #13154

Merged
merged 12 commits into from
Jul 22, 2020
Prev Previous commit
Next Next commit
update code
  • Loading branch information
g2vinay committed Jul 22, 2020
commit c18e0629aa1caedb8ca70c011e9bf7ed0df128de
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public class AuthenticationRecord {
homeAccountId = authenticationResult.account().homeAccountId();
username = authenticationResult.account().username();
this.tenantId = tenantId;
this.clientId = clientId;
}

/**
Expand Down