Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/core/config/auth/databases/oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ report OIDC configuration URL as `openid-configuration` element in error JSON.
## Timeout in milliseconds
# timeout_msecs = 0

## Specifies how long after token expiration it is still accepted. It
## shouldn't be 0 because clocks aren't exact, and network can add some
## delays. v3.0.3+
# token_expire_grace_secs = 60

## Enable debug logging
# debug = no

Expand Down