Skip to content

Commit

Permalink
Improve wording in linked account configuration UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan committed Dec 11, 2024
1 parent 877e814 commit b12b983
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions modules/i18n/src/translations/en-US/portals/applications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -953,17 +953,16 @@ export const applications: ApplicationsNS = {
message: "Invalid configuration",
description: "Linked local account validation should be enabled to mandate a linked local account"
},
heading: "Linked Accounts",
descriptionFederated: "Enable to retrieve user attributes of the linked local account during federated authentication.",
heading: "Attribute Resolution for Linked Accounts",
descriptionFederated: "Manage how user attributes are resolved when a local account is linked to a federated identity.",
fields: {
validateLocalAccount: {
label: "Prioritize local account attributes",
hint: "If a linked local account exists, its attributes are returned. Otherwise, " +
"attributes of the federated identity are returned."
label: "Use linked local account attributes",
hint: "If a linked local account exists, its attributes will be used. If no linked account is found,attributes of the federated user account will be used instead."
},
mandateLocalAccount: {
label: "Mandate linked local account",
hint: "Authentication will fail in token exchange grant if there is no linked local account with the federated identity."
label: "Require linked local account",
hint: "Authentication will fail if no linked local account is found during token exchange."
}
}
},
Expand Down

0 comments on commit b12b983

Please sign in to comment.