mirror of
https://github.com/bitwarden/server
synced 2026-01-02 16:43:25 +00:00
Refactor Slack Callback Mechanism (#6388)
* Refactor Slack Callback * Add more safety to state param, clarify if logic, update tests * Added an additional 2 possible cases to test: integration is not a slack integration, and the integration has already been claimed * Implement SonarQube suggestion * Adjusted org hash to include timestamp; addressed PR feedback
This commit is contained in:
10
src/Core/AdminConsole/Enums/OrganizationIntegrationStatus.cs
Normal file
10
src/Core/AdminConsole/Enums/OrganizationIntegrationStatus.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Bit.Api.AdminConsole.Models.Response.Organizations;
|
||||
|
||||
public enum OrganizationIntegrationStatus : int
|
||||
{
|
||||
NotApplicable,
|
||||
Invalid,
|
||||
Initiated,
|
||||
InProgress,
|
||||
Completed
|
||||
}
|
||||
Reference in New Issue
Block a user