@frontegg/types 5.59.1 → 6.0.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CheckoutDialogOptions.d.ts +6 -6
- package/CheckoutDialogOptions.js +1 -0
- package/Common.d.ts +6 -6
- package/Common.js +1 -0
- package/ContextOptions.d.ts +31 -31
- package/ContextOptions.js +1 -0
- package/CustomComponents.d.ts +19 -19
- package/CustomComponents.js +1 -0
- package/FronteggAppInstance.d.ts +23 -23
- package/FronteggAppInstance.js +1 -0
- package/FronteggAppOptions.d.ts +76 -76
- package/FronteggAppOptions.js +1 -0
- package/FronteggMetadata.d.ts +88 -85
- package/FronteggMetadata.js +1 -0
- package/FronteggStoreOptions.d.ts +13 -13
- package/FronteggStoreOptions.js +1 -0
- package/Localizations/AdminPortalLocalizations/accountSettings.d.ts +216 -216
- package/Localizations/AdminPortalLocalizations/accountSettings.js +1 -0
- package/Localizations/AdminPortalLocalizations/allUsers.d.ts +275 -0
- package/Localizations/AdminPortalLocalizations/allUsers.js +1 -0
- package/Localizations/AdminPortalLocalizations/apiTokens.d.ts +137 -137
- package/Localizations/AdminPortalLocalizations/apiTokens.js +1 -0
- package/Localizations/AdminPortalLocalizations/auditLogs.d.ts +51 -51
- package/Localizations/AdminPortalLocalizations/auditLogs.js +1 -0
- package/Localizations/AdminPortalLocalizations/index.d.ts +29 -27
- package/Localizations/AdminPortalLocalizations/index.js +15 -0
- package/Localizations/AdminPortalLocalizations/navigation.d.ts +85 -76
- package/Localizations/AdminPortalLocalizations/navigation.js +1 -0
- package/Localizations/AdminPortalLocalizations/personalTokens.d.ts +117 -117
- package/Localizations/AdminPortalLocalizations/personalTokens.js +1 -0
- package/Localizations/AdminPortalLocalizations/privacy.d.ts +182 -182
- package/Localizations/AdminPortalLocalizations/privacy.js +1 -0
- package/Localizations/AdminPortalLocalizations/profile.d.ts +243 -243
- package/Localizations/AdminPortalLocalizations/profile.js +1 -0
- package/Localizations/AdminPortalLocalizations/roles.d.ts +88 -88
- package/Localizations/AdminPortalLocalizations/roles.js +1 -0
- package/Localizations/AdminPortalLocalizations/security.d.ts +182 -182
- package/Localizations/AdminPortalLocalizations/security.js +1 -0
- package/Localizations/AdminPortalLocalizations/sso.d.ts +398 -398
- package/Localizations/AdminPortalLocalizations/sso.js +1 -0
- package/Localizations/AdminPortalLocalizations/subscriptions.d.ts +252 -252
- package/Localizations/AdminPortalLocalizations/subscriptions.js +1 -0
- package/Localizations/AdminPortalLocalizations/users.d.ts +288 -288
- package/Localizations/AdminPortalLocalizations/users.js +1 -0
- package/Localizations/AdminPortalLocalizations/webhooks.d.ts +157 -157
- package/Localizations/AdminPortalLocalizations/webhooks.js +1 -0
- package/Localizations/LocalizationOverrides.d.ts +21 -21
- package/Localizations/LocalizationOverrides.js +1 -0
- package/Localizations/LocalizationType.d.ts +45 -45
- package/Localizations/LocalizationType.js +1 -0
- package/Localizations/LoginBoxLocalization/SplitPageTypes/index.d.ts +25 -25
- package/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +1 -0
- package/Localizations/LoginBoxLocalization/acceptInvitation.d.ts +31 -31
- package/Localizations/LoginBoxLocalization/acceptInvitation.js +1 -0
- package/Localizations/LoginBoxLocalization/activateAccount.d.ts +79 -79
- package/Localizations/LoginBoxLocalization/activateAccount.js +1 -0
- package/Localizations/LoginBoxLocalization/forgetPassword.d.ts +35 -35
- package/Localizations/LoginBoxLocalization/forgetPassword.js +1 -0
- package/Localizations/LoginBoxLocalization/index.d.ts +20 -20
- package/Localizations/LoginBoxLocalization/index.js +11 -0
- package/Localizations/LoginBoxLocalization/login.d.ts +307 -307
- package/Localizations/LoginBoxLocalization/login.js +1 -0
- package/Localizations/LoginBoxLocalization/recoveryMfa.d.ts +23 -23
- package/Localizations/LoginBoxLocalization/recoveryMfa.js +1 -0
- package/Localizations/LoginBoxLocalization/resetPassword.d.ts +67 -67
- package/Localizations/LoginBoxLocalization/resetPassword.js +1 -0
- package/Localizations/LoginBoxLocalization/resetPhoneNumber.d.ts +34 -34
- package/Localizations/LoginBoxLocalization/resetPhoneNumber.js +1 -0
- package/Localizations/LoginBoxLocalization/signup.d.ts +186 -186
- package/Localizations/LoginBoxLocalization/signup.js +1 -0
- package/Localizations/LoginBoxLocalization/socialLogins.d.ts +34 -34
- package/Localizations/LoginBoxLocalization/socialLogins.js +1 -0
- package/Localizations/index.d.ts +4 -4
- package/Localizations/index.js +4 -0
- package/Localizations/package.json +6 -0
- package/Metadata/colorManipulator.d.ts +73 -73
- package/Metadata/colorManipulator.js +186 -0
- package/Metadata/getPalette.d.ts +3 -3
- package/Metadata/getPalette.js +58 -0
- package/Metadata/index.d.ts +15 -15
- package/Metadata/index.js +126 -0
- package/Metadata/package.json +6 -0
- package/PrivateOptions.d.ts +25 -25
- package/PrivateOptions.js +1 -0
- package/ThemeOptions/AdminPortalThemeOptions.d.ts +84 -81
- package/ThemeOptions/AdminPortalThemeOptions.js +16 -0
- package/ThemeOptions/BreakpointsOptions.d.ts +17 -17
- package/ThemeOptions/BreakpointsOptions.js +1 -0
- package/ThemeOptions/ComponentsOptions.d.ts +751 -751
- package/ThemeOptions/ComponentsOptions.js +2 -0
- package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.d.ts +21 -21
- package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.d.ts +51 -51
- package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.d.ts +12 -12
- package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.d.ts +45 -45
- package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoaderTheme.d.ts +7 -7
- package/ThemeOptions/LoginBoxTheme/LoaderTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.d.ts +226 -226
- package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.d.ts +136 -136
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.d.ts +47 -47
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.d.ts +71 -71
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.d.ts +95 -95
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.d.ts +64 -64
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/index.d.ts +53 -53
- package/ThemeOptions/LoginBoxTheme/index.js +11 -0
- package/ThemeOptions/LoginBoxThemeOptions.d.ts +46 -46
- package/ThemeOptions/LoginBoxThemeOptions.js +1 -0
- package/ThemeOptions/Palette.d.ts +85 -85
- package/ThemeOptions/Palette.js +1 -0
- package/ThemeOptions/Shadows.d.ts +1 -1
- package/ThemeOptions/Shadows.js +1 -0
- package/ThemeOptions/SpacingOptions.d.ts +9 -9
- package/ThemeOptions/SpacingOptions.js +1 -0
- package/ThemeOptions/TransitionsOptions.d.ts +23 -23
- package/ThemeOptions/TransitionsOptions.js +1 -0
- package/ThemeOptions/TypographyOptions.d.ts +13 -13
- package/ThemeOptions/TypographyOptions.js +1 -0
- package/ThemeOptions/index.d.ts +41 -41
- package/ThemeOptions/index.js +3 -0
- package/ThemeOptions/package.json +6 -0
- package/index.d.ts +7 -7
- package/index.js +12 -444
- package/node/CheckoutDialogOptions.js +5 -0
- package/node/Common.js +5 -0
- package/node/ContextOptions.js +5 -0
- package/node/CustomComponents.js +5 -0
- package/node/FronteggAppInstance.js +5 -0
- package/node/FronteggAppOptions.js +5 -0
- package/node/FronteggMetadata.js +5 -0
- package/node/FronteggStoreOptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/accountSettings.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/allUsers.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/apiTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/auditLogs.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/index.js +187 -0
- package/node/Localizations/AdminPortalLocalizations/navigation.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/personalTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/privacy.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/profile.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/roles.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/security.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/sso.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/subscriptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/users.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/webhooks.js +5 -0
- package/node/Localizations/LocalizationOverrides.js +5 -0
- package/node/Localizations/LocalizationType.js +5 -0
- package/node/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +5 -0
- package/node/Localizations/LoginBoxLocalization/acceptInvitation.js +5 -0
- package/node/Localizations/LoginBoxLocalization/activateAccount.js +5 -0
- package/node/Localizations/LoginBoxLocalization/forgetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/index.js +135 -0
- package/node/Localizations/LoginBoxLocalization/login.js +5 -0
- package/node/Localizations/LoginBoxLocalization/recoveryMfa.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPhoneNumber.js +5 -0
- package/node/Localizations/LoginBoxLocalization/signup.js +5 -0
- package/node/Localizations/LoginBoxLocalization/socialLogins.js +5 -0
- package/node/Localizations/index.js +57 -0
- package/node/Metadata/colorManipulator.js +210 -0
- package/node/Metadata/getPalette.js +70 -0
- package/node/Metadata/index.js +140 -0
- package/node/PrivateOptions.js +5 -0
- package/node/ThemeOptions/AdminPortalThemeOptions.js +23 -0
- package/node/ThemeOptions/BreakpointsOptions.js +5 -0
- package/node/ThemeOptions/ComponentsOptions.js +6 -0
- package/node/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoaderTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/index.js +135 -0
- package/node/ThemeOptions/LoginBoxThemeOptions.js +5 -0
- package/node/ThemeOptions/Palette.js +5 -0
- package/node/ThemeOptions/Shadows.js +5 -0
- package/node/ThemeOptions/SpacingOptions.js +5 -0
- package/node/ThemeOptions/TransitionsOptions.js +5 -0
- package/node/ThemeOptions/TypographyOptions.js +5 -0
- package/node/ThemeOptions/index.js +31 -0
- package/node/index.js +101 -446
- package/package.json +8 -5
- package/ThemeOptions/helpers.d.ts +0 -0
|
@@ -1,398 +1,398 @@
|
|
|
1
|
-
export interface SsoLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* SSO Page strings
|
|
4
|
-
*/
|
|
5
|
-
sso: {
|
|
6
|
-
/**
|
|
7
|
-
* Single sign on page title
|
|
8
|
-
*/
|
|
9
|
-
pageTitle: string;
|
|
10
|
-
/**
|
|
11
|
-
* Alert displayed before enable SSO configuration
|
|
12
|
-
*/
|
|
13
|
-
enableAlert: string;
|
|
14
|
-
/**
|
|
15
|
-
* SSO settings subtitle
|
|
16
|
-
*/
|
|
17
|
-
subtitle: string;
|
|
18
|
-
/**
|
|
19
|
-
* First SSO Step title text ('Claim Domain')
|
|
20
|
-
*/
|
|
21
|
-
stepOneTitle: string;
|
|
22
|
-
/**
|
|
23
|
-
* First SSO Step description text ('Claim Domain')
|
|
24
|
-
*/
|
|
25
|
-
stepOne: string;
|
|
26
|
-
/**
|
|
27
|
-
* Second SSO Step title text ('Confirmation')
|
|
28
|
-
*/
|
|
29
|
-
stepTwoTitle: string;
|
|
30
|
-
/**
|
|
31
|
-
* Second SSO Step description text ('Confirmation')
|
|
32
|
-
*/
|
|
33
|
-
stepTwo: string;
|
|
34
|
-
/**
|
|
35
|
-
* Third SSO Step title text ('Roles')
|
|
36
|
-
*/
|
|
37
|
-
stepThreeTitle: string;
|
|
38
|
-
/**
|
|
39
|
-
* Third SSO Step description text ('Roles')
|
|
40
|
-
*/
|
|
41
|
-
stepThree: string;
|
|
42
|
-
/**
|
|
43
|
-
* Last Step for Toggling SSO configuration title
|
|
44
|
-
*/
|
|
45
|
-
enableTitle: string;
|
|
46
|
-
/**
|
|
47
|
-
* SSO Provider (SAML/OIDC) provider is disabled alert text
|
|
48
|
-
*/
|
|
49
|
-
switchProviderAlert: string;
|
|
50
|
-
};
|
|
51
|
-
/**
|
|
52
|
-
* Claim Domain Dialog strings
|
|
53
|
-
*/
|
|
54
|
-
sso_ClaimDomain: {
|
|
55
|
-
/**
|
|
56
|
-
* Claim Domain Dialog strings
|
|
57
|
-
*/
|
|
58
|
-
title: string;
|
|
59
|
-
/**
|
|
60
|
-
* SSO Domain name input label
|
|
61
|
-
*/
|
|
62
|
-
domainInputLabel: string;
|
|
63
|
-
/**
|
|
64
|
-
* SSO Domain name input placeholder
|
|
65
|
-
*/
|
|
66
|
-
domainInputPlaceholder: string;
|
|
67
|
-
/**
|
|
68
|
-
* Error message displayed if domain is empty
|
|
69
|
-
*/
|
|
70
|
-
domainIsRequired: string;
|
|
71
|
-
/**
|
|
72
|
-
* Error message displayed if domain is not valid domain
|
|
73
|
-
*/
|
|
74
|
-
domainMustBeValid: string;
|
|
75
|
-
/**
|
|
76
|
-
* Message displayed after domain validated successfully
|
|
77
|
-
*/
|
|
78
|
-
domainValidatedMessage: string;
|
|
79
|
-
/**
|
|
80
|
-
* SSO Record name input label
|
|
81
|
-
*/
|
|
82
|
-
recordNameLabel: string;
|
|
83
|
-
/**
|
|
84
|
-
* SSO Record value input label
|
|
85
|
-
*/
|
|
86
|
-
recordValueLabel: string;
|
|
87
|
-
/**
|
|
88
|
-
* Submit button text when validating inputs
|
|
89
|
-
*/
|
|
90
|
-
validate: string;
|
|
91
|
-
/**
|
|
92
|
-
* Submit button text when proceed to next section
|
|
93
|
-
*/
|
|
94
|
-
proceed: string;
|
|
95
|
-
/**
|
|
96
|
-
* Submit button text when saving configurations
|
|
97
|
-
*/
|
|
98
|
-
save: string;
|
|
99
|
-
/**
|
|
100
|
-
* Close button text when closing after successfully save
|
|
101
|
-
*/
|
|
102
|
-
close: string;
|
|
103
|
-
/**
|
|
104
|
-
* Submit button text when going to next sso configuration dialog
|
|
105
|
-
*/
|
|
106
|
-
next: string;
|
|
107
|
-
/**
|
|
108
|
-
* Submit button text in the last configuration section to enable sso
|
|
109
|
-
*/
|
|
110
|
-
saveAndEnable: string;
|
|
111
|
-
/**
|
|
112
|
-
* Cancel button in dialogs
|
|
113
|
-
*/
|
|
114
|
-
cancel: string;
|
|
115
|
-
/**
|
|
116
|
-
* Instruction to claim domain
|
|
117
|
-
*/
|
|
118
|
-
claimDomainText: string;
|
|
119
|
-
};
|
|
120
|
-
sso_Header: {
|
|
121
|
-
title: string;
|
|
122
|
-
addNew: string;
|
|
123
|
-
};
|
|
124
|
-
sso_Table: {
|
|
125
|
-
editSSOConfig: string;
|
|
126
|
-
deleteSSOConfig: string;
|
|
127
|
-
areYouSureDeleteSSOConfig: string;
|
|
128
|
-
deleteSSOConfigTitle: string;
|
|
129
|
-
noSSOConfigsYet: string;
|
|
130
|
-
noSSOConfigsYetDescription: string;
|
|
131
|
-
cancel: string;
|
|
132
|
-
back: string;
|
|
133
|
-
done: string;
|
|
134
|
-
proceed: string;
|
|
135
|
-
skip: string;
|
|
136
|
-
rolesColumnName: string;
|
|
137
|
-
domainsColumnName: string;
|
|
138
|
-
idpColumnName: string;
|
|
139
|
-
statusColumnName: string;
|
|
140
|
-
};
|
|
141
|
-
/**
|
|
142
|
-
* Configure IDP Dialog strings
|
|
143
|
-
*/
|
|
144
|
-
sso_ConfigureIdp: {
|
|
145
|
-
/**
|
|
146
|
-
* Configure IDP Dialog title
|
|
147
|
-
*/
|
|
148
|
-
title: string;
|
|
149
|
-
/**
|
|
150
|
-
* Configure IDP Enabled status
|
|
151
|
-
*/
|
|
152
|
-
enabled: string;
|
|
153
|
-
/**
|
|
154
|
-
* Button text displayed after idp successfully configured and Role Enforcement disabled
|
|
155
|
-
*/
|
|
156
|
-
successfullyEnabledMessage: string;
|
|
157
|
-
/**
|
|
158
|
-
* Button text displayed after idp successfully configured and Role Enforcement enabled
|
|
159
|
-
*/
|
|
160
|
-
successfullyIdpConfigured: string;
|
|
161
|
-
/**
|
|
162
|
-
* String to display in switch element "automatic" configuration for uploading metadata file
|
|
163
|
-
*/
|
|
164
|
-
radioAutomaticLabel: string;
|
|
165
|
-
/**
|
|
166
|
-
* String to display in switch element "manual" configuration for typing SSO config manually
|
|
167
|
-
*/
|
|
168
|
-
radioManualLabel: string;
|
|
169
|
-
/**
|
|
170
|
-
* Metadata File dropzone label
|
|
171
|
-
*/
|
|
172
|
-
metadataFileLabel: string;
|
|
173
|
-
/**
|
|
174
|
-
* Metadata File dropzone description text
|
|
175
|
-
*/
|
|
176
|
-
metadataFileDescription: string;
|
|
177
|
-
/**
|
|
178
|
-
* Error message displayed if metadataFile is empty
|
|
179
|
-
*/
|
|
180
|
-
metadataFileIsRequired: string;
|
|
181
|
-
/**
|
|
182
|
-
* Error message displayed if metadataFile has wrong type
|
|
183
|
-
*/
|
|
184
|
-
metadataFileTypeErrorMessage: string;
|
|
185
|
-
/**
|
|
186
|
-
* Select input label for selecting IDP type
|
|
187
|
-
*/
|
|
188
|
-
idpSelectLabel: string;
|
|
189
|
-
/**
|
|
190
|
-
* SSO ACS URL input label
|
|
191
|
-
*/
|
|
192
|
-
acsUrlInputLabel: string;
|
|
193
|
-
/**
|
|
194
|
-
* SSO Entity ID input label
|
|
195
|
-
*/
|
|
196
|
-
entityIdInputLabel: string;
|
|
197
|
-
/**
|
|
198
|
-
* SSO Endpoint URL input label
|
|
199
|
-
*/
|
|
200
|
-
endpointInputLabel: string;
|
|
201
|
-
/**
|
|
202
|
-
* SSO Entity ID input placeholder
|
|
203
|
-
*/
|
|
204
|
-
endpointInputPlaceholder: string;
|
|
205
|
-
/**
|
|
206
|
-
* Error message displayed if endpoint url is empty
|
|
207
|
-
*/
|
|
208
|
-
endpointIsRequired: string;
|
|
209
|
-
/**
|
|
210
|
-
* Error message displayed if endpointUrl is not valid URL
|
|
211
|
-
*/
|
|
212
|
-
endpointUrlIsInvalid: string;
|
|
213
|
-
/**
|
|
214
|
-
* Certificate Issuer URL input label
|
|
215
|
-
*/
|
|
216
|
-
issuerUrlInputLabel: string;
|
|
217
|
-
/**
|
|
218
|
-
* Certificate Issuer URL input helper message displayed as tooltip
|
|
219
|
-
*/
|
|
220
|
-
issuerUrlInputHelpMessage: string;
|
|
221
|
-
/**
|
|
222
|
-
* Global error text when validation issuer url
|
|
223
|
-
*/
|
|
224
|
-
ssoWellKnownError: string;
|
|
225
|
-
/**
|
|
226
|
-
* Error message displayed if issuerUrl is empty
|
|
227
|
-
*/
|
|
228
|
-
issuerUrlIsRequired: string;
|
|
229
|
-
/**
|
|
230
|
-
* Error message displayed if issuerUrl is not valid URL
|
|
231
|
-
*/
|
|
232
|
-
issuerUrlIsInvalid: string;
|
|
233
|
-
/**
|
|
234
|
-
* Public certificate input label
|
|
235
|
-
*/
|
|
236
|
-
publicCertificateInputLabel: string;
|
|
237
|
-
/**
|
|
238
|
-
* Public certificate input placeholder
|
|
239
|
-
*/
|
|
240
|
-
publicCertificateInputPlaceholder: string;
|
|
241
|
-
/**
|
|
242
|
-
* Error message displayed if public certificate is empty
|
|
243
|
-
*/
|
|
244
|
-
publicCertificateIsRequired: string;
|
|
245
|
-
/**
|
|
246
|
-
* SSO client id input label
|
|
247
|
-
*/
|
|
248
|
-
clientIdInputLabel: string;
|
|
249
|
-
/**
|
|
250
|
-
* SSO client id input placeholder
|
|
251
|
-
*/
|
|
252
|
-
clientIdInputPlaceholder: string;
|
|
253
|
-
/**
|
|
254
|
-
* Error message displayed if client id is empty
|
|
255
|
-
*/
|
|
256
|
-
clientIdIsRequired: string;
|
|
257
|
-
/**
|
|
258
|
-
* Secret key input label
|
|
259
|
-
*/
|
|
260
|
-
secretInputLabel: string;
|
|
261
|
-
/**
|
|
262
|
-
* Secret key input placeholder
|
|
263
|
-
*/
|
|
264
|
-
secretInputPlaceholder: string;
|
|
265
|
-
/**
|
|
266
|
-
* Error message displayed if secret key is empty
|
|
267
|
-
*/
|
|
268
|
-
secretIsRequired: string;
|
|
269
|
-
/**
|
|
270
|
-
* SSO redirect uri input label
|
|
271
|
-
*/
|
|
272
|
-
redirectUriInputLabel: string;
|
|
273
|
-
/**
|
|
274
|
-
* Submit button text when validating inputs
|
|
275
|
-
*/
|
|
276
|
-
validate: string;
|
|
277
|
-
/**
|
|
278
|
-
* Submit button text when proceed to next section
|
|
279
|
-
*/
|
|
280
|
-
proceed: string;
|
|
281
|
-
/**
|
|
282
|
-
* Submit button text when saving configurations
|
|
283
|
-
*/
|
|
284
|
-
save: string;
|
|
285
|
-
/**
|
|
286
|
-
* Close button text when closing after successfully save
|
|
287
|
-
*/
|
|
288
|
-
close: string;
|
|
289
|
-
/**
|
|
290
|
-
* Submit button text when going to next sso configuration dialog
|
|
291
|
-
*/
|
|
292
|
-
next: string;
|
|
293
|
-
/**
|
|
294
|
-
* Submit button text in the last configuration section to enable sso
|
|
295
|
-
*/
|
|
296
|
-
saveAndEnable: string;
|
|
297
|
-
/**
|
|
298
|
-
* Cancel button in dialogs
|
|
299
|
-
*/
|
|
300
|
-
cancel: string;
|
|
301
|
-
};
|
|
302
|
-
sso_ManageAuthorization: {
|
|
303
|
-
/**
|
|
304
|
-
* SSO Manage authorization dialog title
|
|
305
|
-
*/
|
|
306
|
-
title: string;
|
|
307
|
-
/**
|
|
308
|
-
* Roles input label
|
|
309
|
-
*/
|
|
310
|
-
rolesInputLabel: string;
|
|
311
|
-
/**
|
|
312
|
-
* Roles input placeholder
|
|
313
|
-
*/
|
|
314
|
-
rolesInputPlaceholder: string;
|
|
315
|
-
/**
|
|
316
|
-
* Error displayed if no roles selected
|
|
317
|
-
*/
|
|
318
|
-
rolesIsRequired: string;
|
|
319
|
-
/**
|
|
320
|
-
* Button text displayed after authorizations successfully configured
|
|
321
|
-
*/
|
|
322
|
-
successfullyEnabledMessage: string;
|
|
323
|
-
/**
|
|
324
|
-
* Button text displayed after authorizations successfully configured
|
|
325
|
-
*/
|
|
326
|
-
successfullyAuthorizationManaged: string;
|
|
327
|
-
/**
|
|
328
|
-
* SSO Authorizations Enabled status
|
|
329
|
-
*/
|
|
330
|
-
enabled: string;
|
|
331
|
-
roles: string;
|
|
332
|
-
/**
|
|
333
|
-
* Select roles input label
|
|
334
|
-
*/
|
|
335
|
-
selectRolesLabel: string;
|
|
336
|
-
/**
|
|
337
|
-
* Select roles helper message
|
|
338
|
-
*/
|
|
339
|
-
selectRolesHelpMessage: string;
|
|
340
|
-
/**
|
|
341
|
-
* Group title
|
|
342
|
-
*/
|
|
343
|
-
group: string;
|
|
344
|
-
/**
|
|
345
|
-
* Mapping roles add button
|
|
346
|
-
*/
|
|
347
|
-
addMapping: string;
|
|
348
|
-
/**
|
|
349
|
-
* Manage roles grouping title
|
|
350
|
-
*/
|
|
351
|
-
rolesGroupsMappingTitle: string;
|
|
352
|
-
/**
|
|
353
|
-
* Manage roles grouping description message
|
|
354
|
-
*/
|
|
355
|
-
rolesGroupsMappingDescription: string;
|
|
356
|
-
ssoAddMapping: string;
|
|
357
|
-
/**
|
|
358
|
-
* Error displayed if group does not have any role
|
|
359
|
-
*/
|
|
360
|
-
rolesGroupsMappingError: string;
|
|
361
|
-
/**
|
|
362
|
-
* Error displayed if group name is empty
|
|
363
|
-
*/
|
|
364
|
-
rolesGroupsNameEmptyError: string;
|
|
365
|
-
/**
|
|
366
|
-
* Error displayed if group name already exists
|
|
367
|
-
*/
|
|
368
|
-
rolesGroupsNameDuplicateError: string;
|
|
369
|
-
/**
|
|
370
|
-
* Submit button text when validating inputs
|
|
371
|
-
*/
|
|
372
|
-
validate: string;
|
|
373
|
-
/**
|
|
374
|
-
* Submit button text when proceed to next section
|
|
375
|
-
*/
|
|
376
|
-
proceed: string;
|
|
377
|
-
/**
|
|
378
|
-
* Submit button text when saving configurations
|
|
379
|
-
*/
|
|
380
|
-
save: string;
|
|
381
|
-
/**
|
|
382
|
-
* Close button text when closing after successfully save
|
|
383
|
-
*/
|
|
384
|
-
close: string;
|
|
385
|
-
/**
|
|
386
|
-
* Submit button text when going to next sso configuration dialog
|
|
387
|
-
*/
|
|
388
|
-
next: string;
|
|
389
|
-
/**
|
|
390
|
-
* Submit button text in the last configuration section to enable sso
|
|
391
|
-
*/
|
|
392
|
-
saveAndEnable: string;
|
|
393
|
-
/**
|
|
394
|
-
* Cancel button in dialogs
|
|
395
|
-
*/
|
|
396
|
-
cancel: string;
|
|
397
|
-
};
|
|
398
|
-
}
|
|
1
|
+
export interface SsoLocalization {
|
|
2
|
+
/**
|
|
3
|
+
* SSO Page strings
|
|
4
|
+
*/
|
|
5
|
+
sso: {
|
|
6
|
+
/**
|
|
7
|
+
* Single sign on page title
|
|
8
|
+
*/
|
|
9
|
+
pageTitle: string;
|
|
10
|
+
/**
|
|
11
|
+
* Alert displayed before enable SSO configuration
|
|
12
|
+
*/
|
|
13
|
+
enableAlert: string;
|
|
14
|
+
/**
|
|
15
|
+
* SSO settings subtitle
|
|
16
|
+
*/
|
|
17
|
+
subtitle: string;
|
|
18
|
+
/**
|
|
19
|
+
* First SSO Step title text ('Claim Domain')
|
|
20
|
+
*/
|
|
21
|
+
stepOneTitle: string;
|
|
22
|
+
/**
|
|
23
|
+
* First SSO Step description text ('Claim Domain')
|
|
24
|
+
*/
|
|
25
|
+
stepOne: string;
|
|
26
|
+
/**
|
|
27
|
+
* Second SSO Step title text ('Confirmation')
|
|
28
|
+
*/
|
|
29
|
+
stepTwoTitle: string;
|
|
30
|
+
/**
|
|
31
|
+
* Second SSO Step description text ('Confirmation')
|
|
32
|
+
*/
|
|
33
|
+
stepTwo: string;
|
|
34
|
+
/**
|
|
35
|
+
* Third SSO Step title text ('Roles')
|
|
36
|
+
*/
|
|
37
|
+
stepThreeTitle: string;
|
|
38
|
+
/**
|
|
39
|
+
* Third SSO Step description text ('Roles')
|
|
40
|
+
*/
|
|
41
|
+
stepThree: string;
|
|
42
|
+
/**
|
|
43
|
+
* Last Step for Toggling SSO configuration title
|
|
44
|
+
*/
|
|
45
|
+
enableTitle: string;
|
|
46
|
+
/**
|
|
47
|
+
* SSO Provider (SAML/OIDC) provider is disabled alert text
|
|
48
|
+
*/
|
|
49
|
+
switchProviderAlert: string;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Claim Domain Dialog strings
|
|
53
|
+
*/
|
|
54
|
+
sso_ClaimDomain: {
|
|
55
|
+
/**
|
|
56
|
+
* Claim Domain Dialog strings
|
|
57
|
+
*/
|
|
58
|
+
title: string;
|
|
59
|
+
/**
|
|
60
|
+
* SSO Domain name input label
|
|
61
|
+
*/
|
|
62
|
+
domainInputLabel: string;
|
|
63
|
+
/**
|
|
64
|
+
* SSO Domain name input placeholder
|
|
65
|
+
*/
|
|
66
|
+
domainInputPlaceholder: string;
|
|
67
|
+
/**
|
|
68
|
+
* Error message displayed if domain is empty
|
|
69
|
+
*/
|
|
70
|
+
domainIsRequired: string;
|
|
71
|
+
/**
|
|
72
|
+
* Error message displayed if domain is not valid domain
|
|
73
|
+
*/
|
|
74
|
+
domainMustBeValid: string;
|
|
75
|
+
/**
|
|
76
|
+
* Message displayed after domain validated successfully
|
|
77
|
+
*/
|
|
78
|
+
domainValidatedMessage: string;
|
|
79
|
+
/**
|
|
80
|
+
* SSO Record name input label
|
|
81
|
+
*/
|
|
82
|
+
recordNameLabel: string;
|
|
83
|
+
/**
|
|
84
|
+
* SSO Record value input label
|
|
85
|
+
*/
|
|
86
|
+
recordValueLabel: string;
|
|
87
|
+
/**
|
|
88
|
+
* Submit button text when validating inputs
|
|
89
|
+
*/
|
|
90
|
+
validate: string;
|
|
91
|
+
/**
|
|
92
|
+
* Submit button text when proceed to next section
|
|
93
|
+
*/
|
|
94
|
+
proceed: string;
|
|
95
|
+
/**
|
|
96
|
+
* Submit button text when saving configurations
|
|
97
|
+
*/
|
|
98
|
+
save: string;
|
|
99
|
+
/**
|
|
100
|
+
* Close button text when closing after successfully save
|
|
101
|
+
*/
|
|
102
|
+
close: string;
|
|
103
|
+
/**
|
|
104
|
+
* Submit button text when going to next sso configuration dialog
|
|
105
|
+
*/
|
|
106
|
+
next: string;
|
|
107
|
+
/**
|
|
108
|
+
* Submit button text in the last configuration section to enable sso
|
|
109
|
+
*/
|
|
110
|
+
saveAndEnable: string;
|
|
111
|
+
/**
|
|
112
|
+
* Cancel button in dialogs
|
|
113
|
+
*/
|
|
114
|
+
cancel: string;
|
|
115
|
+
/**
|
|
116
|
+
* Instruction to claim domain
|
|
117
|
+
*/
|
|
118
|
+
claimDomainText: string;
|
|
119
|
+
};
|
|
120
|
+
sso_Header: {
|
|
121
|
+
title: string;
|
|
122
|
+
addNew: string;
|
|
123
|
+
};
|
|
124
|
+
sso_Table: {
|
|
125
|
+
editSSOConfig: string;
|
|
126
|
+
deleteSSOConfig: string;
|
|
127
|
+
areYouSureDeleteSSOConfig: string;
|
|
128
|
+
deleteSSOConfigTitle: string;
|
|
129
|
+
noSSOConfigsYet: string;
|
|
130
|
+
noSSOConfigsYetDescription: string;
|
|
131
|
+
cancel: string;
|
|
132
|
+
back: string;
|
|
133
|
+
done: string;
|
|
134
|
+
proceed: string;
|
|
135
|
+
skip: string;
|
|
136
|
+
rolesColumnName: string;
|
|
137
|
+
domainsColumnName: string;
|
|
138
|
+
idpColumnName: string;
|
|
139
|
+
statusColumnName: string;
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* Configure IDP Dialog strings
|
|
143
|
+
*/
|
|
144
|
+
sso_ConfigureIdp: {
|
|
145
|
+
/**
|
|
146
|
+
* Configure IDP Dialog title
|
|
147
|
+
*/
|
|
148
|
+
title: string;
|
|
149
|
+
/**
|
|
150
|
+
* Configure IDP Enabled status
|
|
151
|
+
*/
|
|
152
|
+
enabled: string;
|
|
153
|
+
/**
|
|
154
|
+
* Button text displayed after idp successfully configured and Role Enforcement disabled
|
|
155
|
+
*/
|
|
156
|
+
successfullyEnabledMessage: string;
|
|
157
|
+
/**
|
|
158
|
+
* Button text displayed after idp successfully configured and Role Enforcement enabled
|
|
159
|
+
*/
|
|
160
|
+
successfullyIdpConfigured: string;
|
|
161
|
+
/**
|
|
162
|
+
* String to display in switch element "automatic" configuration for uploading metadata file
|
|
163
|
+
*/
|
|
164
|
+
radioAutomaticLabel: string;
|
|
165
|
+
/**
|
|
166
|
+
* String to display in switch element "manual" configuration for typing SSO config manually
|
|
167
|
+
*/
|
|
168
|
+
radioManualLabel: string;
|
|
169
|
+
/**
|
|
170
|
+
* Metadata File dropzone label
|
|
171
|
+
*/
|
|
172
|
+
metadataFileLabel: string;
|
|
173
|
+
/**
|
|
174
|
+
* Metadata File dropzone description text
|
|
175
|
+
*/
|
|
176
|
+
metadataFileDescription: string;
|
|
177
|
+
/**
|
|
178
|
+
* Error message displayed if metadataFile is empty
|
|
179
|
+
*/
|
|
180
|
+
metadataFileIsRequired: string;
|
|
181
|
+
/**
|
|
182
|
+
* Error message displayed if metadataFile has wrong type
|
|
183
|
+
*/
|
|
184
|
+
metadataFileTypeErrorMessage: string;
|
|
185
|
+
/**
|
|
186
|
+
* Select input label for selecting IDP type
|
|
187
|
+
*/
|
|
188
|
+
idpSelectLabel: string;
|
|
189
|
+
/**
|
|
190
|
+
* SSO ACS URL input label
|
|
191
|
+
*/
|
|
192
|
+
acsUrlInputLabel: string;
|
|
193
|
+
/**
|
|
194
|
+
* SSO Entity ID input label
|
|
195
|
+
*/
|
|
196
|
+
entityIdInputLabel: string;
|
|
197
|
+
/**
|
|
198
|
+
* SSO Endpoint URL input label
|
|
199
|
+
*/
|
|
200
|
+
endpointInputLabel: string;
|
|
201
|
+
/**
|
|
202
|
+
* SSO Entity ID input placeholder
|
|
203
|
+
*/
|
|
204
|
+
endpointInputPlaceholder: string;
|
|
205
|
+
/**
|
|
206
|
+
* Error message displayed if endpoint url is empty
|
|
207
|
+
*/
|
|
208
|
+
endpointIsRequired: string;
|
|
209
|
+
/**
|
|
210
|
+
* Error message displayed if endpointUrl is not valid URL
|
|
211
|
+
*/
|
|
212
|
+
endpointUrlIsInvalid: string;
|
|
213
|
+
/**
|
|
214
|
+
* Certificate Issuer URL input label
|
|
215
|
+
*/
|
|
216
|
+
issuerUrlInputLabel: string;
|
|
217
|
+
/**
|
|
218
|
+
* Certificate Issuer URL input helper message displayed as tooltip
|
|
219
|
+
*/
|
|
220
|
+
issuerUrlInputHelpMessage: string;
|
|
221
|
+
/**
|
|
222
|
+
* Global error text when validation issuer url
|
|
223
|
+
*/
|
|
224
|
+
ssoWellKnownError: string;
|
|
225
|
+
/**
|
|
226
|
+
* Error message displayed if issuerUrl is empty
|
|
227
|
+
*/
|
|
228
|
+
issuerUrlIsRequired: string;
|
|
229
|
+
/**
|
|
230
|
+
* Error message displayed if issuerUrl is not valid URL
|
|
231
|
+
*/
|
|
232
|
+
issuerUrlIsInvalid: string;
|
|
233
|
+
/**
|
|
234
|
+
* Public certificate input label
|
|
235
|
+
*/
|
|
236
|
+
publicCertificateInputLabel: string;
|
|
237
|
+
/**
|
|
238
|
+
* Public certificate input placeholder
|
|
239
|
+
*/
|
|
240
|
+
publicCertificateInputPlaceholder: string;
|
|
241
|
+
/**
|
|
242
|
+
* Error message displayed if public certificate is empty
|
|
243
|
+
*/
|
|
244
|
+
publicCertificateIsRequired: string;
|
|
245
|
+
/**
|
|
246
|
+
* SSO client id input label
|
|
247
|
+
*/
|
|
248
|
+
clientIdInputLabel: string;
|
|
249
|
+
/**
|
|
250
|
+
* SSO client id input placeholder
|
|
251
|
+
*/
|
|
252
|
+
clientIdInputPlaceholder: string;
|
|
253
|
+
/**
|
|
254
|
+
* Error message displayed if client id is empty
|
|
255
|
+
*/
|
|
256
|
+
clientIdIsRequired: string;
|
|
257
|
+
/**
|
|
258
|
+
* Secret key input label
|
|
259
|
+
*/
|
|
260
|
+
secretInputLabel: string;
|
|
261
|
+
/**
|
|
262
|
+
* Secret key input placeholder
|
|
263
|
+
*/
|
|
264
|
+
secretInputPlaceholder: string;
|
|
265
|
+
/**
|
|
266
|
+
* Error message displayed if secret key is empty
|
|
267
|
+
*/
|
|
268
|
+
secretIsRequired: string;
|
|
269
|
+
/**
|
|
270
|
+
* SSO redirect uri input label
|
|
271
|
+
*/
|
|
272
|
+
redirectUriInputLabel: string;
|
|
273
|
+
/**
|
|
274
|
+
* Submit button text when validating inputs
|
|
275
|
+
*/
|
|
276
|
+
validate: string;
|
|
277
|
+
/**
|
|
278
|
+
* Submit button text when proceed to next section
|
|
279
|
+
*/
|
|
280
|
+
proceed: string;
|
|
281
|
+
/**
|
|
282
|
+
* Submit button text when saving configurations
|
|
283
|
+
*/
|
|
284
|
+
save: string;
|
|
285
|
+
/**
|
|
286
|
+
* Close button text when closing after successfully save
|
|
287
|
+
*/
|
|
288
|
+
close: string;
|
|
289
|
+
/**
|
|
290
|
+
* Submit button text when going to next sso configuration dialog
|
|
291
|
+
*/
|
|
292
|
+
next: string;
|
|
293
|
+
/**
|
|
294
|
+
* Submit button text in the last configuration section to enable sso
|
|
295
|
+
*/
|
|
296
|
+
saveAndEnable: string;
|
|
297
|
+
/**
|
|
298
|
+
* Cancel button in dialogs
|
|
299
|
+
*/
|
|
300
|
+
cancel: string;
|
|
301
|
+
};
|
|
302
|
+
sso_ManageAuthorization: {
|
|
303
|
+
/**
|
|
304
|
+
* SSO Manage authorization dialog title
|
|
305
|
+
*/
|
|
306
|
+
title: string;
|
|
307
|
+
/**
|
|
308
|
+
* Roles input label
|
|
309
|
+
*/
|
|
310
|
+
rolesInputLabel: string;
|
|
311
|
+
/**
|
|
312
|
+
* Roles input placeholder
|
|
313
|
+
*/
|
|
314
|
+
rolesInputPlaceholder: string;
|
|
315
|
+
/**
|
|
316
|
+
* Error displayed if no roles selected
|
|
317
|
+
*/
|
|
318
|
+
rolesIsRequired: string;
|
|
319
|
+
/**
|
|
320
|
+
* Button text displayed after authorizations successfully configured
|
|
321
|
+
*/
|
|
322
|
+
successfullyEnabledMessage: string;
|
|
323
|
+
/**
|
|
324
|
+
* Button text displayed after authorizations successfully configured
|
|
325
|
+
*/
|
|
326
|
+
successfullyAuthorizationManaged: string;
|
|
327
|
+
/**
|
|
328
|
+
* SSO Authorizations Enabled status
|
|
329
|
+
*/
|
|
330
|
+
enabled: string;
|
|
331
|
+
roles: string;
|
|
332
|
+
/**
|
|
333
|
+
* Select roles input label
|
|
334
|
+
*/
|
|
335
|
+
selectRolesLabel: string;
|
|
336
|
+
/**
|
|
337
|
+
* Select roles helper message
|
|
338
|
+
*/
|
|
339
|
+
selectRolesHelpMessage: string;
|
|
340
|
+
/**
|
|
341
|
+
* Group title
|
|
342
|
+
*/
|
|
343
|
+
group: string;
|
|
344
|
+
/**
|
|
345
|
+
* Mapping roles add button
|
|
346
|
+
*/
|
|
347
|
+
addMapping: string;
|
|
348
|
+
/**
|
|
349
|
+
* Manage roles grouping title
|
|
350
|
+
*/
|
|
351
|
+
rolesGroupsMappingTitle: string;
|
|
352
|
+
/**
|
|
353
|
+
* Manage roles grouping description message
|
|
354
|
+
*/
|
|
355
|
+
rolesGroupsMappingDescription: string;
|
|
356
|
+
ssoAddMapping: string;
|
|
357
|
+
/**
|
|
358
|
+
* Error displayed if group does not have any role
|
|
359
|
+
*/
|
|
360
|
+
rolesGroupsMappingError: string;
|
|
361
|
+
/**
|
|
362
|
+
* Error displayed if group name is empty
|
|
363
|
+
*/
|
|
364
|
+
rolesGroupsNameEmptyError: string;
|
|
365
|
+
/**
|
|
366
|
+
* Error displayed if group name already exists
|
|
367
|
+
*/
|
|
368
|
+
rolesGroupsNameDuplicateError: string;
|
|
369
|
+
/**
|
|
370
|
+
* Submit button text when validating inputs
|
|
371
|
+
*/
|
|
372
|
+
validate: string;
|
|
373
|
+
/**
|
|
374
|
+
* Submit button text when proceed to next section
|
|
375
|
+
*/
|
|
376
|
+
proceed: string;
|
|
377
|
+
/**
|
|
378
|
+
* Submit button text when saving configurations
|
|
379
|
+
*/
|
|
380
|
+
save: string;
|
|
381
|
+
/**
|
|
382
|
+
* Close button text when closing after successfully save
|
|
383
|
+
*/
|
|
384
|
+
close: string;
|
|
385
|
+
/**
|
|
386
|
+
* Submit button text when going to next sso configuration dialog
|
|
387
|
+
*/
|
|
388
|
+
next: string;
|
|
389
|
+
/**
|
|
390
|
+
* Submit button text in the last configuration section to enable sso
|
|
391
|
+
*/
|
|
392
|
+
saveAndEnable: string;
|
|
393
|
+
/**
|
|
394
|
+
* Cancel button in dialogs
|
|
395
|
+
*/
|
|
396
|
+
cancel: string;
|
|
397
|
+
};
|
|
398
|
+
}
|