examples: add OIDC JWKS validator workflow#834
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
examples/external/oidc-jwks-validationinto a downstream-shaped validator workflowkid, wrongkty, unsupportedalg, and missingkidtaxonomy-backed negativesUser path
A Rust user can copy the clean-project example, run
cargo test, and see howuselesskeyfixtures drive both the valid OIDC/JWKS path and realistic validator rejection paths.Boundary
This remains fixture workflow proof. It does not claim OpenID discovery behavior, provider compatibility, production signing-key custody, production verifier correctness, scanner evasion, or release readiness.
Proof
cargo +nightly test --manifest-path examples/external/oidc-jwks-validation/Cargo.tomlcargo +nightly clippy --manifest-path examples/external/oidc-jwks-validation/Cargo.toml --all-targets -- -D warningsRUSTUP_TOOLCHAIN=nightly cargo xtask external-adoption-smoke --path .RUSTUP_TOOLCHAIN=nightly cargo xtask adoption-regression --externalcargo +nightly xtask docs-sync --checkcargo +nightly xtask typoscargo +nightly fmt --all -- --checkgit diff --checkKnown local gate gap
cargo +nightly xtask pr-litecurrently fails inpublish-checkwhile dry-running unchangeduselesskey-rsa: the packaged crate resolvesuselesskey-core@0.9.1from crates.io and cannot find the newer localimpl_pkcs8_spki_fixture_accessorsmacro. This PR only changes the external example, docs, and active goal state; the passing checks above cover the touched user path.Receipts
external-example-oidc-jwks-validationRisk
No deterministic fixture identity changes. The only dependency addition is
serde_jsoninside the standalone external example so the downstream validator can nameserde_json::Valuedirectly.Rollback
This PR can be reverted independently before the bundle product surface spec work begins.