Open Closed

Framework not supporting the listed items. Need urgent help #2048


User avatar
0
abpdeveloper@dbizsolution.com created

The Architecture is configured as per the points listed below.

Step1: We have split the applications with common Identity Server. Step2: BIMS is one main application which handled users and their accesses Step3: BIMS_BDairy is another application which uses the Identity Server of BIMS

We need solution for addressing these points.

1)Tenant based login - AbpUsers, AbpUserRoles - StoreManager,Admin,HR - High level people

Step1: We will have tenants created in our main application (BIMS) Step2: We will have users created logins created against these tenants, Step3: At the Service level we need to validate this user with his credentials and allow access to the Service with the approriate tenant and user details set in the context.

This is not working now, it works only for Host login and not for Tenant Login. This needs to be addressed

2)Tenant based Token Generation for Login (API)- Mobile App

Step1: We are having a Mobile Application in which these tenant users will login using the mobile App using say EmployeeID and not his/her username or password Step2: We need to validate the user against the credentials and generate token to access the Services.

3)To Configure Roles in BIMS with BDairy Feature list.(Screen Permissions)

Step1: We have split the applications with common Identity Server. Step2: BIMS is one main application which handled users and their accesses Step3: BIMS_BDairy is another application which uses the Identity Server of BIMS Step4: How do i get the permission of BDairy in BIMS for the user to set access in the BIMS Application using the permissions tab

4)How to remove the Additional tables like AbpUsers in BIMS BDairy

Step1: We have split the applications with common Identity Server. Step2: BIMS is one main application which handled users and their accesses Step3: The same users,login,clients etc tables are created also in BDairy how to avoid this as this has to be at BIMS level and not in BDairy

5)How to do Redis Configuration

Step1:How to do Redis Configuration in Windows server for Production. Need documentations for the same.

6)HTTPS in deployment

Step1: When we deploy the AppServices BIMS and BDairy in IIS and configure https for these service, it throws as invalid uri exception. It works when we provide only Http. Step2: We have cross refernence calls like from BDairy AppService we will call a method in the BIMS AppService for fetching some data


26 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    https://support.abp.io/QA/Questions/2048#answer-19bfe83b-b01c-b16e-b693-39ffee15987a

    Just a reminder:

    When you upgrade to 5.0, please replace "Volo.Abp.Identity.EntityFrameworkCore.IIdentityProDbContext" with AbpIdentityDbProperties.ConnectionStringName

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11