Skip to content

Commit

Permalink
Added FIMS endpoint (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro authored Feb 7, 2024
1 parent 4cdb7cc commit 647c4f5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 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 @@ -51,6 +51,28 @@
}
}
},
"/oauth/authorize/{interactionId}": {
"get": {
"operationId": "authorizeInteraction",
"summary": "Continue an OAuth 2.0 flow by authorizing an interaction",
"parameters": [
{
"$ref": "#/parameters/pathInteractionId"
}
],
"responses": {
"200": {
"$ref": "#/responses/200AuthenticationResponse"
},
"302": {
"$ref": "#/responses/302AuthenticationResponse"
},
"400": {
"$ref": "#/responses/400HtmlBadRequest"
}
}
}
},
"/grants": {
"parameters": [
{
Expand Down

0 comments on commit 647c4f5

Please sign in to comment.