1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Update content/admin/managing-iam/provisioning-user-accounts-with-scim/provisioning-users-and-groups-with-scim-using-the-rest-api.md

This commit is contained in:
Isaac Brown
2024-09-20 13:35:44 +01:00
committed by GitHub
parent 2aa43f6195
commit 5f94dddad6

View File

@@ -155,7 +155,7 @@ Due to the volume of events in this log, {% data variables.product.company_short
### Limit the scope of the SCIM token
For better security posture, we recommend using a {% data variables.product.pat_v1 %} with only the `scim:enterprise` scope to limit the token's access to the REST API endpoints required to make SCIM calls.
For a better security posture, we recommend using a {% data variables.product.pat_v1 %} with only the `scim:enterprise` scope to limit the token's access to the REST API endpoints required to make SCIM calls.
If you currently use a token with the `admin:enterprise` scope, be aware that this token grants access to all actions on the enterprise. You can swap your token for a new token with just the `scim:enterprise` scope without disruption.