-
Notifications
You must be signed in to change notification settings - Fork 363
Update Managed In User Store related docs #5707
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -377,7 +377,31 @@ | |
| - Self-service portal user profile | ||
| {: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} | ||
|
|
||
| 7. Under **Attribute Configurations**, use the table to configure how attributes are handled for each entity. | ||
| 7. **Manage in User Store** | ||
|
|
||
| The **Manage in User Store** option determines where the attribute values are stored and managed. | ||
|
Check warning on line 382 in en/includes/guides/users/attributes/manage-attributes.md
|
||
|
|
||
| {: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} | ||
|
Check warning on line 384 in en/includes/guides/users/attributes/manage-attributes.md
|
||
|
|
||
| - **Checked**: The attribute values are managed in the user store. | ||
|
Check warning on line 386 in en/includes/guides/users/attributes/manage-attributes.md
|
||
| - **Unchecked**: The attribute values are managed internally by the system. | ||
|
Check warning on line 387 in en/includes/guides/users/attributes/manage-attributes.md
|
||
|
|
||
| When the Manage in User Store option is selected, you can further refine this behavior in the Attribute Mappings tab. | ||
|
Check failure on line 389 in en/includes/guides/users/attributes/manage-attributes.md
|
||
| There, you can exclude specific user stores by clearing the Manage in User Store checkbox for those stores. | ||
|
Check failure on line 390 in en/includes/guides/users/attributes/manage-attributes.md
|
||
| The attribute values for the excluded user stores will then be managed internally by the system. | ||
|
|
||
| {: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} | ||
|
|
||
| !!! Danger "Warning" | ||
| Changing the attribute storage location may cause any existing attribute values stored in the user store or | ||
|
Check failure on line 396 in en/includes/guides/users/attributes/manage-attributes.md
|
||
| managed internally to become inaccessible. Ensure that you understand the impact before making this change. | ||
|
|
||
| If you have configured a **Read-Only User Store** and enable **Manage in User Store** for an identity attribute, | ||
| the attribute will not be editable in the user profile. Consequently, certain internal functions that rely on | ||
| updating these attributes may not work as expected. | ||
|
|
||
|
|
||
|
Check failure on line 403 in en/includes/guides/users/attributes/manage-attributes.md
|
||
| 8. Under **Attribute Configurations**, use the table to configure how attributes are handled for each entity. | ||
|
|
||
| {: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} | ||
|
|
||
|
|
@@ -417,7 +441,7 @@ | |
|
|
||
| To display an attribute in the user creation form, select the **both** **Display** and **Required** checkboxes for the **Administrator Console** entity. | ||
|
|
||
| 8. Go to the **Attribute Mappings** tab and enter the attribute from each user store that you need to map. | ||
|
Check failure on line 444 in en/includes/guides/users/attributes/manage-attributes.md
|
||
|
|
||
| {: width="500" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix duplicate step numbering.
Both the "Attribute Configurations" section (line 404) and the "Attribute Mappings" section (line 444) are numbered as step 8. The Attribute Mappings section should be numbered as step 9.
Apply this diff to fix the step numbering:
Also applies to: 444-444
🤖 Prompt for AI Agents