Last active
October 18, 2022 14:23
-
-
Save shahbaz17/28ca288d4fcb095ed8b3d0dd302db1b8 to your computer and use it in GitHub Desktop.
JWKS Endpoint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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