Asking about qnetworkauth redirect uri
-
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. -
Hi and welcome to devnet,
Are you looking for something like described in this stack overflow answer ?