feat(openid4vci): add notification endpoint support to issuer2 and wallet2 - #2173
feat(openid4vci): add notification endpoint support to issuer2 and wallet2#2173DaevMithran wants to merge 11 commits into
Conversation
Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
|



Description
Implements the optional OpenID4VCI 1.0 notification functionality in issuer2 and wallet2.
Issuer2 changes:
/openid4vci/notificationendpoint.notification_idto successful Credential Responses containing credentials.credential_accepted,credential_failureandcredential_deletedevents in notification endpoint.204 No Contentfor valid notifications.invalid_notification_requestorinvalid_notification_idwhen applicable.Wallet2 protocol client:
NotificationRequestBuildertowaltid-openid4vci-wallet.Wallet2 full issuance flow:
WalletIssuanceHandler.credential_acceptedafter all returned credentials are stored.credential_failurewhen credential parsing or storage fails.Wallet2 isolated
fetch-credentialflow:notification_idinFetchCredentialResult.notificationId.storeInWallet=true, resolves issuer metadata usingcredentialIssuerBaseUrl.storeInWallet=false, returns the notification ID without notifying because the wallet has not accepted or stored the credential.Type of Change
Checklist
Breaking