Multiple oauth2_introspection authenticators for same access rule #809
-
Hey there,
The problem is that when the first introspection response is invalid the whole request is answered with a 401 error. Is this correct? The only possible solution would be that I need to use different access rules with modified
Is there another way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello there!
In your case I think you would need to have different configs for both introspections, so oathkeeper can pick the correct one to use. |
Beta Was this translation helpful? Give feedback.
Hello there!
You may have missed this part of the docs:
In your case I think you would need to have different configs for both introspections, so oathkeeper can pick the correct one to use.