1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

[PM-12630] support for ping identity SCIM provisioning (#4804)

* support for ping identity SCIM provisioning

* mark ping ip list static
This commit is contained in:
Kyle Spearrin
2024-09-26 16:04:27 -04:00
committed by GitHub
parent 226f26a715
commit 8c8956da37
4 changed files with 42 additions and 4 deletions

View File

@ -9,4 +9,5 @@ public enum ScimProviderType : byte
JumpCloud = 4,
GoogleWorkspace = 5,
Rippling = 6,
Ping = 7,
}