Skip to content
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

Login with authorization token fails, works with username/password #23

Open
vkyrki opened this issue May 6, 2017 · 1 comment
Open

Comments

@vkyrki
Copy link

vkyrki commented May 6, 2017

Login with authorization token fails ("ERROR: Login failed, check username and password" using example.py).

Login succeeds with same username&password using the username/password method, for example commenting out code related to token authorization (lines 33-56 of elisaviihde.py).

Example.py output (without commenting out token auth):
Initing session...
Getting single-sign-on token...
Logging in with single-sign-on token...
ERROR: Login failed, check username and password

@vkyrki
Copy link
Author

vkyrki commented May 27, 2017

More info about this: Server returns 403 (Forbidden) to login attempt with single sign-on token. Commenting out check of the status code makes the login using user&password successful.
Does anyone else has this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant