Description | This article describes the reason for FortiClient getting stuck at 48% with G Suite MFA using SAML and SSO not connected as username in the config mismatch. |
Scope | FortiGate. |
Solution |
In the SAML settings, type the below commands:
config user saml edit "gsuite-sslvpn" set cert "Fortinet_Factory" set idp-single-logout-url "https://accounts.google.com/logout" next end
The logs give errors below:
[352:root:2585]SSL established: TLSv1.3 TLS_AES_256_GCM_SHA384
Solution: The username and email should be the same on FortiGate and Google:
config user saml set user-name "email" <-- In the Google Attributes, it is called 'email'. end
|