Skip to content

Auth0 issuer の検証形式を修正 - #62

Merged
n4mlz merged 1 commit into
mainfrom
fix/auth0-issuer-validation
Sep 1, 2026
Merged

Auth0 issuer の検証形式を修正#62
n4mlz merged 1 commit into
mainfrom
fix/auth0-issuer-validation

Conversation

@n4mlz

@n4mlz n4mlz commented Sep 1, 2026

Copy link
Copy Markdown
Member

概要

  • JWT 検証時の Auth0 issuer を末尾 / 付きで正規化
  • JWKS URL の生成と JWT issuer 検証で正しい形式を個別に使用
  • issuer と JWKS URL の正規化テストを追加

原因

Auth0 の issuer claim は末尾 / を含むが、JWT 検証前に / を削除していたため InvalidIssuer になっていた。

確認

  • cargo fmt --all
  • cargo sort --check --workspace
  • cargo clippy --workspace --all-targets --locked -- -D warnings
  • cargo check --workspace --all-targets
  • git diff --check

@n4mlz n4mlz self-assigned this Sep 1, 2026
@n4mlz
n4mlz merged commit b5ea16c into main Sep 1, 2026
4 checks passed
@n4mlz
n4mlz deleted the fix/auth0-issuer-validation branch September 1, 2026 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant