diff --git a/en/asgardeo/docs/guides/users/user-stores/configure-a-user-store.md b/en/asgardeo/docs/guides/users/user-stores/configure-a-user-store.md index 4a5b3f3d02..40bff1a5d7 100644 --- a/en/asgardeo/docs/guides/users/user-stores/configure-a-user-store.md +++ b/en/asgardeo/docs/guides/users/user-stores/configure-a-user-store.md @@ -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. diff --git a/en/asgardeo/features.json b/en/asgardeo/features.json index ecb7d6438d..5ca12d2c7c 100644 --- a/en/asgardeo/features.json +++ b/en/asgardeo/features.json @@ -1,7 +1,14 @@ { "default_roles": { + "enabled": true, + "page": [ + ] + }, + + "unique_attributes": { "enabled": false, "page": [ + ] } } diff --git a/en/includes/guides/users/attributes/manage-attributes.md b/en/includes/guides/users/attributes/manage-attributes.md index 2361e685c8..3e355fa79b 100644 --- a/en/includes/guides/users/attributes/manage-attributes.md +++ b/en/includes/guides/users/attributes/manage-attributes.md @@ -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. @@ -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 %} \ No newline at end of file