Skip to content

Commit

Permalink
Merge pull request #4919 from himeshsiriwardana/prod-sync-12-06
Browse files Browse the repository at this point in the history
removed unique attributes from the prod sync
  • Loading branch information
himeshsiriwardana authored Dec 6, 2024
2 parents 5669a50 + 1ce4ac4 commit 6d54c5d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ To configure a remote user store for your organization:
- `Username` - This attribute is used as the user identifier. Provide an attribute that identifies your user in your on-premise user store. For the best experience, use a username that satisfies validation rules in [Username Validation]({{base_path}}/guides/user-accounts/account-login/username-validation/) section.
- `User ID` - This attribute is used to uniquely identify a user entry. Provide an attribute that uniquely identifies a user entry in your user store.

{% if unique_attributes %}
Additionally, for Non-JDBC user stores, ensure that multiple email addresses and mobile numbers attributes are properly configured by following the instructions in the [Assign multiple email addresses and mobile numbers to
a user]({{base_path}}/guides/users/attributes/manage-attributes/#assign-multiple-email-addresses-and-mobile-numbers-to-a-user) section.
{% endif %}

5. Click **Finish** to complete the registration.

Expand Down
7 changes: 7 additions & 0 deletions en/asgardeo/features.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"default_roles": {
"enabled": true,
"page": [
]
},

"unique_attributes": {
"enabled": false,
"page": [

]
}
}
3 changes: 2 additions & 1 deletion en/includes/guides/users/attributes/manage-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ To delete an attribute:

Only custom attributes can be deleted.


{% if product_name == "WSO2 Identity Server" or (product_name == "Asgardeo" and unique_attributes) %}
## Assign multiple email addresses and mobile numbers to a user

{{ product_name }} allows users to associate multiple email addresses and mobile numbers with their profiles. For users with multiple values, they may also select a primary email address and a primary mobile number.
Expand Down Expand Up @@ -161,3 +161,4 @@ For non-JDBC {{ 'secondary' if product_name == 'WSO2 Identity Server' else 'remo

![Enable for user store]({{base_path}}/assets/img/guides/organization/attributes/enable-for-user-store.png){: width="500" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}

{% endif %}

0 comments on commit 6d54c5d

Please sign in to comment.