-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement active flag in SCIM (#1158)
* Add active flag to SCIM user * Implement tests and calls to brig Involved exposing some types in brig that were internal before. * Remove misguided TODO. https://github.com/wireapp/wire-server/blob/b9a84f9b654a69c9a296761b36c042dc993236d3/services/brig/src/Brig/Team/API.hs#L306 * Promote NOTE to TODO; make it clear which line it belongs to. * Scim onboarding: handle all AccountStatus values reasonably. * Clarifying comment. * Fix test case docs. * Better mapping: scim active flag <-> AccountStatus. both more correct (does not fail on valid requests) and more readable, maintainable. * Cleanup. * Fix account status mapping for bogus ephemeral case. Co-authored-by: Matthias Fischmann <[email protected]>
- Loading branch information
Showing
6 changed files
with
219 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.