Navigate to the login page integrated with EVE Online SSO.
Enter credentials and attempt to log in.
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.
Steps to Reproduce
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.
`