-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't print any cookie after Microsoft SAML process #46
Comments
|
Uh, never paid attention to this, I've just fixed it (3108564). Anyway, you have to login from your preferred browser and check when and where the cookie is set. You can also use this application with remote debugging enabled, you just need to set the
The application should print this:
Opening Unfortunately there isn't much I can do here, the application just adds a listener and prints the value of |
There are a lot of cookies named ESTSAUTH*, esctx-2DpQ6PBmJU, buid, CCState, SignInStateCookie, fpc, x-ms-gateway-slice on the url https://login.microsoftonline.com/common/SAS/ProcessAuth which I think have all nothing to do with it. Then a SAMLResponse is POSTed to https://vpn.host.de/remote/saml/login.
Only thing that could be something interesting is the value JFYI: I was not able to do the Qt-Remote Debugging. I was able to connect with chrome but in the browser window you see just an information which site you are remote debugging but not what is going on on this site. |
I know FortiGate supports a different authentication mechanism. I don't know if it existed back when I implemented this application, but it allows to perform the authentication from any browser and pass back a session ID to the VPN client. There are patches floating around to add support for this other authentication mechanism. You may want to try them: openfortivpn:
openconnect:
Weird. In any case remote debugging is useful to debug application specific issues, which is not your case. It looks like things are working differently for you. |
This is from the Qt version but the electron version had the same problem as far as I have seen.
If I can provide any information to debug just ask.
The text was updated successfully, but these errors were encountered: