Skip to content

Commit 58ec219

Browse files
VCST-1985: Add VirtoCommerce:GraphQL:ForbiddenAuthenticationTypes option (#2873)
1 parent 07cdb3a commit 58ec219

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/VirtoCommerce.Platform.Web/appsettings.json

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
"Swagger": {
4343
"Enable": true
4444
},
45+
"GraphQL": {
46+
"ForbiddenAuthenticationTypes": [
47+
"Identity.Application"
48+
]
49+
},
4550
"GraphQLPlayground": {
4651
"Enable": true
4752
},

0 commit comments

Comments
 (0)