-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
GRIST_SUPPORT_ANON and forms #950
Comments
This also seems to affect OIDC, in my case using a Microsoft tenant as an IdP. Here's the relevant section of my
|
I am curious about the reason you want to set Maybe the role of
Could you share the error message you have? I wonder whether this is a regression we encountered in version 1.1.13 and whose fix is already included in #915 |
Good morning, It's actually a little difficult to understand how environment variables work. I would like to obtain a document where my entire establishment can respond to the survey without me having to declare them all on the document. Here is how I configured the document: In my idea, anonymous people should be redirected to Authentication. Logged in users should be able to post the form. So I would never get: user.Email = [email protected] I made a test plan for the three environment variables:Between each test I restart the gristlabs/grist docker.
|
I have make a new instance. The only major change are with teams supports this time. work fine this time. Anon => login saml => formulary. Thank you. |
Hello,
In self-hosted grist with authentik SAML, using GRIST_FORCE_LOGIN=1 make infinite loop with authentik and the form url. And using GRIST_FORCE_LOGIN=0 and GRIST_SUPPORT_ANON=0 make forms can be posted by guest.
This faults the row access control mechanism using user.Email.
I think this is an undesirable operation ?
Thank you.
The text was updated successfully, but these errors were encountered: