export interface SsoLocalization { /** * SSO Page strings */ sso: { /** * Single sign on page title */ pageTitle: string; /** * Single sign on tab title */ ssoTab: string; /** * Alert displayed before enable SSO configuration */ enableAlert: string; /** * SSO settings subtitle */ subtitle: string; /** * First SSO Step title text ('Claim Domain') */ stepOneTitle: string; /** * First SSO Step description text ('Claim Domain') */ stepOne: string; /** * Second SSO Step title text ('Confirmation') */ stepTwoTitle: string; /** * Second SSO Step description text ('Confirmation') */ stepTwo: string; /** * Third SSO Step title text ('Roles') */ stepThreeTitle: string; /** * Third SSO Step description text ('Roles') */ stepThree: string; /** * Last Step for Toggling SSO configuration title */ enableTitle: string; /** * SSO Provider (SAML/OIDC) provider is disabled alert text */ switchProviderAlert: string; /** * Choose SSO Provider title in dialog */ dialogTitle: string; }; /** * Claim Domain Dialog strings */ sso_ClaimDomain: { /** * Claim Domain Dialog strings */ title: string; /** * SSO Domain name input label */ domainInputLabel: string; /** * SSO Domain name input placeholder */ domainInputPlaceholder: string; /** * SSO Domain name input tooltip */ domainInputTooltip: string; /** * Error message displayed if domain is empty */ domainIsRequired: string; /** * Error message displayed if domain is not valid domain */ domainMustBeValid: string; /** * Message displayed after domain validated successfully */ domainValidatedMessage: string; /** * SSO Record name input label */ recordNameLabel: string; /** * SSO Record value input label */ recordValueLabel: string; /** * Submit button text when validating inputs */ validate: string; /** * Submit button text when proceed to next section */ proceed: string; /** * Submit button text when saving configurations */ save: string; /** * Close button text when closing after successfully save */ close: string; /** * Submit button text when going to next sso configuration dialog */ next: string; /** * Submit button text in the last configuration section to enable sso */ saveAndEnable: string; /** * Cancel button in dialogs */ cancel: string; /** * Instruction to claim domain */ claimDomainText: string; }; sso_Header: { title: string; addNew: string; setupSsoConnection: string; }; sso_Table: { editSSOConfig: string; deleteSSOConfig: string; areYouSureDeleteSSOConfig: string; deleteSSOConfigTitle: string; noSSOConfigsYet: string; noSSOConfigsYetDescription: string; cancel: string; back: string; done: string; proceed: string; skip: string; rolesColumnName: string; domainsColumnName: string; idpColumnName: string; statusColumnName: string; }; /** * Configure IDP Dialog strings */ sso_ConfigureIdp: { /** * Configure IDP Dialog title */ title: string; /** * Configure IDP Enabled status */ enabled: string; /** * Button text displayed after idp successfully configured and Role Enforcement disabled */ successfullyEnabledMessage: string; /** * Button text displayed after idp successfully configured and Role Enforcement enabled */ successfullyIdpConfigured: string; /** * String to display in switch element "automatic" configuration for uploading metadata file */ radioAutomaticLabel: string; /** * String to display in switch element "manual" configuration for typing SSO config manually */ radioManualLabel: string; /** * Metadata File dropzone label */ metadataFileLabel: string; /** * Metadata File dropzone label for sso guides */ metadataFileLabelGuides: string; /** * Metadata File dropzone description text */ metadataFileDescription: string; /** * Error message displayed if metadataFile is empty */ metadataFileIsRequired: string; /** * Error message displayed if metadataFile has wrong type */ metadataFileTypeErrorMessage: string; /** * Error message displayed if metadataUrl is empty */ metadataUrlIsRequired: string; /** * Error message displayed if metadataUrl is invalid url */ metadataUrlIsInvalid: string; /** * Select input label for selecting IDP type */ idpSelectLabel: string; /** * SSO ACS URL input label */ acsUrlInputLabel: string; /** * SSO Entity ID input label */ entityIdInputLabel: string; /** * SSO Endpoint URL input label */ endpointInputLabel: string; /** * SSO Entity ID input placeholder */ endpointInputPlaceholder: string; /** * Error message displayed if endpoint url is empty */ endpointIsRequired: string; /** * Error message displayed if endpointUrl is not valid URL */ endpointUrlIsInvalid: string; /** * Certificate Issuer URL input label */ issuerUrlInputLabel: string; /** * Certificate Issuer URL input helper message displayed as tooltip */ issuerUrlInputHelpMessage: string; /** * Global error text when validation issuer url */ ssoWellKnownError: string; /** * Error message displayed if issuerUrl is empty */ issuerUrlIsRequired: string; /** * Error message displayed if issuerUrl is not valid URL */ issuerUrlIsInvalid: string; /** * Public certificate input label */ publicCertificateInputLabel: string; /** * Public certificate input placeholder */ publicCertificateInputPlaceholder: string; /** * Error message displayed if public certificate is empty */ publicCertificateIsRequired: string; /** * SSO client id input label */ clientIdInputLabel: string; /** * SSO client id input placeholder */ clientIdInputPlaceholder: string; /** * Error message displayed if client id is empty */ clientIdIsRequired: string; /** * Secret key input label */ secretInputLabel: string; /** * Secret key input placeholder */ secretInputPlaceholder: string; /** * Error message displayed if secret key is empty */ secretIsRequired: string; /** * SSO redirect uri input label */ redirectUriInputLabel: string; /** * Submit button text when validating inputs */ validate: string; /** * Submit button text when proceed to next section */ proceed: string; /** * Submit button text when saving configurations */ save: string; /** * Close button text when closing after successfully save */ close: string; /** * Back button text when going to previous sso configuration dialog */ back: string; /** * Submit button text when going to next sso configuration dialog */ next: string; /** * Submit button text in the last configuration section to enable sso */ saveAndEnable: string; /** * Cancel button in dialogs */ cancel: string; /** * Back button text to close sso configuration dialog */ backToSSO: string; /** * Text display in first column inside MDX key value table */ columnName: string; /** * Text display in first column inside MDX key value table */ columnValue: string; /** * Automatic SAML form metadata url's input label */ idpUrlLabel: string; /** * Saml form button text for automatically configure */ configureAutomatically: string; /** * Saml form button text for manually configure */ configureManually: string; /** * Info message displayed in choose sso type when adding configuring new sso */ chooseIdpGuide: string; /** * Warning message displayed in choose sso type when sso not completed */ chooseIdpGuideNotCompleted: string; /** * Confirmation step title */ confirmationStep: string; /** * Confirmation step complete title */ confirmationStepCompleteTitle: string; /** * Confirmation step description */ confirmationStepCompleteDescription: string; /** * Confirmation step claim Domain button */ confirmationStepCompleteButton: string; /** * Confirmation step failed title */ confirmationStepFailedTitle: string; /** * Confirmation step failed description */ confirmationStepFailedDescription: string; /** * Retry button text */ retry: string; /** * Try again button text */ tryAgain: string; }; sso_ManageAuthorization: { /** * SSO Manage authorization dialog title */ title: string; /** * Roles input label */ rolesInputLabel: string; /** * Roles input placeholder */ rolesInputPlaceholder: string; /** * Error displayed if no roles selected */ rolesIsRequired: string; /** * Button text displayed after authorizations successfully configured */ successfullyEnabledMessage: string; /** * Button text displayed after authorizations successfully configured */ successfullyAuthorizationManaged: string; /** * SSO Authorizations Enabled status */ enabled: string; roles: string; /** * Select roles input label */ selectRolesLabel: string; /** * Select roles helper message */ selectRolesHelpMessage: string; /** * Group title */ group: string; /** * Mapping roles add button */ addMapping: string; /** * Manage roles grouping title */ rolesGroupsMappingTitle: string; /** * Manage roles grouping description message */ rolesGroupsMappingDescription: string; ssoAddMapping: string; /** * Error displayed if group does not have any role */ rolesGroupsMappingError: string; /** * Error displayed if group name is empty */ rolesGroupsNameEmptyError: string; /** * Error displayed if group name already exists */ rolesGroupsNameDuplicateError: string; /** * Submit button text when validating inputs */ validate: string; /** * Submit button text when proceed to next section */ proceed: string; /** * Submit button text when saving configurations */ save: string; /** * Close button text when closing after successfully save */ close: string; /** * Submit button text when going to next sso configuration dialog */ next: string; /** * Submit button text in the last configuration section to enable sso */ saveAndEnable: string; /** * Cancel button in dialogs */ cancel: string; }; }