Skip to main content
Aghiles
New Member
July 12, 2019
Question

Explicite proxy and FSSO Auth

  • July 12, 2019
  • 1 reply
  • 2572 views

Hi,

 

I configured Fortigate (Fortios 6.2) as an explicite proxy with FSSO authentication, everything work well for the domain devices,  but some employees still use laptops, that are not part of the Domain, and for this type of the devices the FSSO Auth dont work.

 

Is there a way to set up a secondary Auth as a backup for the first FSSO Authentication, by using authentication rules ?

 

 

Best regards

1 reply

xsilver_FTNT
Staff
Staff
July 16, 2019

that's exactly what authentication rules/schemes/settings are meant for.

How about something like fallback to NTLM (or better to Kerberos but ATM I have none set)?

config authentication scheme edit "NTLM" set method ntlm set fsso-agent-for-ntlm "CollectorAgent" next edit "FSSO" set method fsso next end

 

config authentication setting set active-auth-scheme "NTLM" set sso-auth-scheme "FSSO" end