Open Closed

Separating abp framework identity module as stand-alone service #3979


User avatar
0
metin created

Oluşturduğum Abp projesinde Identity katmanını solution'umdan ayırıp kendi başına bir projeymiş gibi kullanmak istiyorum. Bunu yapabilmek için herhangi bir yöntem var mı? Nasıl bir yol izlemeliyim.


3 Answer(s)
  • User Avatar
    0
    malik.masis created

    Hi Metin,

    For global communication, could you write it in English, please? In this way, the support team may help you easily as well.

    Regards.

  • User Avatar
    0
    metin created

    Hi, How can i seperate abp framework identity module as stand alone service from Abp project. So i want to identity module eject from abp available solution Regards.

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    You can create a hosting application (that has a Program.cs) module and add the Identity Module layers following the module architecture. If you want to host the API of the identity module as well, you can add the HttpApi layer of the Identity module. If you want to host the UI of the identity module as well, you can add the Web layer of the Identity module.

    There are different architectures based on your needs if you understand the module architecture.

    You can check the source code of eShopOnAbp Identity microservice that hosts Identity Module.

    Keep in mind, complications and complexities increase when you move from monolith to distributed systems.

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