0
I have an application in Asp.mvc that has 3 (three) types of access, 2 internal and 1 external. Internal access is done by LDAP and external access by a user table.
No entanto o usuário externo também pode está na rede interna.(aqui é a xarada)
How to identify this access? Because the application consumes internal services that use different IP for external access. Hence I need to know what type of access to put the right IP for the consumption of the service.
Ex:
usuario de acesso interno com DAP quer consultar um pdf (ipInterno:56644/consulta)
Another access, but it is the same IP service, because it is in the internal network
Usuario de acesso externo mas na rede interna quer consultar um pdf (ipInterno:56644/consulta)
Other
Usuario de acesso externo fora da rede interna quer consultar um pdf (ipExterno:56344/consulta)
No authentication on internal network?
– Don't Panic
has not........
– Danielle Arruda torres
the IP from within the corporation is fixed?
– Barbetta
yes............
– Danielle Arruda torres