jwt-verifiers
Get all global JWT verifiers
Get all global JWT verifiers
get/api/verifiers
Response
Successful operation
Example response
[
{
"algoSettings": {
"secret": "a string value",
"size": 123123,
"type": "a string value"
},
"desc": "a string value",
"enabled": true,
"id": "a string value",
"name": "a string value",
"source": {
"name": "a string value",
"type": "a string value"
},
"strategy": {
"type": "a string value",
"verificationSettings": {
"fields": {
"key": "value"
},
"mappingSettings": {
"map": {
"key": "value"
},
"remove": [
"a string value"
],
"values": {
"key": "value"
}
}
}
},
"strict": true
}
]