fix(oidc): close open redirect, scope leak, client auth, dead code (BUNYIP-74) #230
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/bunyip-74-oidc-handlers"
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?
Harden the OIDC endpoint handlers in crates/bunyip-oidc/src/handlers/oidc.rs against a cluster of spec violations and remove dead code.
#BUNYIP-74