1
0
mirror of https://github.com/Infisical/infisical.git synced 2025-03-31 22:09:57 +00:00

misc: added oidc to user alias type

This commit is contained in:
Sheen Capadngan
2024-06-20 21:14:47 +08:00
parent 1e0f54d9a4
commit d19e2f64f0

@ -29,7 +29,8 @@ export type User = {
export enum UserAliasType {
LDAP = "ldap",
SAML = "saml"
SAML = "saml",
OIDC = "oidc"
}
export type UserEnc = {