10-08-2020 07:31 AM
I am trying to configure 2FA using Duo for Any Connect login.
I have completed the few steps that seem to be very simple to configure the Duo gateway and ASA config. I am prompted to login via Duo and complete 2FA using my mobile app. However once this is done I am hit with the error: "unable to update the session management database" Duo support seem to think this is an ASA problem, however searching this error only finds results related to old versions of ASA code.
Thanks in advance
Solved! Go to Solution.
11-20-2020 08:04 AM
For anyone interested the problem was this config under the default group policy:
group-policy DfltGrpPolicy attributes
vpn-simultaneous-logins 0
I had created a separate group policy for AnyConnect with Duo but the 'vpn-simultaneous-logins' attribute is inherited from the default policy. This caused the "unable to update the session management database" error after passing the Duo authentication.
The fix was to configure 'vpn-simultaneous-logins 1' under the Duo policy, or change the default policy.
11-20-2020 08:04 AM
For anyone interested the problem was this config under the default group policy:
group-policy DfltGrpPolicy attributes
vpn-simultaneous-logins 0
I had created a separate group policy for AnyConnect with Duo but the 'vpn-simultaneous-logins' attribute is inherited from the default policy. This caused the "unable to update the session management database" error after passing the Duo authentication.
The fix was to configure 'vpn-simultaneous-logins 1' under the Duo policy, or change the default policy.
09-13-2023 10:00 AM
I was getting this error due to missing authorization line:
tunnel-group anyconnect general-attributes
authorization-server-group SERV-LDAP
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