-
Notifications
You must be signed in to change notification settings - Fork 346
Support for REMOTE_USER Header #669
Comments
Could you try #532 E.g.:
|
That was only example. Make sure you have |
Alright, thank you for pointing out the spaces. Two questions, first, I don't know how to make sure it is in the access token. I thought |
Go to helper
|
What is helper? I'm not sure what you're asking me to look at. |
Most of my endpoints seem to be Sorry, I used it on the keycloak url, not through gatekeeper. One moment. |
Is there a way to see what headers it's passing through to the backend service? Knowing what's there would not would at least give direction if it's an issue with gatekeeper or firefly. |
I'm putting some pointers in the other issue. This is a relatively new feature for Firefly III as well, so I'm equally curious. |
Following JC5's information, I've been able to determine that gatekeeper is not adding the custom |
Edit: Posted this in the wrong issue thread. |
Title
Support for REMOTE_USER Header
Summary
Allow Gatekeeper to pass a REMOTE_USER header to the backend service
Why?
Allows gatekeeper to log users into sites which pass authentication onto the proxy/web server.
How
The header must be named
REMOTE_USER
, username is a good default value, but being able to set other things like email would be appreciated.Acceptance criteria
That it works.
Additional Information
I'm attempting to get this going with Fiyefly-iii. There was an issue here where the author added support for the REMOTE_USER header.
The text was updated successfully, but these errors were encountered: