Skip to content

Commit 071080c

Browse files
committed
Changed default authentication provider to "Unauthnticated" in dab.draft.schema.json.
1 parent 974d929 commit 071080c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schemas/dab.draft.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
"description": "Unauthenticated provider where all operations run as anonymous. Use when Data API builder is behind an app gateway or APIM where authentication is handled externally."
437437
}
438438
],
439-
"default": "AppService"
439+
"default": "Unauthenticated"
440440
},
441441
"jwt": {
442442
"type": "object",

0 commit comments

Comments
 (0)