Skip to content

Commit

Permalink
added jwks endpoint (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro authored Feb 9, 2024
1 parent 9dc9e98 commit b0faaa1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/domains/citizen-auth-common/api/fims/public/_swagger.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,26 @@
}
}
},
"/jwks": {
"get": {
"operationId": "getJwks",
"summary": "Get JWKS to verify signature",
"responses": {
"200": {
"$ref": "#/responses/200GenericObject"
},
"400": {
"$ref": "#/responses/400BadRequest"
},
"404": {
"$ref": "#/responses/404NotFound"
},
"500": {
"$ref": "#/responses/500InternalServerError"
}
}
}
},
"/info": {
"get": {
"operationId": "getInfo",
Expand Down

0 comments on commit b0faaa1

Please sign in to comment.