Skip to content

Improve authorization flow communication and analytics #3061

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sea-snake
Copy link
Contributor

@sea-snake sea-snake commented May 1, 2025

Improve error message shown to users in the authorization flow and extend analytics to cover all error cases.

Changes

  • Update error message when no request has been received
  • Extend analytics to track all error cases

@sea-snake sea-snake requested a review from lmuntaner May 1, 2025 14:54
Copy link
Collaborator

@lmuntaner lmuntaner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment on the error message reported to the user, but already approving.

"wrong_place": "Wrong place",
"no_request_received": "Seems you arrived here for authentication, but no service has requested it.",
"missing_request": "Missing request",
"no_request_received": "We couldn't process your authentication request. Try a different browser; if the issue persists, contact the developer.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add that the "The browser blocked the connection with the application. Try a different browser; if the issue persists, contact the developer." or more generic "There was an issue connecting with the application. Try a different browser..."?

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

Successfully merging this pull request may close these issues.

2 participants