Technical Tip: Verify the FSSO authentication and policy ID from Session list
| Description | This article describes how to verify the FSSO authentication and which policy ID it is matching from the Session List. |
| Scope | FortiGate, FSSO. |
| Solution | After configuring FSSO authentication, when a user logs into their workstation, the administrator can verify that the FSSO user is detected on the FortiGate using the following command:
This command displays the list of FSSO-learned users along with their IP addresses, group memberships, and logon time.
diagnose debug authd fsso list | grep 10.108.3.14
Or:
diagnose firewall auth list | grep -i -A 7 10.108.3.14
The administrator can use the commands below to confirm which firewall policy the FSSO user is being authenticated on.
diagnose system session filter src 10.108.3.14
Or:
diagnose system session filter dst x.x.x.x <----- Replace x.x.x.x with the destination IP.
Follow the command above with:
session info: proto=6 proto_state=01 duration=10 expire=3589 timeout=3600 refresh_dir=both flags=00000000 socktype=0 sockport=0 av_idx=0 use=3
config user fsso
Related article: Technical Tip: How to check users logged in using FSSO on FortiGate |
