fix(oidc): support workload discovery and JWKS negotiation (#7348)

* fix(oidc): support workload discovery and JWKS negotiation

* test(oidc): cover existing Console authorization code flows

* test(oidc): cover admin validation and document workload setup
This commit is contained in:
GatewayJ
2026-09-07 14:38:04 +08:00
committed by GitHub
parent ad0c44dc63
commit c9c6bb7a24
7 changed files with 766 additions and 56 deletions
+1
View File
@@ -191,6 +191,7 @@ rmp = { version = "0.8.15" }
rmp-serde = { version = "1.3.1" }
serde = { version = "1.0.229" }
serde_ignored = { version = "0.1" }
serde_with = { version = "3", default-features = false, features = ["macros", "std"] }
serde_json = { version = "1.0.151" }
serde_urlencoded = "0.7.1"