Add warning on revoking a user (#18971)
* Add rehashed warning * Rewrite warning * Change warning order and tweak wording * Apply suggestions from code review * Make it more scannable * Add capitalized letter Co-authored-by: jmarlena <>
This commit is contained in:
@@ -20,6 +20,15 @@ When you enable SAML single sign-on for your enterprise account, each enterprise
|
||||
|
||||
{% data reusables.saml.about-linked-identities %}
|
||||
|
||||
{% warning %}
|
||||
|
||||
**Warning:** For organizations using SCIM:
|
||||
- Revoking a linked user identity on {% data variables.product.product_name %} will also remove the SAML and SCIM metadata. As a result, the identity provider will not be able to synchronize or deprovision the linked user identity.
|
||||
- An admin must revoke a linked identity through the identity provider.
|
||||
- To revoke a linked identity and link a different account through the identity provider, an admin can remove and re-assign the user to the {% data variables.product.product_name %} application. For more information, see your identity provider's docs.
|
||||
|
||||
{% endwarning %}
|
||||
|
||||
{% data reusables.identity-and-permissions.revoking-identity-team-sync %}
|
||||
|
||||
{% data reusables.enterprise-accounts.access-enterprise %}
|
||||
|
||||
Reference in New Issue
Block a user