-
-
Notifications
You must be signed in to change notification settings - Fork 34
Client specific configuration
GitHub Action edited this page May 2, 2025
·
1 revision
This document describes the client-specific configuration options of openvpn-auth-oauth2. It mimics the client-config-dir capability of OpenVPN. But instead the client username, a token claim is used as config identifier.
The feature must be enabled with --openvpn.client-config.enabled
.
--openvpn.client-config.path
points to a directory where the client-specific configuration files are stored.
openvpn-auth-oauth2 looks for a file
named after the token claim or common name with .conf
suffix in the client config directory.
This wiki is synced with the docs
folder from the code repository! To improve the wiki, create a pull request against the code repository with the suggested changes.