You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).};
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: