Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Keith Williams <keithwillcode@gmail.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com> Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com> Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
23 lines
385 B
TypeScript
23 lines
385 B
TypeScript
export const directoryProviders = [
|
|
{
|
|
label: "Azure SCIM v2.0",
|
|
value: "azure-scim-v2",
|
|
},
|
|
{
|
|
label: "Okta SCIM v2.0",
|
|
value: "okta-scim-v2",
|
|
},
|
|
{
|
|
label: "JumpCloud v2.0",
|
|
value: "jumpcloud-scim-v2",
|
|
},
|
|
{
|
|
label: "OneLogin SCIM v2.0",
|
|
value: "onelogin-scim-v2",
|
|
},
|
|
{
|
|
label: "SCIM Generic v2.0",
|
|
value: "generic-scim-v2",
|
|
},
|
|
];
|