cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1248
Views
0
Helpful
1
Replies

AAA Authentication for ASDM Access

c-carlyle
Level 1
Level 1

I have configured a Win2k16 server with NPS to authenticate admin access to a pair of ASA 5516Xs. My configuration works fine for ssh access to the ASA but when I attempt to access the ASA with ASDM, authentication fails.

 

aaa-server RADIUS_GROUP protocol radius
aaa-server RADIUS_GROUP (inside) host  x.x.x.x
aaa authentication ssh console RADIUS_GROUP LOCAL
aaa authentication enable console RADIUS_GROUP LOCAL
aaa authentication serial console RADIUS_GROUP LOCAL
aaa authentication http console RADIUS_GROUP LOCAL
aaa authorization command LOCAL
aaa local authentication attempts max-fail 10
aaa authorization http console RADIUS_GROUP LOCAL  

 

What am I missing?

1 Reply 1

Rahul Govindan
VIP Alumni
VIP Alumni
Do you see the Authentication requests hit the NPS server or do they not even go there? Try running a "debug aaa authentication" when attempting the http login. The http aaa config looks correct to me.