-
Notifications
You must be signed in to change notification settings - Fork 842
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
[PM-12406] Introduce new endpoint and replace SSO details response flow #4177
Conversation
…rganizationService
… SSO Login flow. Feature flag also used.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4177 +/- ##
=======================================
Coverage 89.05% 89.05%
=======================================
Files 445 445
Lines 38645 38695 +50
Branches 5403 5412 +9
=======================================
+ Hits 34414 34460 +46
- Misses 2357 2359 +2
- Partials 1874 1876 +2 ☔ View full report in Codecov by Sentry. |
app/src/main/res/values/strings.xml
Outdated
@@ -1073,4 +1073,5 @@ Do you want to switch to this account?</string> | |||
<string name="bitwarden_tools">Bitwarden Tools</string> | |||
<string name="got_it">Got it</string> | |||
<string name="no_logins_were_imported">No logins were imported</string> | |||
<string name="verified_sso_domain_verified">Verified Sso Domain Endpoint</string> |
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.
Should Sso be all caps?
|
||
@Suppress("MaxLineLength") | ||
@Test | ||
fun `getVerifiedOrganizationDomainSsoDetails when response is success should return valid response`() = runTest { |
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.
The formatter should move the runTest {
down a line if it's past the line limit
# Conflicts: # app/src/main/res/values/strings.xml
@Suppress("MaxLineLength") | ||
@Test | ||
fun `getVerifiedOrganizationDomainSsoDetails when response is success should return valid response`() = | ||
runTest { |
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.
You should re-run the formatter here, all the indentation is off
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.
Sorry thought I had it running automatically. Fixed now. 👍
🎟️ Tracking
[PM-12406 Introduce new endpoint and replace SSO details response flow](https://bitwarden.atlassian.net/browse/PM-12406)
📔 Objective
In order to align the back-end contract with the front-end expectations, add a net-new GET verified domains flow.
We will keep the original SSO details flow in place, this new implementation will be behind a remote feature flag.
📸 Screenshots
Screen.Recording.2024-10-28.at.16.38.59.mov
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmedissue and could potentially benefit from discussion
:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes