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
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
The clientReturnUrl functionality is designed to work in the mobile-only flow. It however is not intended to work when starting the session on a separate machine and using the QR-code flow.
For my current use case I am interested in using the clientReturnUrl or something similar to initialize an Irma session on a computer or tablet, disclose using a phone, and subsequently to start calling a phonenumber with the tel:+123456 scheme.
I am able to submit a merge request for this, as soon as a decision can be made concerning the desirability and proper interface for this change.
The text was updated successfully, but these errors were encountered:
Support for this is actually already present in irma_mobile, but currently disabled. If you uncomment this line, the tel: scheme will be recognized and a different UI will be rendered.
This logic ensures that the clientReturnUrl will also be used for QR-started sessions.
Do you intend to enable it? For my usecase during our development-phase we could run with a custom build of IRMA mobile, but that would be very inconvenient when we proceed to user trials.
We want to reach feature parity in the new app, so we only want to enable it in the old app if we're sure, one way or another, that its going to be supported in the new app.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The clientReturnUrl functionality is designed to work in the mobile-only flow. It however is not intended to work when starting the session on a separate machine and using the QR-code flow.
For my current use case I am interested in using the clientReturnUrl or something similar to initialize an Irma session on a computer or tablet, disclose using a phone, and subsequently to start calling a phonenumber with the
tel:+123456
scheme.I am able to submit a merge request for this, as soon as a decision can be made concerning the desirability and proper interface for this change.
The text was updated successfully, but these errors were encountered: