Skip to content

Commit

Permalink
Fix issuance options after rebase, add security to endpoint xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-smith authored and msporny committed Mar 26, 2024
1 parent ec5daed commit afcb511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/IssueCredentialOptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ components:
created:
type: string
description: The date and time of the proof (with a maximum accuracy in seconds). Defaults to current system time.
challenge:
type: string
description: A challenge provided by the party requesting the proof. For example, 6e62f66e-67de-11eb-b490-ef3eeefa55f2
domain:
type: string
description: The intended domain of validity for the proof. For example, website.example
mandatoryPointers:
type: array
items:
Expand Down
4 changes: 4 additions & 0 deletions verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ paths:
/challenges:
post:
summary: Passing an empty body to this endpoint creates and returns a challenge string in the response body.
security:
- networkAuth: []
- oAuth2: []
- zCap: []
operationId: challenge
description: Creates a challenge to be used as `options.challenge` in future requests.
responses:
Expand Down

0 comments on commit afcb511

Please sign in to comment.