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?