GluuFederation / oxAuth

OAuth 2.0 server and client; OpenID Connect Provider (OP) & UMA Authorization Server (AS)
https://gluu.org/docs/ce
MIT License
423 stars 150 forks source link

feat: Allow deep links in redirect Login URI #1894

Closed mzico closed 7 months ago

mzico commented 7 months ago

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.

yuriyz commented 7 months ago

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

yuriyz commented 7 months ago

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.