1
0
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:
Rui Tomé
2023-08-02 11:03:13 +01:00
committed by GitHub
parent 6e58936fa3
commit 4a110ad135
4 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,7 @@ namespace Bit.Scim.Controllers.v2;
[Authorize("Scim")]
[Route("v2/{organizationId}/groups")]
[Produces("application/scim+json")]
[ExceptionHandlerFilter]
public class GroupsController : Controller
{