2022-10-31 13:37:33 +00:00
|
|
|
export const ssoText = {
|
2024-03-13 12:05:36 +00:00
|
|
|
pagetitle: " Workspace login",
|
|
|
|
|
workspaceLoginPage: {
|
2022-11-09 08:02:02 +00:00
|
|
|
enableSignupLabel: "Enable Signup",
|
|
|
|
|
helperText: "New account will be created for user's first time SSO sign in",
|
2022-12-09 13:12:31 +00:00
|
|
|
allowDefaultSSOLabel: "Allow default SSO",
|
|
|
|
|
allowDefaultSSOHelperText:
|
2023-04-28 04:52:02 +00:00
|
|
|
"Allow users to authenticate via default SSO. Default SSO configurations can be overridden by \n workspace level SSO.",
|
2022-12-09 13:12:31 +00:00
|
|
|
allowedDomainLabel: "Allowed domains",
|
|
|
|
|
allowedDomainHelperText:
|
|
|
|
|
"Support multiple domains. Enter domain names separated by comma. example: tooljet.com,tooljet.io,yourorganization.com",
|
|
|
|
|
workspaceLoginUrl: "Login URL",
|
|
|
|
|
workspaceLoginHelpText: "Use this URL to login directly to this workspace",
|
2024-03-13 12:05:36 +00:00
|
|
|
ssoHeader: "SSO",
|
|
|
|
|
instanceSSOHelperText: "Display default SSO for workspace URL login",
|
|
|
|
|
googleLabel: "Google",
|
|
|
|
|
githubLabel: "GitHub",
|
|
|
|
|
defaultSSO: "Default SSO",
|
2022-11-09 08:02:02 +00:00
|
|
|
},
|
2022-06-20 11:29:12 +00:00
|
|
|
cancelButton: "Cancel",
|
2023-04-28 04:52:02 +00:00
|
|
|
saveButton: "Save changes",
|
2022-06-20 11:29:12 +00:00
|
|
|
allowedDomain: "tooljet.io,gmail.com",
|
2024-03-13 12:05:36 +00:00
|
|
|
ssoToast: "Organization settings have been updated",
|
2022-06-20 11:29:12 +00:00
|
|
|
ssoToast2: "updated SSO configurations",
|
|
|
|
|
googleTitle: "Google",
|
|
|
|
|
enabledLabel: "Enabled",
|
2024-03-13 12:05:36 +00:00
|
|
|
googleSSOToast: "Saved Google SSO configurations",
|
2022-06-20 11:29:12 +00:00
|
|
|
disabledLabel: "Disabled",
|
|
|
|
|
googleDisableToast: "Disabled Google SSO",
|
2023-02-09 10:56:10 +00:00
|
|
|
googleSSOText: "Sign in with Google",
|
2024-03-13 12:05:36 +00:00
|
|
|
clientIdLabel: "Client ID",
|
2022-06-20 11:29:12 +00:00
|
|
|
redirectUrlLabel: "Redirect URL",
|
|
|
|
|
clientId: "24567098-mklj8t20za1smb2if.apps.googleusercontent.com",
|
|
|
|
|
testClientId: "12345-client-id-.apps.googleusercontent.com",
|
2022-10-31 13:37:33 +00:00
|
|
|
gitTitle: "GitHub",
|
2024-03-13 12:05:36 +00:00
|
|
|
clientSecretLabel: "Client secret",
|
2022-06-20 11:29:12 +00:00
|
|
|
encriptedLabel: "Encrypted",
|
|
|
|
|
gitEnabledToast: "Enabled GitHub SSO",
|
2024-03-13 12:05:36 +00:00
|
|
|
gitSSOToast: "Saved Git SSO configurations",
|
2022-10-18 07:20:38 +00:00
|
|
|
gitSignInText: "Sign in with GitHub",
|
2022-06-20 11:29:12 +00:00
|
|
|
passwordTitle: "Password Login",
|
2022-06-24 06:49:30 +00:00
|
|
|
passwordEnabledToast: "Enabled Password login",
|
2024-03-13 12:05:36 +00:00
|
|
|
passwordDisabledToast: "Password login disabled successfully!",
|
2022-11-09 08:02:02 +00:00
|
|
|
passwordDisableWarning:
|
2024-03-13 12:05:36 +00:00
|
|
|
"Disable password login only if you have configured SSO or else you will get locked out.",
|
|
|
|
|
hostNameLabel: "Host name",
|
2022-12-09 13:12:31 +00:00
|
|
|
hostNameHelpText: "Required if GitHub is self hosted",
|
2022-11-09 08:02:02 +00:00
|
|
|
hostName: "Tooljet",
|
2022-12-09 13:12:31 +00:00
|
|
|
signInHeader: "Sign in",
|
|
|
|
|
workspaceSubHeader: (workspaceName) => {
|
|
|
|
|
return `Sign in to your workspace - ${workspaceName}`;
|
|
|
|
|
},
|
|
|
|
|
noLoginMethodWarning: "No login methods enabled for this workspace",
|
|
|
|
|
googleSignUpText: "Sign up with Google",
|
|
|
|
|
gitSignUpText: "Sign up with GitHub",
|
2023-05-09 14:03:37 +00:00
|
|
|
gitUserStatusToast:
|
|
|
|
|
"GitHub login failed - User does not exist in the workspace",
|
2024-03-13 12:05:36 +00:00
|
|
|
passwordLoginToggleLbale: "Password login",
|
2023-05-09 14:03:37 +00:00
|
|
|
alertText: "Danger zone",
|
|
|
|
|
disablePasswordHelperText:
|
2024-03-13 12:05:36 +00:00
|
|
|
"Disable password login only if your SSO is configured otherwise you will get locked out",
|
2023-05-09 14:03:37 +00:00
|
|
|
};
|