qt sso handling
-
wrote on 4 May 2018, 18:45 last edited by
hi
Is there any feature in qt webengine to handle single sign on?
I want to develop a software based on qtwebengine and it support single sign on(sso).
Has anyone which worked on sso in qt webengine? -
Hi and welcome to devnet,
AFAIK, you're looking at the wrong end. SSO is something that is handled server side.
-
wrote on 5 May 2018, 03:42 last edited by
Thanks for your reply
But i searching for a mechanism like firefox browser.
in firefox we can add some domains and it login to sites automatically.
Its correct that sso is a capability on server side but client side should handle automatic login. -
Storing username/password is not the same thing as SSO.
Sounds you are going to hit QTBUG-50997.
-
wrote on 6 May 2018, 15:57 last edited by
no, i know that a browser send kerberos ticket with http header to server and the server check ticket and show user page without any login.
I want implement this scenario using qtwebengine. I tested this issue using free ipa package on linux and by firefox. If client is joined to domain, login to free ipa dashboard is done automatically.
2/5