Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
smp-config.model.ts 365 B
Newer Older
export interface SmpConfig {
  smlIntegrationOn?: boolean;
  smlParticipantMultiDomainOn?: boolean;
  concatEBCorePartyId?: boolean;
  partyIDSchemeMandatory?: boolean;
  participantSchemaRegExp?: string;
  participantSchemaRegExpMessage?: string;
  passwordValidationRegExp?: string;
  passwordValidationRegExpMessage?: string;
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
  webServiceAuthTypes?: string[];