1
0
Fork 0
mirror of synced 2024-08-02 11:51:34 +12:00

Allow scim config type

This commit is contained in:
adrinr 2023-03-21 15:45:08 +00:00
parent c80d265ea3
commit 4a4ba487a0

View file

@ -126,4 +126,5 @@ export enum ConfigType {
GOOGLE = "google",
OIDC = "oidc",
OIDC_LOGOS = "logos_oidc",
SCIM = "scim",
}