Skip to content

Instantly share code, notes, and snippets.

@shahbaz17
Last active October 18, 2022 14:23
Show Gist options
  • Save shahbaz17/28ca288d4fcb095ed8b3d0dd302db1b8 to your computer and use it in GitHub Desktop.
Save shahbaz17/28ca288d4fcb095ed8b3d0dd302db1b8 to your computer and use it in GitHub Desktop.
JWKS Endpoint
{
"keys": [
{
"kty": "RSA",
"n": "rZU9v8dA5pcvO5e_3GrzKjMf3dNltiFNRz367ZlYTJMprhiS197vjizrT81SA39sPTbIzwvZbV-iF-sjwbhnyQ",
"e": "AQAB",
"alg": "RS256",
"kid": "955104a37fa903ed80c57145ec9e83edb29b0c45",
"use": "sig"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment