Open Closed

how to add a reference to more than one Remote service in a service? #3484


User avatar
0
prachi@urvin.finance created

In the same way, there is one "Default" remote service is added. How can I add one more service here?


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Something like this, The module name can be found on https://your_domain/api/abp/api-definition

  • User Avatar
    0
    prachi@urvin.finance created

    Thanks! But how to add it to IdentityClients Scope?

    FYI: This is a blazor server application

    I tried this but it didn't work

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please refer to IdentityServerDataSeedContributor.

    eg https://github.com/abpframework/abp/blob/rel-5.3/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain/IdentityServer/IdentityServerDataSeedContributor.cs#L68

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