Basic AAA config for the Cisco ASA

The following will allow for full access with a correctly configured NPS server

aaa-server NPS_RADIUS_SERVERS protocol radius
aaa-server NPS_RADIUS_SERVERS (inside) host 1.1.1.1
 key *****
!
aaa authentication ssh console NPS_RADIUS_SERVERS LOCAL
aaa authentication enable console NPS_RADIUS_SERVERS LOCAL
aaa authentication http console NPS_RADIUS_SERVERS LOCAL
aaa authorization exec authentication-server auto-enable
aaa authentication login-history
!