1
0
mirror of synced 2025-12-22 11:26:57 -05:00

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:
jmarlena
2021-04-28 18:12:38 -07:00
committed by GitHub
parent 6c7f4b790e
commit d35dab0438

View File

@@ -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 %}