I see a way to disable entitlement stickiness for the tenant. Any documentation around the impact?

Hi Experts,

I see the following API call shows an attribute (flag) that disables entitlement stickiness called “entitlementStickinessDisabled”: get-org-config | SailPoint Developer Community

A PATCH API call can set it to true easily. But is there any documentation on the impact this could have? We’re looking for a way to avoid entitlements provisioned part of access request revoked outside ISC from being added back during next refresh, which is the default behavior as described here: Configuring Access Requests for Entitlements - SailPoint Identity Services

Any insight on this is appreciated,
Sushant.

1 Like

Hi @sushantkulkarni

I found following Knowledge Base, please check

How to Handle Requestable Entitlements and Avoid Stickiness - Identity Security Cloud (ISC) / ISC Community Knowledge Base - SailPoint Developer Community

Managing Persistent Entitlement Requests in Identity Security Cloud - Content / Community Blog - SailPoint Developer Community

1 Like

Thanks @pattabhi - We had a few similar workarounds considered but found this toggle which makes things simpler, and wanted more info specifically on this. Since it is a simple toggle to turn stickiness off, I wanted to explore the impact of doing such an org wide change.

FYI for anyone exploring the flag: It cannot be updated as of June 2025. The PATCH API goes through but it does not actually change the false–>true.