Commit e4d3701
fix(auth): use discovery doc issuer instead of normalized URL
The auth middleware stripped trailing slashes from the issuer URL,
but Authentik's JWT includes the trailing slash. Use the issuer
from the OIDC discovery document directly since that matches what
Authentik puts in the iss claim.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f692aa5 commit e4d3701
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
104 | 110 | | |
105 | 111 | | |
106 | 112 | | |
| |||
0 commit comments