Hi everyone,
I want my reactive Application to be access only by Organization network .Give me Suggestion on this.
Hi,
Internal access only feature of OutSystems is not available for traditional een applications.
If you run OutSystems in on premise you can create an internal zone and deploy your application there.
If you have OutSystems hosted by OutSystems in the cloud there is no good option to achieve your requirement. Guess all you can do validate every screen and exposed API on ip adress or range of ip addresses.
The following forge component might help you
https://www.outsystems.com/ideas/12242/ability-to-restrict-cloud-environment-to-internal-access-only/
You can also vote on this idea
Regards,
Daniel
this looks like a good one; another way to secure an app within OS level along with multiple apps.
If I create logic for restrict Application within the IP range with the help of GetIP server Action in reactive application. Is it work?