You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Around access.lua#L429, we should be able to add an ngx.req.set_header call to set a header (X-LSSO-Session -- but configurable?) so that the upstream service can use that as an auth method.
This is particularly useful for web applications supporting proxy auth, such as Grafana. This is a good step toward making lsso more powerful.
The text was updated successfully, but these errors were encountered:
Around access.lua#L429, we should be able to add an ngx.req.set_header call to set a header (
X-LSSO-Session
-- but configurable?) so that the upstream service can use that as an auth method.This is particularly useful for web applications supporting proxy auth, such as Grafana. This is a good step toward making lsso more powerful.
The text was updated successfully, but these errors were encountered: