Skip to content

Commit 86dbdbe

Browse files
Merge pull request #5022 from PasinduYeshan/attribute-profile-enable
Enable attribute profile feature docs
2 parents 68ff44c + e994f00 commit 86dbdbe

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed
68 KB
Loading
-8.16 KB
Loading

en/asgardeo/features.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@
3939
"enabled": false,
4040
"page": []
4141
},
42-
42+
43+
"shared_user_profile": {
44+
"enabled": false,
45+
"page": []
46+
},
47+
4348
"attribute_uniqueness_validation": {
4449
"enabled": true,
4550
"page": [

en/includes/guides/users/attributes/manage-attributes.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Apart from the default attributes, you may define your own custom attributes by
5353

5454
4. Click **Finish**.
5555

56-
{% if product_name == "WSO2 Identity Server" and is_version != "7.0.0" %}
56+
{% if is_version != "7.0.0" %}
5757

5858
## Configure attributes
5959

@@ -70,6 +70,7 @@ To configure properties of user attributes:
7070

7171
4. In the **General** tab, update the following values.
7272

73+
{% if shared_user_profile %}
7374
<table>
7475
<tbody>
7576
<tr>
@@ -96,6 +97,24 @@ To configure properties of user attributes:
9697
</tr>
9798
</tbody>
9899
</table>
100+
{% else %}
101+
<table>
102+
<tbody>
103+
<tr>
104+
<td><b>Attribute Display Name</b></td>
105+
<td>Update the display name of the attribute that will show in user profiles.</td>
106+
</tr>
107+
<tr>
108+
<td><b>Description</b></td>
109+
<td>Update the description for the attribute.</td>
110+
</tr>
111+
<tr>
112+
<td><b>Regular expression</b></td>
113+
<td>The attribute value will be validated against the regex pattern specified here.</td>
114+
</tr>
115+
</tbody>
116+
</table>
117+
{% endif %}
99118

100119
5. Under **Attribute Configurations**, use the table to configure how attributes are handled for each entity.
101120

0 commit comments

Comments
 (0)