Commit graph

5 commits

Author SHA1 Message Date
Peter Olds
73de18e197
feat: add groups support for OIDC claims
Allow users to specify allowed groups in the env and use it to inspect the claims.

This performs a logical AND of users and groups (additive).
2025-01-13 21:40:10 -08:00
yusing
b44c8586cc fix tests and callbackURL 2025-01-14 05:29:13 +08:00
yusing
c5e0ac6f38 allow override allowed_user in middleware, fix typos 2025-01-14 04:08:16 +08:00
yusing
9aee310844 auth code cleanup 2025-01-14 04:05:33 +08:00
yusing
bb0ee5d7a9 implement OIDC middleware 2025-01-14 03:53:07 +08:00