Open Closed

We only want to open the angular project for external access #4047


User avatar
0
guven.uysall created
  • ABP Framework version: v5.3.4
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

We only want to open the angular project for external access. Let the gateway and auth server be accessed by internal communication. How should We change the configuration of angular for this. Since we can't install docker on every client, we do these deploy operations on IIS.


1 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    What do you mean by open the angular project for external access? If you mean deploying to an intranet, you can check web-deployment of IIS.

    The authserver is an openid-provider which should be accessable though. (like https://accounts.google.com/.well-known/openid-configuration).

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