How to switch-off additional claims check in policy enforcer adapter?

Is there a way to tell the policy enforcer adapter to ignore claimInformationPointConfig in application.properties?
Or the other way around: How to ignore additional claims in the RPT token?

When policy enforcer sees this claims in the RPT token it tries to evaluate them and also to send an additional request to keycloak.
How to stop this behaviour?

I have more or less the same problem, for me with this additional request the internal URL is changed for public URL (How to setup a client to use the backend URL instead of the frontend URL?). Do you have the same problem ?

The additional request I am referring to is from the policy enforcer to keycloak. So I think, I dont have the same issue.