Azure / Azure/data-api-builder
[BUG]: Invalid Authentication Provider Silently Accepted
Open
2.0
cli
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 370
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 8
Description
## Expected:
CLI should reject with error listing valid values: StaticWebApps, EntraID, Simulator, AppService, AzureAD, Custom, Unauthenticated
## Actual:
Silently accepts. Only caught at dab validate or dab start time (if at all).
```bash
dab configure --runtime.host.authentication.provider InvalidProvider
```
Contributor guide
Assessment
This issue has not been assessed yet.