You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: