Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Asking about qnetworkauth redirect uri
Forum Updated to NodeBB v4.3 + New Features

Asking about qnetworkauth redirect uri

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 153 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    minhlv
    wrote on last edited by
    #1

    I am developing desktop application using oauth2 protocol of qnetworkauth. The authentication with authorization server is quite good. But after authentication done, the loopback redirect uri 127.0.0.1:PORT is open in browser with the text: "Callback received. Feel free to close this page.". I understand that application create http server listening authorization server to receive code and tokens. The thing is my customer don't want the redirect uri being opened in browser since it looks meaningless and confused.
    However I read qnetworkauth code and don't see any snippet of code that open that redirect uri in browser and suspect that authorization server is the one to do that.
    Can anyone familiar with this part confirm with me if qnetworkauth open it? If it is the case, how and where to disable it? Thank you very much.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Are you looking for something like described in this stack overflow answer ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved