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
Error
Internal Server Error:org.springframework.security.authentication.AnonymousAuthenticationToken
cannot be cast to edu.cmu.cs.lti.discoursedb.api.browsing.controller.SystemUserAuthentication
Logging out and back in to Google authentication clears this up. User's logged-in-ness is not reflected in the user interface; they can still see stuff cached from before, and so don't know they're logged out.
Fix: Give consistent errors for bad login, and also allow a proactive check for current login status. Browser project should check this and change state.
The text was updated successfully, but these errors were encountered:
Error message says:
Logging out and back in to Google authentication clears this up. User's logged-in-ness is not reflected in the user interface; they can still see stuff cached from before, and so don't know they're logged out.
Fix: Give consistent errors for bad login, and also allow a proactive check for current login status. Browser project should check this and change state.
The text was updated successfully, but these errors were encountered: