Add OIDC_ISSUER_URL #26

Open
3wordchant wants to merge 1 commits from feat/3wc/oidc_issuer_url into main
Owner

OIDC_ISSUER_URL is an optional alternative to specifying:

GRIST_OIDC_SP_HOST
GRIST_OIDC_IDP_END_SESSION_ENDPOINT
GRIST_OIDC_IDP_SKIP_END_SESSION_ENDPOINT
`OIDC_ISSUER_URL` is an optional alternative to specifying: ``` GRIST_OIDC_SP_HOST GRIST_OIDC_IDP_END_SESSION_ENDPOINT GRIST_OIDC_IDP_SKIP_END_SESSION_ENDPOINT ```
3wordchant added 1 commit 2026-09-10 19:50:08 +00:00
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/3wc/oidc_issuer_url:feat/3wc/oidc_issuer_url
git checkout feat/3wc/oidc_issuer_url
Sign in to join this conversation.