feat: Allow deep links in redirect Login URI
Deep links.... example: myapp://
These type of links are not allowed in Redirect Login URI.
It would be nice if we could allow something like above url ( example: id06id4y-gluu://login ) as Redirect Login URI because mobile applications are frequently using deep linking format like this.
@mzico this should already work. During client registration set application_type to native.
I'm closing this ticket because it should already work. @mzico please reopen if you can reproduce issue. Also attach oxauth.log file in TRACE log level to see details of execution.
Seems like it's not fixed / merged in 4.5.13. I just tested there with information like:
- Had a sector identifier json file which containing:
[ "ft.gluu.org.dev:/oauthredirect", "ft.gluu.org.dev://oauthredirect", "ft.gluu.org.dev", "ft.gluu.org.uat", "ft.gluu.org.uat:/oauthredirect", "ft.gluu.org.uat://oauthredirect" ] - Then I tried to add
ft.gluu.org.dev://oauthredirectas redirect url and it's failing with error:
- Also, in Redirect Login URIs list from oxTrust I see four entries:
- ft.gluu.org.dev:/oauthredirect - ft.gluu.org.dev - ft.gluu.org.uat - ft.gluu.org.uat:/oauthredirect
As discussed in chat, @mzico is going to check backend without GUI. It sounds as it's GUI issue.
It was tested by @mzico and identified that AS works as designed. No issues. There is problem with UI, for this separate ticket is opened https://github.com/GluuFederation/gluu4/issues/423