Skip to content

Will Leaf work if Authorization.RolesMapping.Admin does not have an associated group? #435

Answered by ndobb
artgoldberg asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @artgoldberg,

Yes, Leaf should work even if Authorization.RolesMapping.Admin is a non-existent group or blank string (we often set this as "NOT USED" in appsettings.json in these cases). The above plan makes sense.

You should be able to manage Leaf solely using LeafDB via SQL statements, and we do so (partially) as well. The only case I can think where this may be especially tricky is when defining Dynamic Datasets. Essentially, when you create a Dynamic Dataset for the Patient List (dynamic in the sense that SQL columns are custom and don't match a particular template), the LeafDB DynamicDatasetQuery table stores the output column metadata as json in a Schema field. This metadata tell…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@artgoldberg
Comment options

Answer selected by artgoldberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants