Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-127842

[OAuth] Support https localhost redirect uri handling

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Duplicate
    • Icon: P2: Important P2: Important
    • None
    • None
    • None

      The pre-existing QOAuthHttpServerReplyHandler supports OAuth 2 redirections for http://localhost:<port>/<path>

      However some authorization servers either don't support such redirect uris, or support them only at development-time (but not for published applications).

      This item is about adding 'https' capability to the handler by internally using a QSslServer (https://localhost:<port>/<path>).

      This solution has its drawback on certificate handling: the user needs to install a locally trusted certificate to avoid the user-agent (browser) from issuing warnings. But with that in mind, there's still likely use cases in a more integrated and controlled environments where this is feasible to do.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            vuokko Juha Vuolle
            vuokko Juha Vuolle
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes