1
0
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:
Kyle Spearrin
2022-08-09 12:14:17 -04:00
committed by GitHub
parent 37641ba08b
commit 4fc5347f15
2 changed files with 9 additions and 0 deletions

View File

@@ -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")]