Open c-nv-s opened 2 weeks ago
placing a folio application behind oauth2proxy (https://github.com/oauth2-proxy/oauth2-proxy) is a quick way to get user information from an existing internal authentication system.
the oauth2proxy authenticates the user and passes the relevant user information to the downstream application via header values X-Forwarded-User, X-Forwarded-Groups, X-Forwarded-Email (https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview#header-options)
X-Forwarded-User
X-Forwarded-Groups
X-Forwarded-Email
so it might be nice if there is a setting where the user can optionally choose which header value to use from the request to set the namespace
Yeah, this was actually the plan. Just haven't gotten to adding a user model yet, this project is still in it's very early stage.
placing a folio application behind oauth2proxy (https://github.com/oauth2-proxy/oauth2-proxy) is a quick way to get user information from an existing internal authentication system.
the oauth2proxy authenticates the user and passes the relevant user information to the downstream application via header values
X-Forwarded-User
,X-Forwarded-Groups
,X-Forwarded-Email
(https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview#header-options)so it might be nice if there is a setting where the user can optionally choose which header value to use from the request to set the namespace