mirror of
https://github.com/bitwarden/server
synced 2025-12-20 18:23:44 +00:00
Add Microsoft Teams integration (#6410)
* Add Microsoft Teams integration * Fix method naming error * Expand and clean up unit test coverage * Update with PR feedback * Add documentation, add In Progress logic/tests for Teams * Fixed lowercase Slack * Added docs; Updated PR suggestions; * Fix broken tests
This commit is contained in:
@@ -229,8 +229,9 @@ public class Startup
|
||||
services.AddHostedService<Core.HostedServices.ApplicationCacheHostedService>();
|
||||
}
|
||||
|
||||
// Add SlackService for OAuth API requests - if configured
|
||||
// Add Slack / Teams Services for OAuth API requests - if configured
|
||||
services.AddSlackService(globalSettings);
|
||||
services.AddTeamsService(globalSettings);
|
||||
}
|
||||
|
||||
public void Configure(
|
||||
|
||||
Reference in New Issue
Block a user