Activities of "sudhakiran.ziraff@gmail.com"

Hello any update on this matter, Could you please help us.

  • ABP Framework version: v7.3.2
  • UI Type: React Native
  • Database System: PostgreSQL
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: I'm facing an 'Invalid username or password!' error in my React Native application. I can successfully log in using admin credentials (admin / 1q2w3E*), but when trying to log in with a user created under a tenant, got 'Invalid username or password!' error.

URL: https://localhost:44322/connect/token FormData: grant_type: password scope: offline_access openid profile email phone AccountService IdentityService AdministrationService SaasService ProductService username: selfuser password: Welcome@123 client_id: Angular

  • Steps to reproduce the issue:

    • Create one basic react native application with command of abp new MyCompanyName.MyProjectName -csf -u <angular or mvc> -m react-native
    • Run the application with required configuration (issuer, api, client).
    • Login with admin credentials - authenticates success. (admin / 1q2w3E* )
    • logout with admin user.
    • create one tenant using angular application with admin credentials.
    • register one user under the tenant.
    • now to login with new user in mobile app getting issue
  • How can i Access token with tenant user credentials. with react native application.

Showing 1 to 2 of 2 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11