Stream: smart
Topic: multiple launch/redirect uris
Robert Scanlon (Mar 12 2020 at 17:32):
In the App Launch Guide, is it a server requirement to support multiple launch & redirect uris for a single app? It seems like multiple redirect uris is a nice feature to have, but I'm unsure if that is a server requirement of the spec as written? Support for more than one launch uri seems less useful.
Josh Mandel (Mar 12 2020 at 17:35):
I don't think we require multiples of either (it's always possible to register multiple copies of an app if this is essential and a server doesn't support it). But multiple redirect_uri
s would definitely be worth testing, when it is supported.
Jenni Syed (Mar 13 2020 at 01:23):
We support multiple redirect. It would be hard to register multiple launch - or at least, how does the launcher choose which launch point to use :)
Jenni Syed (Mar 13 2020 at 01:24):
we've seen apps grab context (eg: iss) to determine which redirect to use
Isaac Vetter (Mar 14 2020 at 03:45):
In my experience, many apps have multiple redirect URLs. I'd suggest that servers Should support this.
Last updated: Apr 12 2022 at 19:14 UTC