Hello,
we have Linux with Sophos Antivirus and MacOS Clients with Intercept X installed.
On the firewall we have many rules with userauthentication (and heartbeat) required.
We enabled 2FA for many users to secure our SSL VPN.
The users are required to authenticate against the firewall.
Windows machines have (almost) no issues as Intercept-X does the heartbeat and userauthentication.
Linux Clients and Mac Clients need to use CAA. CAA apparently authenticates against the user portal. That has the big disadvantage that 2FA is required, because user portal requires 2FA.
On Linux clients it is a real pain because the credentials need to be stored in a file on the disk, including 2FA. After authentication with CAA, the credentials in the file will be encrypted.
When a Mac Clients is connected to WiFi and runs on battery, is locked and enters sleep mode, is unlocked it would normally re-authenticate with CAA authomatically - but because 2FA is required, the OTP code used before is now invalid, the user needs to reauthenticate the full
process manually with CAA. At least with a GUI.
Same for linux - a config file and a binary that needs to be run on a terminal.
We need to split CAA authentication from 2FA.
Combining user authentication and CAA with the user portal is a PIA, this need a dedicated service.
This thread was automatically locked due to age.