-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using oobUrl
in didcomm://
deeplink for linking with shortened url
#822
Comments
I think this is a good idea, but given that unified DIDComm deeplinking is being marked as STALLED in #827 it gives me the impression that it was not broadly implemented within Aries community. Do you know if this is being used in different mobile apps? If that's the case I think the status should be reconsidered. |
Don’t put too much stalk into the STALLED marking of that RFC — I may be out of the loop on that one. I think @TimoGlastra ’s idea seems kinda clever. I think it still suffers from the “iOS doesn’t do deep links nicely”, but its better than not having no redirect and impossibly large invitations. I do notice that Timo explicitly mentions iOS though, so that is interesting. |
Agreed that's not something that this will solve. But is is nice to add a didcomm deeplinkg to allow opening in other wallets (we by default use universal links to open in specific wallet directly, but this enables "Open in other wallet", although on iOS you can't select which wallet sadly) |
I think RFC 0268 may do too much, and is a bit outdated, so I think it can benefit from either being updated or being replaced with a very simple "DIDComm Deeplinking" RFC that covers a) |
Plus 1 on the idea of a simple "DIDComm Deeplinking" RFC |
I'm also in favor of introducing a simple DIDComm Deeplinking RFC--would this RFC cover iOS Unviersal Links? I lean towards no--as Universal Links are inherently limited to the app owner's domain (websites that can redirect using a Universal Link requires providing authorized domains with Also @TimoGlastra, have you run into the same length constraints when using an Android intent? |
I've recently discovered that BCGov have implemented something very similar to this: an Although it is easy for a wallet to support both, I think it would be nice to standardize this, so we don't end up making multiple approaches that do pretty much the same thing. |
When using the
didcomm://
scheme to link to a didcomm enabled application, you lose the ability to use shortened urls, as you don't know where to resolve the invitation from.We've encountered with larger OOB invitations that they exceed the character limit iOS allows and thus it's not possible to use a didcomm deeplink for this purpose.
For this reason we've started using a custom
oobUrl
property on thedidcomm://
deeplink that contains a shortened url.a working link looks like this:
I think it could be useful to standardize this custom parameter for passing a shortened oob url to a didcomm deeplink for the case described above.
Thoughts?
cc @Tommylans
The text was updated successfully, but these errors were encountered: