Test OIDC integration with Authentik provider #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
OIDC token exchange is implemented (
a4de2a7) but has only been verified at the code level. Needs end-to-end testing with a real OIDC provider.Steps
CAMELEER_OIDC_ENABLED=true,CAMELEER_OIDC_ISSUER=https://...,CAMELEER_OIDC_CLIENT_ID=...,CAMELEER_OIDC_CLIENT_SECRET=...CAMELEER_OIDC_ROLES_CLAIMto match Authentik's role claim pathAlso Verify
Successfully tested with Authentik — OIDC integration works end-to-end.