Two Authorization for the same match url #1184
Unanswered
Satish-Karunanithi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an use case where i need to protect my service end point and for user Authentication, it is backed with cookie and for Machine to Machine authentication it is backed with OAuth token. (Same End point)
For Authentication in OathKeeper rules we can configure both Cookie and Bearer token. Based on the request header type its respective authentication will be triggered. But i have issue in case of Authorization.
Now for Authorization
How to configure such branch condition in Authorization step in OathKeeper Rules?
Note: Match url is same for both user and Machine to Machine Access.
Thanks...
Beta Was this translation helpful? Give feedback.
All reactions