Skip to content

Instantly share code, notes, and snippets.

@leonj1
Created May 25, 2026 16:38
Show Gist options
  • Select an option

  • Save leonj1/112910d76bc16923f4d65cc08be19b3b to your computer and use it in GitHub Desktop.

Select an option

Save leonj1/112910d76bc16923f4d65cc08be19b3b to your computer and use it in GitHub Desktop.
auth-gateway test JWKS
{
"keys": [
{
"kty": "RSA",
"n": "ylqlqSchiMMDGEd549AJt-6JW1ZfCOK_6BSpcRlawo5MlfD15jCfYWtuEMHhj001Ul2QraYQ-aDqM13a3rftQKLOXfA6eDkELNN6WXOSyq_eQoxD9JvnfDyxBV7QgNi4Gn122COUKA1J79vIlw4OrwFbTIE_jWH8v3Ajd0Hn6pTWBtE1q_nKJ7XUaLj0UlrGc4gVsGC7X-jdV2VRpwG2ukZYTADXZcEp7vzVUGquruIegs7B8trtJuzEyiTVQZlOv6DKlSQwP5IqaNwcdmsTwnfelqhHDghE756ZNlg6hu5FX3xHJQeNXMjBIURIVMPlL0tt4M9FJaDZl6gUGTZ-lw",
"e": "AQAB",
"use": "sig",
"alg": "RS256",
"kid": "test-key-1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment