### Required confirmations before submitting - [x] **I can reproduce this issue on the latest released versions** of both CIPP and CIPP-API. - [x] **I have searched existing issues** (both open and closed) to avoid duplicates. - [x] I am **not** requesting general support; this is an actual bug report. ### Issue Description If the standards has been deployed, it will not check to update allowed apps if they are updated in CIPP portal. Specifically line 42 `if ($State.permissionGrantPolicyIdsAssignedToDefaultUserRole -notin @('managePermissionGrantsForSelf.cipp-consent-policy')) {` If the default permission grant policy is already the cipp policy - it does not check to update allowed app IDs. I have pushed an update in my repo that seems to have fixed - feel free to look: https://github.com/BPT-CIPP/CIPP-API/commit/79ef364985f7cd19e2b5f99a913f5160d1d562cd ### Environment Type Non-sponsored user ### Front End Version v7.5.3 ### Back End Version v7.5.3 ### Relevant Logs / Stack Trace ```plaintext ```