Brant DeBow

Results 7 issues of Brant DeBow

## 🎟️ Tracking [BITAU-121](https://livefront.atlassian.net/browse/BITAU-121) [BITAU-123](https://livefront.atlassian.net/browse/BITAU-123) [BITAU-124](https://livefront.atlassian.net/browse/BITAU-124) [BITAU-125](https://livefront.atlassian.net/browse/BITAU-125) ## 📔 Objective This PR does a first pass at bringing the AuthenticatorBridgeKit improvements into the Authenticator app, pull codes from the shared...

## 🎟️ Tracking [PM-17562](https://bitwarden.atlassian.net/browse/PM-17562) ## 📔 Objective This PR adds optional support for auth (scheme and token) to our current webhook integration. The WebhookIntegrationHandler checks the configuration for a `Scheme`...

## 🎟️ Tracking [PM-17562](https://bitwarden.atlassian.net/browse/PM-17562) ## 📔 Objective One of the tests in `WebhookIntegrationHandlerTests` has been flickering (passing/failing on and off). This was a result of calling DateTime.UtcNow in multiple places...

## 🎟️ Tracking [PM-17562](https://bitwarden.atlassian.net/browse/PM-17562) ## 📔 Objective This is a POC of an idea for adding arbitrary filters to our existing event integrations. The idea would be to give organization...

## 📔 Objective As the event integration services grew, they were simply being added to the large ServiceCollectionExtensions in SharedWeb. This PR refactors them into their own self-contained extension. This...

## 📔 Objective Now that we have transitioned to use Azure Service Bus in production for our event integrations, the `AzureQueueHostedService` was somewhat obsolete. We were still running it to...

## 📔 Objective This PR extends what was built in #6650 and #6689 to extend the CQRS pattern and the support for clearing the cache to `OrganizationIntegrationConfiguration`s. Changes: - Remove...