Skip to content

Commit

Permalink
Merge pull request #1 from himeshsiriwardana/pr-4843
Browse files Browse the repository at this point in the history
feedback on attribute management content
  • Loading branch information
amanda-ariyaratne authored Nov 12, 2024
2 parents 8c6e5dd + 19b8592 commit 41b0d6f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 24 deletions.
18 changes: 10 additions & 8 deletions en/includes/guides/users/attributes/manage-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,23 @@ To update the properties of a user attribute:
![Edit additional properties]({{base_path}}/assets/img/guides/organization/attributes/edit-attributes-additional-properties.png){: width="500" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}

## Delete attributes

!!! warning "Before you proceed"

Attributes cannot be deleted if it has any associations with external schema. If you have attribute mappings, make sure you delete these associations before attempting to delete an attribute.

Refer to [Delete an OpenID Connect attribute]({{base_path}}/guides/users/attributes/manage-oidc-attribute-mappings/#delete-an-openid-connect-attribute) and [Delete a SCIM2 attribute]({{base_path}}/guides/users/attributes/manage-scim2-attribute-mappings/#delete-a-scim-20-custom-schema-attribute) to delete any existing associations.


To delete an attribute:

1. On the {{ product_name }} Console, go to {{ attribute_path }} > **Attributes**.
2. Click **Attributes** to see the list of attributes.
3. Select the attribute you wish to delete.
4. Click **Delete attribute** under the **Danger Zone**.
4. Click **Delete attribute** within the **Danger Zone**.
5. Select the checkbox to confirm your action.
6. Click **Confirm**.

{% if product_name == "WSO2 Identity Server" and is_version != "7.0.0" %}
!!! note
The set of attributes provided out of the box cannot be removed. Only custom attributes can be deleted.
{% endif %}

{% if product_name == "Asgardeo" %}
!!! note
The default set of attributes in your organization cannot be removed. Only custom attributes can be deleted.
{% endif %}
Only custom attributes can be deleted.
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ To delete the OpenID Connect attributes available in your organization:
3. Click **Delete** and select the checkbox to confirm your action.
4. Click **Confirm**.

{% if product_name == "WSO2 Identity Server" and is_version != "7.0.0" %}
!!! note
The set of OpenID Connect attributes provided out of the box cannot be removed. Only custom attributes can be deleted.
{% endif %}

{% if product_name == "Asgardeo" %}
!!! note
The default set of OpenID Connect attributes in your organization cannot be removed. Only custom attributes can be deleted.
{% endif %}

Only custom attributes can be deleted.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,5 @@ To delete the SCIM 2.0 custom schema attributes available in your organization:
3. Click **Delete** and select the checkbox to confirm you action.
4. Click **Confirm**.

{% if product_name == "WSO2 Identity Server" and is_version != "7.0.0" %}
!!! note
The set of SCIM 2.0 attributes provided out of the box cannot be removed. Only custom attributes can be deleted.
{% endif %}

{% if product_name == "Asgardeo" %}
!!! note
The default set of SCIM 2.0 attributes in your organization cannot be removed. Only custom attributes can be deleted.
{% endif %}
Only custom attributes can be deleted.

0 comments on commit 41b0d6f

Please sign in to comment.