You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior: You should receive the VC from the issuer (since it's using bearer auth).
Actual behavior: Instead, you're shown a 'Log in with Google' prompt, with the wallet acting as if auth_type=code.
I suspect this is due to requestCredential() having auth_type=code by default. And the callback mechanism is somehow not passing in the right auth_type.
The text was updated successfully, but these errors were encountered:
To reproduce:
Load up a local build from latest
main
.Click on deeplink: dccrequest://request?issuer=issuer.example.com&vc_request_url=https://verify.dcconsortium.org/request/credential&challenge=ke12345678-0001&auth_type=bearer
Expected behavior: You should receive the VC from the issuer (since it's using bearer auth).
Actual behavior: Instead, you're shown a 'Log in with Google' prompt, with the wallet acting as if
auth_type=code
.I suspect this is due to
requestCredential()
havingauth_type=code
by default. And the callback mechanism is somehow not passing in the right auth_type.The text was updated successfully, but these errors were encountered: