-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for direct_post for verification.
Previously we only supported direct_post.jwt. This adds support for direct_post. The main difference is in OpenID4VPPresentationActivity.kt, the new getDirectPostAuthorizationResponseBody function (in contrast to the getDirectPostJwtAuthorizationResponseBody function). Most of the other changes are just plumbing, or allowing the user to decide between direct_post and direct_post.jwt. Tested by: - Manual testing of both direct_post and direct_post.jwt, using openid4vp:// and both mdoc and VC. - ./gradlew check - ./gradlew connectedCheck Signed-off-by: Kevin Deus <[email protected]>
- Loading branch information
Showing
5 changed files
with
190 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.