Ok,But It seems not a good idea.I suggest you add the new property 'tenantId' in the class named IdentityClientConfiguration.Thanks.
Hi liangshiwei , I made a action like this
var configuration = new IdentityClientConfiguration(
"https://localhost:44338/",
"EasyCrm",
"EasyCrm_App",
"1q2w3e*",
"password",
userName,
password
);
var accessToken = await AuthenticationService.GetAccessTokenAsync(configuration);
And then I try to login as a tenant user, but it always returns:invalid_username_or_password.Only host user can login. I just hope to login as a tennat user(by a token).could you please give me some more detailed tips?
Ok,Thanks.