Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Update request_object.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jun 18, 2020
1 parent 0aa1e0e commit 06a6b63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/topics/request_object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ IdentityServer requires the request JWTs to be signed. We support X509 certifica
var client = new Client
{
ClientId = "foo",
// set this to true to accept signed requests only
RequireRequestObject = true,

ClientSecrets =
{
Expand Down

0 comments on commit 06a6b63

Please sign in to comment.