key-cape/src/internal/adapters
Bernd Worsch a6af43b332 fix(authelia): use adapter's own client_id/redirect_uri in AuthorizeURL
The adapter was forwarding the downstream client's client_id and
redirect_uri to Authelia, which would always be rejected — Authelia
only recognises client_id=keycape and its registered callback URI.
Also removed downstream PKCE forwarding: KeyCape is a confidential
OIDC client to Authelia and authenticates via client_secret instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 03:15:36 +00:00
..
authelia fix(authelia): use adapter's own client_id/redirect_uri in AuthorizeURL 2026-03-25 03:15:36 +00:00
lldap feat: implement T09, T15, T21 — userinfo endpoint, LLDAP export, negative tests 2026-03-13 02:08:03 +01:00
privacyidea feat: implement T11, T12 — Authelia adapter, privacyIDEA adapter 2026-03-13 01:50:31 +01:00