qt sso handling
Unsolved
General and Desktop
-
Hi and welcome to devnet,
AFAIK, you're looking at the wrong end. SSO is something that is handled server side.
-
Storing username/password is not the same thing as SSO.
Sounds you are going to hit QTBUG-50997.
-
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.