I need some help with uauth usage. How to prevent from unauthorized access if someone is using proxy. For example user A need to access page A and is authorized to do this. user A goes throught proxy server. When user A is out of office (still logged in) user B (unauthorized to access page A) can open page A without need of authentication (for example timeout uauth is set: 0:0:0 absolute and 0:1:0 inactivity). Is there any possibility to use in addition to verification port numbers ? PIX after show uauth shows if 2 users use proxy 1.1.1.1:
user 'A' at 1.1.1.1, authorized to: (idle for 0:21:29)
Of course user B using the same proxy will not be listed after show uauth - becase there is not need to authorize this user (first was user A).
Is there any possibility to authenticate and authorize everyone - with proxy like separate session ?