DocSpace-client/packages/client/public/locales/en/SingleSignOn.json

63 lines
3.9 KiB
JSON
Raw Normal View History

2022-06-22 13:24:06 +00:00
{
"AddCertificate": "Add certificate",
"AdvancedSettings": "Advanced Settings",
"AdvancedSettingsTooltip": "Hide default authentication page and automatically redirect to SSO service",
"AttributeMatching": "Attribute Mapping",
"AttributeMatchingTooltip": "The correspondence of the single sign-on attributes to the fields of the portal 'People' module",
"Binding": "Binding:",
2022-08-08 10:55:23 +00:00
"CertificateExist": "Certificate with same action type already exists",
2022-06-22 13:24:06 +00:00
"ConfirmationText": "All the data you entered will be lost. Are you sure you want to continue?",
"CustomEntryButton": "Custom login button caption",
2023-01-10 14:56:40 +00:00
"CustomEntryTooltip": "The caption for the button used to login into the space with the Single Sign-On service",
2022-06-22 13:24:06 +00:00
"DownloadMetadataXML": "Download SP metadata XML",
"EmptyFieldErrorMessage": "The field is empty",
2022-08-04 11:42:59 +00:00
"Encryption": "Encryption",
2022-06-22 13:24:06 +00:00
"GenerateCertificate": "Generate New Self-Signed Certificate",
"Hide": "Hide",
"HideAdditionalParameters": "Hide advanced settings",
"HideAuthPage": "Hide auth page",
"LogoutEndpointUrl": "IdP Single Logout Endpoint URL",
"LogoutEndpointUrlTooltip": "The URL used for the single logout on the Service provider side",
"NameIDFormat": "NameId Format",
"NewCertificate": "New Certificate",
"OpenCertificate": "Public Certificate",
2022-08-02 14:35:19 +00:00
"PlaceholderCert": "Paste or type text",
2022-06-22 13:24:06 +00:00
"PrivateKey": "Private Key",
"ProviderURL": "IdP Entity Id",
"ProviderURLTooltip": "Identity Provider Entity Id (Issuer URL)",
"SPAssertionConsumerURL": "SP Assertion Consumer URL (support POST and Redirect binding)",
"SPAssertionConsumerURLTooltip": "The Service provider URL address where it receives and processes assertions from the Identity provider",
"SPEntityId": "SP Entity Id (link to metadata XML)",
"SPEntityIdTooltip": "The Service provider XML URL address which can be downloaded and used by the Identity provider to unequivocally identify the SP",
"SPSingleLogoutURL": "SP Single Logout URL (support POST and Redirect binding):",
"SPSingleLogoutURLTooltip": "The URL used for the single logout on the Identity provider side",
2022-07-29 11:42:06 +00:00
"ServiceProviderSettings": "ONLYOFFICE SP Settings",
2022-06-22 13:24:06 +00:00
"Show": "Show",
"ShowAdditionalParameters": "Show advanced settings",
"SignOnEndpointUrl": "IdP Single Sign-On Endpoint URL",
"SignOnEndpointUrlTooltip": "The URL used for the single sign-on on the Identity provider side",
2022-08-04 11:42:59 +00:00
"Signing": "Signing",
"SigningAndEncryption": "Signing and encryption",
"SpMetadata": "ONLYOFFICE SP Metadata",
2023-01-10 14:56:40 +00:00
"SsoIntro": "The Single Sign-On section allows you to enable/disable third-party authentication using SAML, thereby providing a quicker, easier and more secure way to access the space for users.",
2022-06-22 13:24:06 +00:00
"StandardDecryptionAlgorithm": "Default Decrypt Algorithm",
"TurnOnSSO": "Enable Single Sign-on Authentication",
2023-01-10 14:56:40 +00:00
"TurnOnSSOCaption": "Enable this option if you want to add users from SSO service to your space automatically",
2022-06-22 13:24:06 +00:00
"UploadXML": "Load metadata from XML to fill the required fields automatically",
"UploadXMLPlaceholder": "URL to IdP Metadata XML",
"UsedFor": "Use for",
"idpAuthRequest": "Verify Auth Responses Sign",
"idpCertificates": "IdP Public Certificates",
"idpCertificatesTooltip": "The Identity provider public certificates used for either verification or decryption (or both) of the requests and responses from the IdP",
"idpSignExitRequest": "Verify Logout Requests Sign",
"idpSignResponseRequest": "Verify Logout Responses Sign",
"idpSigningAlgorithm": "Default Sign Verifying Algorithm",
"spAuthRequest": "Sign Auth Requests",
"spCertificates": "SP Certificates",
"spCertificatesTooltip": "The Service provider certificates used to sign and encrypt the requests and responses from the SP",
"spDecryptStatements": "Decrypt Assertions",
"spSignExitRequest": "Sign Logout Requests",
"spSignResponseRequest": "Sign Logout Responses",
2022-08-01 06:23:01 +00:00
"spSigningAlgorithm": "Signing Algorithm"
2022-06-22 13:24:06 +00:00
}