Skip to content
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

Merged
merged 4 commits into from
Nov 21, 2023
Merged

Conversation

fflorent
Copy link
Collaborator

Document how to use OpenID Connection with some example.

Most of this documentation has been inspired from the SAML connection documentation.

Copy link

netlify bot commented Nov 14, 2023

Deploy Preview for grist-help-preview ready!

Name Link
🔨 Latest commit 732e0f8
🔍 Latest deploy log https://app.netlify.com/sites/grist-help-preview/deploys/655c4e7b387b6600086c2cc1
😎 Deploy Preview https://deploy-preview-285--grist-help-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

- `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)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@georgegevoian georgegevoian self-requested a review November 20, 2023 22:17
Copy link
Collaborator

@georgegevoian georgegevoian left a 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.

help/install/oidc.md Outdated Show resolved Hide resolved
help/install/oidc.md Outdated Show resolved Hide resolved
help/install/oidc.md Outdated Show resolved Hide resolved
help/install/oidc.md Outdated Show resolved Hide resolved
help/install/oidc.md Outdated Show resolved Hide resolved
help/install/oidc.md Outdated Show resolved Hide resolved
help/install/oidc.md Outdated Show resolved Hide resolved
help/install/oidc.md Outdated Show resolved Hide resolved
help/install/oidc.md Outdated Show resolved Hide resolved
Co-authored-by: George Gevoian <[email protected]>
@fflorent
Copy link
Collaborator Author

Thanks @georgegevoian!

Copy link
Collaborator

@georgegevoian georgegevoian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@georgegevoian georgegevoian merged commit d62a064 into gristlabs:master Nov 21, 2023
4 checks passed
fflorent added a commit to fflorent/grist-help that referenced this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants