Activities of "shobhit"

Hello liangshiwei, I have followed this document. make following changes:

1- IdentityServer/ HttpApi.Host csproj --> appsettings.json "AbpTwilioSms": { "AccountSId": "AC13c30f4dc66c93a4cmnsdfkjlahfk3ae9244", "AuthToken": "a547ed14luofasd9dc5ef6f0c3cb", "FromNumber": "+12504365764" },

2- IdentityServer/ HttpApi.Host csproj --> Added TwilioSMS Nuget packege

3- Add below code in *Module Class of IdentityServer/ HttpApi.Host csproj

[DependsOn( ..... ...... typeof(AbpTwilioSmsModule) )]

4- Host admin kept the 2F optional, Tenant Admin kept the 2F optional, User kep 2F mandatory

5- Now 2 problem statement:

  1. I login as user. When i click on verify phone then verifican UI is not getting displayed
  2. In the login screen : provide userid/ password. Next screen shown 2F provider options but getting only email
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  • How i can enable 2 factor authentication using mobile and Twillio as provider. Please share the step by step instructions.
Question
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi Team, I have moved 1 table from tenant unaware to tenant aware by adding "IMultiTenant" interface in domain class. i am facing 2 challenges: 1- tenantid in db is setting as null 2- as i have configured seperate db for tenant but data is getting saved in host db only.

please help what i am missing

public class Disease : FullAuditedAggregateRoot<Guid>, IMultiTenant { public virtual Guid? TenantId { get; set; }

    [NotNull]
    public virtual string Code { get; set; }

    [NotNull]
    public virtual string Name { get; set; }

}

No Worries and Thanks for all help. I am able to setup and run the tenant in new DB

When creating new tenant we don't provide connection string. After tenant creation, there is provision to provide new connection string.

ok. Thanks. Let me try

Hello liangshiwei, Thanks. what should be next step?

Please note i am using 4.2.2

  1. create seperate db for tenant
  2. run the db migrator project have default connection string pointing to tenant db
  3. Login to angular application as host admin and create new tenant and set the new db connection string
  4. Logout as host and select new tenant and try to login a. Cannot login as admin user created b. Cannot login as host admin default credentials
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  • I have to create physically seperate db for tenant. what are the steps.
Showing 91 to 100 of 349 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30