[MEDIUM] OCIS disables OIDC access token verification #23

Open
opened 2026-05-05 15:44:47 -05:00 by pjennings · 0 comments
Owner

Labels: area:security, area:containers, priority:medium, type:bug

Description

In modules/secrets.example/apps3.nix:
PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD = 'none'

This disables OIDC access token verification for ownCloud Infinite Scale.

Impact

Forged OIDC tokens could be used to gain unauthorized access to OCIS cloud storage. Any user who can craft a JWT could impersonate any user.

Set PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD to 'jwt' and configure proper JWKS endpoint validation against the Authentik issuer.

**Labels:** area:security, area:containers, priority:medium, type:bug ## Description In modules/secrets.example/apps3.nix: PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD = 'none' This disables OIDC access token verification for ownCloud Infinite Scale. ## Impact Forged OIDC tokens could be used to gain unauthorized access to OCIS cloud storage. Any user who can craft a JWT could impersonate any user. ## Recommended Fix Set PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD to 'jwt' and configure proper JWKS endpoint validation against the Authentik issuer.
Sign in to join this conversation.
No description provided.