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:
@ -29,7 +29,8 @@ export type User = {
|
||||
|
||||
export enum UserAliasType {
|
||||
LDAP = "ldap",
|
||||
SAML = "saml"
|
||||
SAML = "saml",
|
||||
OIDC = "oidc"
|
||||
}
|
||||
|
||||
export type UserEnc = {
|
||||
|
Reference in New Issue
Block a user