Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OIDC_X_FORWARDED_HEADERS environment variable (fixes #5516) #5523

Merged
merged 3 commits into from
Jul 16, 2023

Commits on Jul 11, 2023

  1. Add OIDC_X_FORWARDED_HEADERS environment variable (fixes FreshRSS#5516)

    The mod_auth_oidc needs an additional directive (`OIDCXForwardedHeaders`)
    in case FreshRSS is running behind a reverse proxy, so it knows what host,
    protocol and port were used to access it. This information is then used
    in the `redirect_uri` when directing the user agent (browser) to the identity
    provider for authentication.
    
    Please note that, if you are running FreshRSS behind a reverse proxy that
    handles TLS, you may need to update your identity provider's configuration so
    it accepts `https://...` as a `redirect_uri`.
    Stefan Zwanenburg committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b076448 View commit details
    Browse the repository at this point in the history
  2. Add link to mod_auth_openidc's documentation for the OIDCXForwardedHe…

    …aders Apache configuration directive
    Stefan Zwanenburg committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a4a3f64 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Minor spelling

    Alkarex committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    7deba08 View commit details
    Browse the repository at this point in the history