mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
[AC-1438] Updated SCIM controllers to respond with "content-Type: application/scim+json" (#3072)
This commit is contained in:
@ -12,6 +12,7 @@ namespace Bit.Scim.Controllers.v2;
|
||||
|
||||
[Authorize("Scim")]
|
||||
[Route("v2/{organizationId}/groups")]
|
||||
[Produces("application/scim+json")]
|
||||
[ExceptionHandlerFilter]
|
||||
public class GroupsController : Controller
|
||||
{
|
||||
|
Reference in New Issue
Block a user