Skip to content

Commit

Permalink
Document environment variable GRIST_OIDC_IDP_END_SESSION_ENDPOINT (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jyio authored Jan 14, 2024
1 parent 8dd6835 commit 6feb957
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions help/install/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Expected environment variables:
such as `https://<grist-domain>` (when OIDC is active, there will
be a `/oauth2/callback` endpoint available here for implementing the protocol).
If omitted, `APP_HOME_URL` will be used.
* `GRIST_OIDC_IDP_END_SESSION_ENDPOINT` (optional) - If set, overrides the IdP's `end_session_endpoint` with
an alternative URL to redirect user upon logout (for an IdP that has a logout endpoint but does not support
the OIDC RP-Initiated Logout specification).
* `GRIST_OIDC_IDP_SKIP_END_SESSION_ENDPOINT` (optional) - If set to "true", on logout, there won't be
any attempt to call the IdP's `end_session_endpoint` (the user will remain logged in in the IdP).
You should only set it to "true" if the IdP does not provide such endpoint (for example if you use Gitlab).
Expand Down

0 comments on commit 6feb957

Please sign in to comment.