-
Notifications
You must be signed in to change notification settings - Fork 287
Changed the default auth provider from SWA to AppService #2943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changed the default auth provider from SWA to AppService #2943
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
…ttps://github.com/Azure/data-api-builder into dev/anushakolan/change-default-auth-to-appservice
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
| { | ||
| if (isProductionMode) | ||
| { | ||
| throw new DataApiBuilderException( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should change this exception to a LogWarning, since going forward AppService is the default, but customers might still use it in a non-App service environment for anonymous use cases for example in which case, it should not error out. But, they should just know that authenticated usecases wont work in that environment.
Why make this change?
#syntax. e.g. Closes #XXWhat is this change?
How was this tested?
Sample Request(s)