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
Sometimes it is really difficult to understand the outcome of a given authorization request.
At the moment the solution is to check the geofence log, at debug level (see for instance this comment).
It would be really useful to have a REST operation which provides detailed operation on a given request, such as the comment linked above (rules retrieved grouped by role, access granted to every single role, ...)
At the moment there is only a REST call for retrieving the rules (reported here); this issue is about having an idea of how the rules are going to be processed.