Skip to content

Commit

Permalink
VCST-1985: Add VirtoCommerce:GraphQL:ForbiddenAuthenticationTypes opt…
Browse files Browse the repository at this point in the history
…ion (#2873)
  • Loading branch information
artem-dudarev authored Dec 30, 2024
1 parent 07cdb3a commit 58ec219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/VirtoCommerce.Platform.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
"Swagger": {
"Enable": true
},
"GraphQL": {
"ForbiddenAuthenticationTypes": [
"Identity.Application"
]
},
"GraphQLPlayground": {
"Enable": true
},
Expand Down

0 comments on commit 58ec219

Please sign in to comment.