Remove security stuff from spec to prevent CORS problems

This commit is contained in:
Max Martens 2024-09-05 11:17:36 +02:00
parent 9de16b5dfe
commit 1d6fa7e600

View File

@ -10,13 +10,6 @@
"url": "https://api.integratielaag.nl/abt/products/2.2"
}
],
"security": [
{
"clientCredentials": [
"profile"
]
}
],
"tags": [
{
"name": "ABTProducts CRUD",
@ -2541,19 +2534,6 @@
"productName": "TODO"
}
}
},
"securitySchemes": {
"clientCredentials": {
"type": "oauth2",
"flows": {
"clientCredentials": {
"tokenUrl": "https://api.integratielaag.nl/oauth2/token",
"scopes": {
"profile": "Get JWT containing AAD groups"
}
}
}
}
}
}
}