mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
respect allowanonymous on scim auth (#2173)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
using Bit.Core.Utilities;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Bit.Scim.Controllers
|
||||
{
|
||||
[AllowAnonymous]
|
||||
public class InfoController : Controller
|
||||
{
|
||||
[HttpGet("~/alive")]
|
||||
|
||||
Reference in New Issue
Block a user