-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OIDC documentation #285
Conversation
✅ Deploy Preview for grist-help-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
help/install/oidc.md
Outdated
- `GRIST_OIDC_IDP_ISSUER` = `https://<your-auth0-app-domain>` | ||
- `GRIST_OIDC_IDP_SCOPES` = `"openid profile email"` | ||
- `GRIST_OIDC_IDP_CLIENT_ID` = "..." (the client ID generated by Auth0 for the application) | ||
- `GRIST_OIDC_IDP_CLIENT_SECRET` = "..." (the client secret generated by Auht0 for the application) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: mention this specificity:
https://auth0.com/docs/authenticate/login/logout/log-users-out-of-auth0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @fflorent. Left some small suggestions.
Co-authored-by: George Gevoian <[email protected]>
Thanks @georgegevoian! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Document how to use OpenID Connection with some example.
Most of this documentation has been inspired from the SAML connection documentation.