Add support for group membership claims #1855
MrMossevig
started this conversation in
Ideas
Replies: 1 comment 9 replies
-
To add an example to the problem, let's say you have the entity Books, and the roles User and Author. The User can read all books, and the Author can also edit her own, but only her own, Books. How do you acheive that in the API Builder? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We're using the new Database Connection with SWA. We also want to use the built-in Authentication with Entra ID of the SWA to keep things simple and avoid building glue ourselves.
We're using security groups to control who has access to what data. I.e. a security group has access to a project and it's corresponding data in the database. If I understand the API builder correctly, it only supports roles today and not group claims?
Are there any plans for implementing it or other ways to acheive the same thing?
Ref: This is the conversation that started this Feature Request: https://learn.microsoft.com/en-us/answers/questions/1410852/does-the-new-database-connection-in-static-web-app
Beta Was this translation helpful? Give feedback.
All reactions