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
Describe the bug
If the wallet is invoked by some external application via a deep link, it does not always return control to the calling application. This depends on the callback specified in the callbackURL field of the interaction token.
To Reproduce
Steps to reproduce the behavior:
Pass a deep link to the wallet with an interaction token and an httpcallbackURL (e.g. https://myservice.com/authentication)
Go to the consent flow on the wallet
Observe that after the response is sent, the wallet remains open.
Expected behavior
The wallet should invoke the initial calling application, regardless of the callbackURL
The text was updated successfully, but these errors were encountered:
Describe the bug
If the wallet is invoked by some external application via a deep link, it does not always return control to the calling application. This depends on the callback specified in the
callbackURL
field of the interaction token.To Reproduce
Steps to reproduce the behavior:
http
callbackURL
(e.g.https://myservice.com/authentication
)Expected behavior
The wallet should invoke the initial calling application, regardless of the
callbackURL
The text was updated successfully, but these errors were encountered: