Type Alias SsoResponseDto
SsoResponseDto: {
attributeMappings: {
fieldId: string;
samlAttribute: string;
}[];
enabled: boolean;
idpConfigured: boolean;
idpEntityUrl: string | null;
idpSsoUrl: string | null;
mappingLabels: {
[key: string]: string;
};
spAcsUrl: string;
spEntityId: string;
x509Cert: string | null;
}