Commit graph

7 commits

Author SHA1 Message Date
lafleur
50c6f32ce8 add some OIDC docstrings 2025-08-12 14:20:03 +02:00
lafleur
2784eec60a fix oxide-auth's redirect_uri comparison
oxide-auth's `RegisteredUrl::IgnorePortOnLocalhost` doesn't work when the host is 127.0.0.1 or [::1].
This commit lets the authentication process translate the host. The new registrar already supports this.
2025-08-12 14:19:51 +02:00
lafleur
511e60b41d support OIDC private clients 2025-08-12 14:17:32 +02:00
lafleur
14f6d07b27 oidc: add debug/trace logs 2025-08-12 12:26:23 +02:00
Jade Ellis
d7b48a0f7c
chore: Fix most clippy issue, format & typos 2025-07-02 02:01:53 +01:00
lafleur
fa9b8869b6
feat(oidc_provider) use askama templates
Implements a custom OidcResponse with CSP headers and oxide-auth processing
compatibility.
2025-07-02 02:01:50 +01:00
lafleur
eb4c6f9d13
impl MSC2966: register clients dynamically 2025-07-02 02:01:43 +01:00