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

Error reports send unauthorized requests from content script #5715

Closed
sosnovsky opened this issue May 14, 2024 · 0 comments · Fixed by #5717
Closed

Error reports send unauthorized requests from content script #5715

sosnovsky opened this issue May 14, 2024 · 0 comments · Fixed by #5717
Assignees

Comments

@sosnovsky
Copy link
Collaborator

When sending error report from content script, idToken is undefined which causes 401 Unauthorized error on FES.

It happens because in doSendErrorToSharedTenantFes we try to parse acctEmail from current url, but there is no such url parameter in content script, need to fetch current acctEmail from storage.

@sosnovsky sosnovsky added this to the 8.5.5 milestone May 14, 2024
@sosnovsky sosnovsky self-assigned this May 14, 2024
ioanmo226 pushed a commit that referenced this issue May 19, 2024
* #5715 Fix id token fetch for exception reports

* pr review
ioanmo226 pushed a commit that referenced this issue May 27, 2024
* #5715 Fix id token fetch for exception reports

* pr review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant