FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
jhussain_FTNT
Article Id 199277
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:

 

Mohammed_Feroz_0-1660138485283.png

 

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.