Type Alias SsoUpdateBodyDto
SsoUpdateBodyDto: {
allowedLoginMethods?: "ALL" | "SSO_ONLY";
attributeMappings?: {
fieldId: string;
samlAttribute: string;
}[];
enabled?: boolean;
idpEntityUrl?: string | null;
idpSsoUrl?: string | null;
partnerProviders?: {
enabled: boolean;
key: string;
labelEn: string;
labelKo: string;
partnerKey: string;
}[];
x509Cert?: string | null;
}