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

After (CSS or app) upgrade, "Authenticating with unknown client" sometimes appears #155

Open
bjdmeest opened this issue Aug 14, 2024 · 1 comment

Comments

@bjdmeest
Copy link
Collaborator

might be related to inrupt/solid-client-authn-js#2088

probable way forward: learn more about client-authn, to check for logging/error throwing/status change before the user is redirected to a Solid IDP. Otherwise, we might need to access some additional OIDC endpoints (but will also require some investigation)

@mvanbrab
Copy link
Collaborator

Yeah, I noticed this too in the following sequence:

  • User leaves the viewer app while logged in
  • Either the viewer app is updated or the CSS is restarted
  • User visit the viewer app again

I'm working around while developing by always visiting the viewer in a private window, that I'm leaving before any update/restart.
This way, the login session does not survive in the browser, which seems to avoid the issue.
Of course, this is a workaround, not a solution...

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

2 participants