There are use cases where some services need to be accessible to the system/computer before the user even logs in.
A common scenario is making Active Directory / LDAP available so that the system can authenticate the user, who can then log in and then use the VPN (with MFA).
For that reason, we need to implement Service Location, which will be a VPN connection without MFA (since the user cannot perform MFA before logging in, as the UI is not yet available).
This will be marked as Service VPN with the following explanation:
A Service VPN will automatically connect when the user’s computer boots, ensuring that remote services required for login (e.g., Active Directory, LDAP) are available over the VPN.
This VPN **will not be visible** in the Desktop & Mobile clients and will automatically disconnect after the user logs in.
Additional changes are required in our Desktop Client service to ensure it automatically connects to this VPN at boot and disconnects after login.
As an MVP, the Windows client will need to support this first.
PS. Alternative approach is to spawn the Defguard Client UI and make MFA VPN available on the login screen - but that will only work on Windows and this approach can be done also on Linux/macOS...
Steps to implement this feature:
There are use cases where some services need to be accessible to the system/computer before the user even logs in.
A common scenario is making Active Directory / LDAP available so that the system can authenticate the user, who can then log in and then use the VPN (with MFA).
For that reason, we need to implement Service Location, which will be a VPN connection without MFA (since the user cannot perform MFA before logging in, as the UI is not yet available).
This will be marked as Service VPN with the following explanation:
Additional changes are required in our Desktop Client service to ensure it automatically connects to this VPN at boot and disconnects after login.
As an MVP, the Windows client will need to support this first.
PS. Alternative approach is to spawn the Defguard Client UI and make MFA VPN available on the login screen - but that will only work on Windows and this approach can be done also on Linux/macOS...
Steps to implement this feature: