10-23-2024 04:30 AM - edited 10-23-2024 04:30 AM
Hi,
We are currently using RADIUS (ISE) for authentication, and while we can successfully log into the CLI of our Cisco 9800 via the AAA server, we encounter a "Wrong Credentials. Please Login again." message when attempting to log into the GUI.
The logs on ISE indicate "5200 Authentication succeeded."
For reference, logging into the GUI using a local account works without any issues.
WLC#sh run | in http
ip http server
ip http secure-server
destination transport-method http
so any ideas?
Solved! Go to Solution.
10-26-2024 03:35 AM
This configuration works well:
aaa authentication login default group RADIUS_AUTH local line
aaa authentication dot1x default group RADIUS_AUTH
aaa authorization exec default-web group RADIUS_AUTH local
aaa authorization network default group RADIUS_AUTH
aaa accounting exec default start-stop group RADIUS_AUTH
ip http authentication aaa login-authentication default
ip http authentication aaa exec-authorization default-web
It needed to understand the concept of "Method lists"
10-23-2024 04:42 AM
- Do you have the radius server configured to return av pair with priv levels 15 ?
M.
10-23-2024 05:51 AM
do we need to add anything else ? for web auth.
10-23-2024 04:52 AM - edited 10-23-2024 05:53 AM
It works now adding "aaa authorization exec default group RADIUS_AUTH" to the aaa configuration
I don't realy understand why adding that line would allow aaa to GUI, when login to CLI it goes directly to #mode
10-24-2024 11:05 AM
You should have a good read through https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/214490-configure-radius-and-tacacs-for-gui-and.html
10-26-2024 03:35 AM
This configuration works well:
aaa authentication login default group RADIUS_AUTH local line
aaa authentication dot1x default group RADIUS_AUTH
aaa authorization exec default-web group RADIUS_AUTH local
aaa authorization network default group RADIUS_AUTH
aaa accounting exec default start-stop group RADIUS_AUTH
ip http authentication aaa login-authentication default
ip http authentication aaa exec-authorization default-web
It needed to understand the concept of "Method lists"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide