cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
576
Views
0
Helpful
2
Replies

HTTP Authentication Webpage

ho-r
Level 1
Level 1

Hello, I am trying to setup an unsecured internet access using PIX and ACS 4.1 to authenticate users before access is allowed. The question is, I can only get a user and password prompt if the url is to Cisco.com. I would like to change this to either any urls or redirect to an internal web page, is this is embedded in ACS or on the PIX. Thanks!

2 Replies 2

David White
Cisco Employee
Cisco Employee

It is configured on the PIX using the "aaa authentication [match | include]..." statement.

Not sure which way you have it configured. Using the 'include' option is the old way, and 'match' is the new way (using a corresponding ACL). In either case, you can easily require users to authenticate before going anywhere.

Hope it helps,

David.

PS> In the future, it may be better to post this type of question on the firewall forum.

Hi David,

I figured out what my problem was.

Thanks!