Hi Pek,
oxd sticks to `or` rule. RS can use oxd to protect resources with `or` rule. In case `and` rule is needed it can be archived with additional scope, for example:
```
Resource1 scopes: "read", "write".
Resource2 scopes: "read_write" (and associate "read" and "write" policies with "read_write" scope)
```
Of course for given `/path` and `http` method for AND rule only Resource2 should be registered.
Thanks,
Yuriy