Open Closed

Using new identity provider #5665


User avatar
0
alex@livemobility.com created

ABP Framework version: 5.3.2 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): no

Hello ABP team,

We need to configure 2 different servers to as identity servers for an abp project. Basically the requirements of the organization are to not store passwords in the abp database.

Do you have a guide how we could achieve this?

Thanks Alex


2 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hi

    Yes you can add the non abp identity server in abp identity server. You just have to configure with the client id and client secret then abp database won't save the password as that will be considered as an external authentication. You can read more here how to configure.

    https://learn.microsoft.com/en-us/dotnet/architecture/microservices/secure-net-microservices-web-applications/#authenticate-with-an-openid-connect-or-oauth-20-identity-provider

  • User Avatar
    0
    alex@livemobility.com created

    Hi Anjali,

    Thanks for the infos, we will give it a look

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