-
I was hoping to be able to use the Forward Authentication feature with nginx's auth_request module to provide authentication for some simple web services. But then I realized that the "Forward Auth" and "Auth Request" endpoints might not be compatible. I switched to doing a quick test with Caddy, whose Reading the manual page more closely and looking at the code, it looks like rauthy only supports authentication to the I was trying to avoid having to also run oauth2-proxy, but it seems like that is probably the better way to go for providing authentication to these services. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
What exactly do you mean with that? Which "Auth Request" endpoint?
That's correct. It expects a JWT token in the It would be possible to accept "some cookie name" via config and do an additional lookup for a token in that cookie as well, if that's what would fix your problem.
To achieve what exactly? Because yes there is of course.
Yeah oauth2-proxy has it's own issues, but it's pretty good, as long as you only use a single IdP. So you basically would like to have the same functionality like oauth2-proxy, that you can use this endpoint even with the oldest legacy applications where you cannot even set a token in the header and have no access to any UI code? I would have to think about a solution. It would basically require an additional |
Beta Was this translation helpful? Give feedback.
-
Implemented in #1053 |
Beta Was this translation helpful? Give feedback.
Implemented in #1053