[PR #1646] [MERGED] pass OrgId to SSO login while using CME #3024

Closed
opened 2025-11-26 23:27:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1646
Author: @jlf0dev
Created: 11/15/2021
Status: Merged
Merged: 11/16/2021
Merged by: @jlf0dev

Base: masterHead: bug/onboarding-sso-cme


📝 Commits (1)

  • 95fb3de pass OrgId to SSO login while using CME

📊 Changes

3 files changed (+6 additions, -6 deletions)

View changed files

📝 src/App/Pages/Accounts/LoginSsoPageViewModel.cs (+3 -3)
📝 src/Core/Abstractions/IAuthService.cs (+1 -1)
📝 src/Core/Services/AuthService.cs (+2 -2)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Pass org id to authorization service for onboarding new CME accounts
Asana Task: https://app.asana.com/0/1201363553288890/1201367638175947/f

Code changes

  • file.ext: Description of what was changed and why
  • **src/Core/Services/AuthService.cs: **Pass Org id to LogInHelper from SSO login
  • **src/Core/Abstractions/IAuthService.cs: **Add Org id to method parameters
  • **src/App/Pages/Accounts/LoginSsoPageViewModel.cs: **Pass Org id to AuthService

Testing requirements

  • Onboarding for new SSO accounts using CME

Before you submit

  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/1646 **Author:** [@jlf0dev](https://github.com/jlf0dev) **Created:** 11/15/2021 **Status:** ✅ Merged **Merged:** 11/16/2021 **Merged by:** [@jlf0dev](https://github.com/jlf0dev) **Base:** `master` ← **Head:** `bug/onboarding-sso-cme` --- ### 📝 Commits (1) - [`95fb3de`](https://github.com/bitwarden/android/commit/95fb3def85eac533ddfd0336a81f85efef62b480) pass OrgId to SSO login while using CME ### 📊 Changes **3 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Accounts/LoginSsoPageViewModel.cs` (+3 -3) 📝 `src/Core/Abstractions/IAuthService.cs` (+1 -1) 📝 `src/Core/Services/AuthService.cs` (+2 -2) </details> ### 📄 Description ## Type of change - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Pass org id to authorization service for onboarding new CME accounts Asana Task: https://app.asana.com/0/1201363553288890/1201367638175947/f ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **file.ext:** Description of what was changed and why * **src/Core/Services/AuthService.cs: **Pass Org id to LogInHelper from SSO login * **src/Core/Abstractions/IAuthService.cs: **Add Org id to method parameters * **src/App/Pages/Accounts/LoginSsoPageViewModel.cs: **Pass Org id to AuthService ## Testing requirements <!--What functionality requires testing by QA? This includes testing new behavior and regression testing--> - Onboarding for new SSO accounts using CME ## Before you submit - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:27:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3024