Activities of "alper"

I'm getting the following error on AuthServer project.


Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=5.0.8.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
File name: 'Microsoft.EntityFrameworkCore, Version=5.0.8.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'

In the current implementation the web project saves the Data Protection Keys to Redis. When I resrtart the Redis, all the logged in users are being logged out. How can I persist it to the database?

Question

To update both ABP CLI and ABP Suite to the latest preview, run the following command:

dotnet tool update -g Volo.Abp.Cli --version 4.4.0-rc.2 && abp suite update --preview

v4.4 Preview ABP Framework Version Notes https://blog.abp.io/abp/ABP-Platform-4-4-RC-Has-Been-Released

Show me how to add Order (new) microservice to my ABP microservice template.

this question is asked by Vijay P. Nallala


Hi ABP,

Can you please suggested which method as ICurrentUser implementation. We need override the Current user and need to add Custom Data. Please help me. We are using the Identity Sever. Based on our clientId need to load api/identity resources.

For Example –

Application1 Client1 – IdenityWEB - based on ApplicationID, OrgUnits, Client claims (BusinessId, Locale) Application2 Client2 – ProductManagement based on ApplicationID, OrgUnits, Client claims (BusinessId, Locale) Application3 Client3 – OrderManagement based on ApplicationID, OrgUnits, Client claims (BusinessId, Locale)

public interface ICurrentUser
    {
        bool IsAuthenticated { get; }
        Guid? Id { get; }
        string UserName { get; }
        string Name { get; }
        string SurName { get; }
        string PhoneNumber { get; }
        bool PhoneNumberVerified { get; }
        string Email { get; }
        bool EmailVerified { get; }
        Guid? TenantId { get; }
        string[] Roles { get; }

        Claim FindClaim(string claimType);
        Claim[] FindClaims(string claimType);
        Claim[] GetAllClaims();
        bool IsInRole(string roleName);
    }

Thanks Vijay

I want to change the look of register page.

@vijay.nallala asks

I have created MVC Tired Applications –

Deployed – Identity Server, (IdenityManagerApi/IdenityManagerWeb).. all setting working fine but – deployment all setting update/save is not working as expected for all functions. Please suggest ASAP. Also the delete functionality not working. This is I have replicated many times creating brand new application from ABP Suite. All working fine but after deployment not working. Can you please look into ASAP. If required we can setup the meeting will go over and replicate to you. This is very urgent.

Vijay P. Nallala <Vijay.nallala@rxadvance.com> asks:

Can you please suggested – were it was added default security header, how can be added if it missing or custom for example below

reported at https://support.abp.io/QA/Questions/1126#answer-aacb29ac-c321-fde0-8f2b-39fc7e37b38a

Create new tenant not creating admin user

ABP Framework version: v4.3.0 (Upgraded from 4.2.1) UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): no Exception message and stack trace: No error is thrown. Steps to reproduce the issue: Goto SaaS-->Tenants-->New Tenant Create a new tenant with the admin user and pass entered. Save

It looks like the tenant is created but the admin user is not added. In the database the tenant is added but there is no user. Potentially a problem in ObjectExtensions or TenantAppService?

@scott7106:

The issue is more pervasive than Chris reported. None of the identity components are created for the new tenant. This includes the admin user, the default admin role and the initial permission grants needed for the new admin role.

Vijay / rxadvance.com asks:

  1. Unable to disable the local login

  2. Email confirmation email not coming.

  3. Email verification code not coming

  4. Verification Code – options not asking weather email/phone type?

  5. Also, I can’t able find the method to custom claims mapping while inserting the user For example, from Azure we need to insert Name, Surname. I am not able set the claims from Azure to User Table. This very critical we are moving to production very soon.

  6. some of delete function not working.

  7. I do notice that we don’t have any backend tables for permission/localization master data. So how we can manage the permission for remote/client applications which out of side Identity Manager. Our flow

    1. IdentityServer (to single sign-on )
    2. IdenityManager (ALL ABP in build UI)
    3. Client apps (business/client1) - how we can send given applications permission on #2 (Identity Manager)
    4. Client apps (business/client2) -how we can send given applications permission on #2 (Identity Manager)
    5. Client apps (business/client3) -how we can send given applications permission on #2 (Identity Manager)
  8. This is issue for us critical as of now. We have tried uncheck the client application level, that is not also working. Please help us ASAP. On top of all setting options not saving from UI. If changed from DB it is not showing until I re-cycle the application pool.

    Our goal – not enable the self registration and local login for few clients.. however, we need enable self-registration for external clients/apps. It is separated application were read from appsetting or in memory (stratup page). But I did not see any options.

Showing 31 to 40 of 107 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13