Joachim Van Herwegen c332412074
feat: Provide clear error message for unknown clients
* feat: Provide clear error message for unknown clients

* docs: Rephrase error message.

* docs: Update error message to reference local storage

---------

Co-authored-by: Ruben Verborgh <ruben@verborgh.org>
2023-02-10 10:13:53 +01:00

27 lines
969 B
Handlebars
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Authenticating with unknown client
You are trying to log in to an application,
but we can't proceed
because the app is using invalid settings.
To force the app to send us the right details,
delete the local storage in your browser for the site that sent you here.
Based on the data the app sent us,
this is probably `{{ redirect_uri }}`.
## Detailed error information
We received a request from a client with ID `{{ client_id }}`,
but this client is not registered with the server.
Probably,
this client was registered with the server in the past,
but it is no longer recognized
because some internal server data was removed.
Your data is still safe;
we just don't recognize the app's previous authentication anymore.
Because your browser still has the old authentication settings stored,
it tries to use them instead of setting up new ones.
By clearing those settings,
the application should automatically create a new client,
allowing you to log in again.