I have an .NET application written in C#. I’m using the LoginAsync function using Username_Password_Authentication. For whatever reasons, for one of the user accounts, it freezes and never returns LoginResult. For other users it works perfectly fine. I tried recreating the account with a new user_id(auth0|#)to no avail. In addition… I tried adding new users. for anyuser that has user@<custom_domain> doesn’t work. However, if it is user@<gmail.com,live.com,etc> it works fine. Any existing user@<Custom_Domain> works as well. Just any new user with user@<Custom_Domain> has the issue of LoginSync freezing and not returning LoginResult.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Auth0.OidcClient.iOS LoginAsync freezes everything | 3 | 3637 | April 23, 2020 | |
How to send username and password with loginAsync function with winform application | 2 | 1133 | December 12, 2022 | |
GetUserInfoAsync() blowing up on C# .NET Framework Auth0.AuthenticationApi | 0 | 1862 | February 15, 2022 | |
LoginAsync hangs in admin mode | 4 | 969 | February 9, 2023 | |
.Net ManagementApi GetUsersByEmailAsync not returning results | 13 | 1236 | August 7, 2023 |