You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FAQ.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
A: No, it isn’t possible to implement a Remember Me or a caching credential function directly within openvpn-auth-oauth2 or OpenVPN.
6
6
This limitation arises from the inability of openvpn-auth-oauth2 to store client cookies.
7
-
While some OIDC providers like Keycloak offer a Remember Me feature,
7
+
While some OIDC providers like Keycloak offer a [Remember Me](https://www.keycloak.org/docs/latest/server_admin/index.html#enabling-remember-me) feature,
8
8
enabling automatic login would need implementation within the OIDC provider's settings rather than within openvpn-auth-oauth2 itself.
9
9
10
10
## Q: openvpn-auth-oauth2 re-authenticates the user on existing connections
0 commit comments