Davor Maric
Davor Maric
Can confirm that this still happens with 2.0.1. Custom identity providers with numerical names are not supported. Affected by [regex here](https://github.com/Azure/static-web-apps-cli/blob/e0cf62044d2465ee228bb52de369fbac11866efe/src/msha/auth/index.ts#L34). Solution was to rename the connector name from `b2c`...
Can confirm the issue happening in my local environment, running dab with SWA Cli 1.1.4 and 2.0.1. Error log ``` fail: Azure.DataApiBuilder.Service.Startup[0] A GraphQL request execution error occurred. System.Collections.Generic.KeyNotFoundException: The...
> Hi [@marcusrangell](https://github.com/marcusrangell) thank you for reporting and for including all the repro details. We'll take a look. @seantleonard Any updates on this? This is preventing us applying RBAC security...
In case anyone is in an urgent rush like I was, we moved to applying security principals at the database level instead https://learn.microsoft.com/en-us/azure/data-api-builder/how-to-row-level-security
For anyone else struggling with getting a valid dashboard properties, follow these steps to make it work: 1. Design a private dashboard 2. Convert the dashboard to shared dashboard 3....