Remove security stuff from spec to prevent CORS problems
This commit is contained in:
parent
9de16b5dfe
commit
1d6fa7e600
@ -10,13 +10,6 @@
|
|||||||
"url": "https://api.integratielaag.nl/abt/products/2.2"
|
"url": "https://api.integratielaag.nl/abt/products/2.2"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"security": [
|
|
||||||
{
|
|
||||||
"clientCredentials": [
|
|
||||||
"profile"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"name": "ABTProducts CRUD",
|
"name": "ABTProducts CRUD",
|
||||||
@ -2541,19 +2534,6 @@
|
|||||||
"productName": "TODO"
|
"productName": "TODO"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"securitySchemes": {
|
|
||||||
"clientCredentials": {
|
|
||||||
"type": "oauth2",
|
|
||||||
"flows": {
|
|
||||||
"clientCredentials": {
|
|
||||||
"tokenUrl": "https://api.integratielaag.nl/oauth2/token",
|
|
||||||
"scopes": {
|
|
||||||
"profile": "Get JWT containing AAD groups"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user