Atividades de "devraj.np@gmail.com"

  1. ABP Framework version: v4.3
  2. UI type: Angular
  3. DB provider: EF Core
  4. Steps to reproduce the issue:

I was not able to login with  tenant admin's email address

Hello, I cannot provide project as it is our on going project. I have attached the screenshot step. I created new tenant named Clinis with admin address clinis@gmail.com Then after that tried to login with the tenant's admin email but I could not login with the email. I checked the database as well and I found that the email that I provided while creating tenant was not saved.

Hi, Yes sure. How can I connect with you?

Responder

Hi, Thank you for your answer.It worked for me.

Hi ,

I tried adding Users and their Roles from default Tenant into other tenants using Identity User. I found the User but could not set values for Tenant Id before i save user . Code:[ var userToAddInformation = await _userManager.FindByIdAsync(userId); userToAddInformation.TenantId = tenId;]

Also when I try to save a user from my code i could not set user properties from AppUser as it is designed for get only.So i tried using Volo.Abp.Identity.IdentityUser but still i could not set properties like email, username etc also tried IdentityUserManger CreateAsync but it still doesnot work.

hi, alternatively, you can create the same user with the same credentials in each tenant. yes we wanna do this because.. we have business requirement of some role users from host will have to provide services to other tenant. They want some of their user to login into any tenant with their same credentials. I'm trying to add the same user with same credentials for all tenants . but i cannot access these properties like tenantid, username, normalized username etc .

Responder

got this after setting require https to false

Responder

Please find the logs in the link https://drive.google.com/file/d/1N0hRV1y2P2V4nyyJHNQl8O824wyQ5tyX/view?usp=sharing

Responder

This is my enviroemnt.prod.ts file. where do i set the redirect uri ?

Responder

I couldnt find that key in appsettings.json. Kindly provide a doc or example of the same.

Mostrando 1 até 10 de 19 registros
Made with ❤️ on ABP v8.2.0-preview Updated on março 25, 2024, 15:11