-
Notifications
You must be signed in to change notification settings - Fork 13k
fix: Iframe authentication #36820
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
fix: Iframe authentication #36820
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
🦋 Changeset detectedLatest commit: f9aff63 The changes in this PR will be included in the next version bump. This PR includes changesets to release 39 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Is it possible to add tests? |
|
I would very much like to add tests for this critical feature, but we have some challenges to solve to write end to end tests for this. This feature relies on some external integrations and APIs, I'll try to find a way to have this in our code for Since this a critical bug fix which needs to be back-ported to previous releases, my suggestion is to move forward now without tests and I'll open a task in our backlog for this. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #36820 +/- ##
===========================================
+ Coverage 66.13% 66.15% +0.02%
===========================================
Files 3303 3303
Lines 110994 110998 +4
Branches 21043 21053 +10
===========================================
+ Hits 73402 73434 +32
+ Misses 34919 34892 -27
+ Partials 2673 2672 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
tiagoevanp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/patch |
|
Pull request #36962 added to Project: "Patch 7.10.1" |
|
/backport 7.9.4 |
|
Pull request #36963 added to Project: "Patch 7.9.4" |
|
/backport 7.8.5 |
|
Pull request #36964 added to Project: "Patch 7.8.5" |
Proposed changes (including videos or screenshots)
Login using iframe authentication was broken in release 7.8.0 and this issue was introduced by a refactor #36022
Issue(s)
Fixes #36638
Steps to test or reproduce
Configure iframe auth and ensure login works
Further comments
SUP-853
Removing

headerson this API call because it was causing CORS errors. Our specs don't ask for allowed headers on origin, either we ask our customers to allow headers on their CORS config or we omit them on our side on this API call.