2022-10-31 13:37:33 +00:00
export const ssoText = {
2023-04-28 04:52:02 +00:00
pagetitle : " SSO" ,
2022-11-09 08:02:02 +00:00
generalSettingsElements : {
generalSettings : "General Settings" ,
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" ,
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" ,
ssoToast : "updated sso configurations" ,
ssoToast2 : "updated SSO configurations" ,
googleTitle : "Google" ,
enabledLabel : "Enabled" ,
googleEnabledToast : "Enabled Google SSO" ,
disabledLabel : "Disabled" ,
googleDisableToast : "Disabled Google SSO" ,
2023-02-09 10:56:10 +00:00
googleSSOText : "Sign in with Google" ,
2022-06-20 11:29:12 +00:00
clientIdLabel : "Client Id" ,
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" ,
2022-06-20 11:29:12 +00:00
clientSecretLabel : "Client Secret" ,
encriptedLabel : "Encrypted" ,
gitEnabledToast : "Enabled GitHub SSO" ,
gitDisabledToast : "Disabled GitHub SSO" ,
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" ,
passwordDisabledToast : "Disabled Password login" ,
2022-11-09 08:02:02 +00:00
passwordDisableWarning :
2023-02-09 10:56:10 +00:00
"Users won’ t be able to login via username and password if password login is disabled. Please make sure that you have setup other authentication methods before disabling password login, do you want to continue?" ,
2022-11-09 08:02:02 +00:00
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" ,
passwordLoginToggleLbale : "Password login " ,
alertText : "Danger zone" ,
disablePasswordHelperText :
"Disable password login only if your SSO is configured otherwise you will get logged out." ,
} ;