oathkeeper icon indicating copy to clipboard operation
oathkeeper copied to clipboard

Multiple authorizers

Open renom opened this issue 1 year ago • 0 comments

Preflight checklist

Ory Network Project

No response

Describe your problem

At the moment it's only possible to set up a single authorizer in access rules:

  authorizer:
    handler: allow

Describe your ideal solution

Support specifying multiple authorizers:

  authorizers:
    - handler: remote_json # authorizer 1
    # config here
    - handler: remote_json # authorizer 2
    # config here

Workarounds or alternatives

-

Version

v0.40.7

Additional Context

No response

renom avatar Nov 02 '24 17:11 renom