oxAuth icon indicating copy to clipboard operation
oxAuth copied to clipboard

feat: Allow deep links in redirect Login URI

Open mzico opened this issue 2 years ago • 4 comments

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 avatar Mar 01 '24 15:03 mzico

@mzico this should already work. During client registration set application_type to native.

yuriyz avatar Mar 13 '24 17:03 yuriyz

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.

yuriyz avatar Mar 15 '24 16:03 yuriyz

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://oauthredirect as redirect url and it's failing with error:
Image
  • 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
    

mzico avatar Dec 02 '25 15:12 mzico

As discussed in chat, @mzico is going to check backend without GUI. It sounds as it's GUI issue.

yuriyz avatar Dec 09 '25 09:12 yuriyz

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

yuriyz avatar Dec 18 '25 11:12 yuriyz