Created on
11-23-2021
05:38 AM
Edited on
11-14-2024
07:58 AM
By
pmeet
Description | This article describes how to limit concurrent user authentication. |
Scope | All versions of FortiOS. |
Solution |
The same user can be used for multiple concurrent authentications. Its maximum number can be limited globally, per user-group, or per user only via CLI.
Globally:
config system global set policy-auth-concurrent <number_of_max_concurrent_users> end
Per user-group:
config user group edit <group-name> set auth-concurrent-override enable set auth-concurrent-value <number_of_max_concurrent_users> next end
Per user:
config user local edit <user-name> set auth-concurrent-override enable set auth-concurrent-value <number_of_max_concurrent_users> next end
The following error message is displayed when the limit is crossed:
Note: There is a restriction when using this with SAML Azure groups, FSSO and RSSO user group as the authentication is not managed by the Firewall in this scenario.
|