OpenID Connect (OIDC)

See: What is OpenID Connect?.

This is one of the access control methods supported by FreshRSS.

OIDC support is provided by mod_auth_openidc. Additional documentation can be found in that project.

The callback URL is https://<your-domain>/i/oidc/.

Using Docker

OIDC support in Docker is activated by the presence of a non-empty non-zero OIDC_ENABLED environment variable.

ℹ️ Only available in our default Debian image (not Alpine) for x86_64 (help welcome).

The config is done with these environment variables

You may add additional custom configuration in a new ./FreshRSS/p/i/.htaccess file.

Using own Apache installation

See our reference Apache configuration for more information.

Setup

After being properly configured, OIDC support can be activated in FreshRSS.

During a new FreshRSS install, the HTTP Authentication Method must be picked.

After install, the method can be changed in Administration > Authentication. Note that this option will be greyed out if Apache is unable to read the REMOTE_USER variable.

Identity Provider

See specific instructions for: