[PR #1540] [MERGED] [SSO Auto Enroll] Auto Enroll status retrieval #2951

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1540
Author: @vincentsalucci
Created: 9/14/2021
Status: Merged
Merged: 9/15/2021
Merged by: @vincentsalucci

Base: masterHead: m-bug-auto-enroll


📝 Commits (2)

  • 7dcaafe [SSO Auto Enroll] Auto Enroll status retrieval
  • 077ef51 Updated object property to match server

📊 Changes

4 files changed (+30 additions, -6 deletions)

View changed files

📝 src/App/Pages/Accounts/SetPasswordPageViewModel.cs (+15 -6)
📝 src/Core/Abstractions/IApiService.cs (+1 -0)
src/Core/Models/Response/OrganizationAutoEnrollStatusResponse.cs (+8 -0)
📝 src/Core/Services/ApiService.cs (+6 -0)

📄 Description

Objective

Add the latest Auto Enroll status API and updated the flow for information retrieval in regards to the Organization ID and AutoEnrollEnabled boolean.

Code Changes

  • SetPasswordPageViewModel: Update the flow to use the newly available API
  • api.service: Added new GetOrganizationAutoEnrollStatus method
  • OrganizationAutoEnrollStatusResponse: Added response object for newly created API

Dependency


🔄 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/1540 **Author:** [@vincentsalucci](https://github.com/vincentsalucci) **Created:** 9/14/2021 **Status:** ✅ Merged **Merged:** 9/15/2021 **Merged by:** [@vincentsalucci](https://github.com/vincentsalucci) **Base:** `master` ← **Head:** `m-bug-auto-enroll` --- ### 📝 Commits (2) - [`7dcaafe`](https://github.com/bitwarden/android/commit/7dcaafea5d79852d14cd82b88bbd0c7403c6ca43) [SSO Auto Enroll] Auto Enroll status retrieval - [`077ef51`](https://github.com/bitwarden/android/commit/077ef517a5459f46e42ebbcb2c9ddb66fd4662bd) Updated object property to match server ### 📊 Changes **4 files changed** (+30 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Accounts/SetPasswordPageViewModel.cs` (+15 -6) 📝 `src/Core/Abstractions/IApiService.cs` (+1 -0) ➕ `src/Core/Models/Response/OrganizationAutoEnrollStatusResponse.cs` (+8 -0) 📝 `src/Core/Services/ApiService.cs` (+6 -0) </details> ### 📄 Description ## Objective > Add the latest `Auto Enroll` status `API` and updated the flow for information retrieval in regards to the `Organization ID` and `AutoEnrollEnabled` boolean. ## Code Changes - **SetPasswordPageViewModel**: Update the flow to use the newly available `API` - **api.service**: Added new `GetOrganizationAutoEnrollStatus` method - **OrganizationAutoEnrollStatusResponse**: Added response object for newly created `API` ## Dependency - [Server - Add Auto Enroll status API](https://github.com/bitwarden/server/pull/1583) --- <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:26:20 -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#2951