You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to run a demo of Leaf with a non-admin user, without setting up an identity service provider. This allows us to demo the Leaf functionality without exposing the entire database. What would be the easiest way to do this?
(My first attempt, dropping the "admin" claim from the Claims field of the admin user in auth.Login didn't work.)
The text was updated successfully, but these errors were encountered:
We've currently managed to hack this to give a basic user on the basis of an environment variable: ElevnLi@247cf00
Ideally we'd control this from appsettings.json.
I want to be able to run a demo of Leaf with a non-admin user, without setting up an identity service provider. This allows us to demo the Leaf functionality without exposing the entire database. What would be the easiest way to do this?
(My first attempt, dropping the "admin" claim from the
Claims
field of the admin user inauth.Login
didn't work.)The text was updated successfully, but these errors were encountered: