Activities of "BennieMok"

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.

Showing 11 to 13 of 13 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13