Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StagingToMain2009 #822

Merged
merged 7 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,16 @@ This section details the LoginRadius Customer Identity API codes and some sugges
| 1315 | The password you’re trying to set is exposed in an external data breach | The specific password you’re setting is found in a data breach unrelated to this app/service. Please set a different password. | 403 |
| 1316 | Your password is exposed in an external data breach | Your password is found in a data breach unrelated to this app/service. Please reset your password using the email we sent you. | 403 |
| 1317 | Please reset your password via the email we sent you | Your password is exposed in an external data breach. As a caution, we’ve already sent you an email with steps to reset your password. Please try to login after resetting your password. | 403 |
| 1320 | Passkeys not enabled in this application. | Please enable passkeys in the admin console to allow users to log in with passkeys. | 403 |
| 1321 | An unexpected error occurred while verifying your passkey. | We apologize for the inconvenience. Please try again later. | 403 |
| 1322 | Passkey configuration error. | An error occurred while processing your passkey request. Please try later or contact support for assistance. | 403 |
| 1323 | Passkey not configured in your profile. | Please add a passkey in your profile to use this feature. You can configure your passkey in the profile settings. | 403 |
| 1324 | Passkey login unavailable for this account type. | Passkey login is only available if registered with an email ID. Please try logging in with your email or consider updating your account information if you have the option. | 403 |
| 1325 | Invalid Passkey ID | The provided Passkey ID is invalid; it cannot be removed. | 403 |
| 1326 | Passkeys autofill not enabled in this application. | Passkey autofill functionality is currently disabled. Please enable it in the admin console to allow users to log in with autofill. | 403 |
| 1327 | Passkeys are not set up for Two-Factor Authentication | Please set up passkeys for two-factor authentication in your account settings. | 403 |
| 1328 | Passkey as two factor authentication is not configured for this profile | Passkey as two factor authentication is not configured, please configure or enable two factor authentication on your profile for login. | 403 |
| 1329 | The reset passkey URL is invalid | The reset passkey Url is invalid, please reach out to LoginRadius support for more information. | 403
| 1330 | Duo Authenticator is not set up for two-factor authentication | Please set up Duo Authenticator for two-factor authentication in your account settings. | 403 |
| 1331 | Duo Authenticator configuration error | It appears to be a configuration issue with Duo Authenticator for two-factor authentication. Please review your configuration to ensure it is valid. | 403 |
| 1332 | Duo Authenticator verification failed | Please try again as Duo Authenticator verification failed. | 403 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Some Examples of Field Mappings:
| Name | Format | Value | Description |
|---|---|---|
| name | urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified | FullName | Selecting full name from the Dropdown Send the full name in the SAML response. |
| Email | Purn:oasis:names:tc:SAML:2.0:attrname-format:unspecified | Email | Selecting Email from the Dropdown Send the Email in the SAML response. |
| Email | urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified | Email | Selecting Email from the Dropdown Send the Email in the SAML response. |
| Customfield | urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified | Custom_field_name(From dropdown) | In a dropdown you can select the custom field name configured as in the Data schema.**Note:**Custom field will be listed in the drop down when it is only turned on for the Registration form under [Data Schema](https://adminconsole.loginradius.com/platform-configuration/authentication-configuration/standard-login/data-schema). |
| User Roles | urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified | Other -> Roles[0] | Roles[0] will fetch the first Role from the profile |

Expand Down