Created
November 25, 2024 06:26
-
-
Save AkshayHere/c2ede7f2bca958d8311443087048099c to your computer and use it in GitHub Desktop.
HLAS MyInfo JWKS Key DEV
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": "EC", | |
"kid": "vPT7o62ke_t4dTUQQwDhcFw_hX_FbiwFS3eCvYC2yz8", | |
"use": "sig", | |
"alg": "ES256", | |
"crv": "P-256", | |
"x": "mPvduYe9Vr5uOkqv83U8lTBTwwpgem6mwKHe8nfTkGU", | |
"y": "bFu0AJ1B4UOhc8yb7eV6vSv1cHjZq7UA3qiMJyRAM1s" | |
}, | |
{ | |
"kty": "EC", | |
"kid": "iop1ls7rt-Y1jmFXTWsxxb3TKKgxwB566V2pUVJdjVY", | |
"use": "enc", | |
"alg": "ECDH-ES+A256KW", | |
"crv": "P-256", | |
"x": "mPvduYe9Vr5uOkqv83U8lTBTwwpgem6mwKHe8nfTkGU", | |
"y": "bFu0AJ1B4UOhc8yb7eV6vSv1cHjZq7UA3qiMJyRAM1s" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment