Skip to content

Commit

Permalink
Make DirectPostJwt the default response mode in verifier's request ob…
Browse files Browse the repository at this point in the history
…jects (#92)

Co-authored-by: VAFEIADIS Nikos <[email protected]>
  • Loading branch information
vafeini and VAFEIADIS Nikos authored Jan 11, 2024
1 parent 6aaa19c commit 92422f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ verifier.publicUrl=http://localhost:${server.port}
verifier.requestJwt.embed=ByReference
verifier.jwk.embed=ByReference
verifier.presentationDefinition.embed=ByValue
verifier.response.mode=DirectPost
verifier.response.mode=DirectPostJwt
verifier.maxAge=PT6400M

# clientMetadata parameters
Expand Down

0 comments on commit 92422f5

Please sign in to comment.