The more specific you can be (8.4 P1)
We have 2 SailPoint instances one is Low side and another one is high side we have implemented the IIQ Loopback connector in the high side and are aggregating roles and entitlements from the High side as entitlements to the Low side via webservice SCIM API connector.
All the Managed Attributes will be displayed as entitlements in the Low side SailPoint instance. In the High side roles have been configured as business roles and within each business role the technical roles have been attached with entitlements.
Now when we are raising Access request for roles from the low side it is sending the details to High side and the provisioning stops at the bundle level. It does not go further into the bundle to provision business role, technical role, entitlements.
In the attached log you can see that the provisioning plan only goes up to the bundle level
<AccountRequest application="IIQBundleLoopback connector" op="Modify">
<AttributeRequest name="bundles.name" op="Add" value="API Gateway Admin"/>
</AccountRequest>
Please advise on how the roles can be provisioned as part of bundle how to handle in provisioning plan.