We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145339d commit 10cd7ffCopy full SHA for 10cd7ff
Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/GroupsController.cs
@@ -5,9 +5,11 @@
5
namespace Microsoft.SCIM
6
{
7
using System;
8
+ using Microsoft.AspNetCore.Authorization;
9
using Microsoft.AspNetCore.Mvc;
10
11
[Route(ServiceConstants.RouteGroups)]
12
+ [Authorize]
13
[ApiController]
14
public sealed class GroupsController : ControllerTemplate<Core2Group>
15
Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/UsersController.cs
[Route(ServiceConstants.RouteUsers)]
public sealed class UsersController : ControllerTemplate<Core2EnterpriseUser>
0 commit comments