Skip to content

Commit

Permalink
Restrict the URL used to do delegated authorization
Browse files Browse the repository at this point in the history
Added oidc:jwtRequestUri as part of https://www.pivotaltracker.com/story/show/186313207
  • Loading branch information
oharsta committed Oct 23, 2023
1 parent 57d4c14 commit d57b5b2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,11 @@
"info": "Select this option to force all claims to be included in the id_token.",
"default": false
},
"oidc:jwtRequestUri": {
"type": "string",
"format": "url",
"info": "Enter the URL that is allowed to use for this RP to host a JWT containing request parameters (when doing a request using a signed jwt)."
},
"logo:0:url": {
"type": "string",
"format": "url",
Expand Down

0 comments on commit d57b5b2

Please sign in to comment.