fiware-pep-proxy icon indicating copy to clipboard operation
fiware-pep-proxy copied to clipboard

Problem in interaction between idm,pep and authzforce

Open AnotherCodeArtist opened this issue 8 years ago • 0 comments

I'm facing severe troubles when trying to enable Level 2 authorization using PEP, IdM and AFZ.

There seem to be several issues so it is virtually impossible to say which component is actually responsible for the problem. That's why I have already filed issues with IdM and AFZ. So please refer to these entries for a detailed problem description. At least it looks as if PEP does not make a valid request to AFZ (basically it looks as AFZ comes up with a response without having got a valid http request).

Here's the relevant part of my PEP configuration:

config.azf = {
    enabled: true,
    host: '10.12.200.247',
    port: 8282,
    custom_policy: undefined // use undefined to default policy checks (HTTP verb + path).
};

AnotherCodeArtist avatar Aug 18 '16 12:08 AnotherCodeArtist