snowmandot0520 / Authenticate

GNU General Public License v2.0
1 stars 0 forks source link

SSO token invalid #3

Open entropylaw opened 8 months ago

entropylaw commented 8 months ago

Steps to Reproduce

  1. Navigate to the login page integrated with EVE Online SSO.
  2. Enter credentials and attempt to log in.
  3. An error message is displayed, and login is not completed.

Expected behavior

Users should be able to log in through the EVE Online SSO without any errors.

Actual behavior

Users receive the following error message upon attempting to log in:

`

SSO Authentication Error: /sso/login/ Traceback (most recent call last): File “/home/allianceserver/venv/authenticate/core/handlers/exception.py”, line 34, in inner response = get_response(request) File “/home/allianceserver/venv/authenticate/core/handlers/base.py”, line 115, in _get_response response = self.process_exception_by_middleware(e, request) File “/home/allianceserver/venv/authenticate/core/handlers/base.py”, line 113, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File “/home/allianceserver/venv/authenticate/views.py”, line 22, in eve_sso_login user = eve_sso_authenticate(token=token) File “/home/allianceserver/venv/authenticate/eveonline/sso.py”, line 58, in authenticate raise SSOAuthenticationException(“Invalid token or character does not exist.”) authenticate.eveonline.sso.SSOAuthenticationException: Invalid token or character does not exist.

`