Skip to content

Commit

Permalink
add openid as api auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Jul 3, 2023
1 parent 30bc4da commit af0e5c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tsoa-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"description": "Authz Portal Login",
"scheme": "bearer",
"bearerFormat": "JWT"
},
"openid": {
"type": "openIdConnect",
"description": "OIDC Login",
"openIdConnectUrl": "https://well_known_endpoint"
}
},
"tags": [
Expand Down

0 comments on commit af0e5c5

Please sign in to comment.