Skip to content

Commit

Permalink
Update Non-interactive session refresh.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
  • Loading branch information
jkroepke authored Dec 16, 2024
1 parent 62f6742 commit 31f9f18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Non-interactive session refresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This means users must log in interactively each time they authenticate, includin

However, you can change this behavior by enabling the `oauth2.refresh.enabled=true` setting.
This allows `openvpn-auth-oauth2` to store either the connection ID or SessionID (`oauth2.refresh.use-session-id=true`),
accepting connections without additional login checks.
accepting connections without additional login checks. SessionIDs are availible in OpenVPN, if

Check failure on line 9 in docs/Non-interactive session refresh.md

View workflow job for this annotation

GitHub Actions / Check for spelling errors

availible ==> available
`auth-gen-token [lifetime] external-auth` is configured on server side.

When `oauth2.refresh.validate-user=true` is set, `openvpn-auth-oauth2`
requests a [refresh token](https://auth0.com/blog/refresh-tokens-what-are-they-and-when-to-use-them/)
Expand Down

0 comments on commit 31f9f18

Please sign in to comment.