-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
allow navigating back from SAML signin #37283
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
@dannymcclain @alitoshmatov One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@davidgelhar Screen.Recording.2024-02-28.at.20.11.29.mov![]() |
Thanks @alitoshmatov I will check it out. |
I hardcoded it manually |
@alitoshmatov it turns out that hard-coding the isSAMLEnabled setting doesn't give a clean test. I updated the testing instructions to indicate that you should enter an account email that truly does have SAML enabled in order to test; please try again with the new instructions. |
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.
This works/looks great for me. Please make sure to also get a technical review from an engineer. 👍
Reviewer Checklist
Screenshots/VideosAndroid: NativeN/a Android: mWeb ChromeN/a iOS: NativeN/aiOS: mWeb SafariN/aMacOS: Chrome / Safarisaml-web.movMacOS: Desktopsaml-desktop.mov |
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
@thienlnam @dannymcclain Can we merge this PR? |
I'll leave that up to @thienlnam! |
Thanks for the bump - @davidgelhar Could you merge main to see if that fixes the performance tests please? |
@thienlnam main has been merged - do we need to do something to get the tests to run again? |
@thienlnam looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Tests were passing 😮 |
I just had to manually trigger them since this was your first PR with us, from now on they should run automatically |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/thienlnam in version: 1.4.49-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.4.50-5 🚀
|
Details
Fixed Issues
$ #29825
PROPOSAL: #29825 (comment)
Tests
Confirm you see the option to choose to sign in with SAML or with a magic code
Confirm you briefly see an interstitial page about launching your SSO provider's login portal
Offline tests
N/A
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
Screen.Recording.2024-02-28.at.7.18.05.AM.mp4
MacOS: Chrome / Safari
Screen.Recording.2024-02-28.at.7.08.29.AM.mp4
MacOS: Desktop
Screen.Recording.2024-02-28.at.7.23.57.AM.mp4