Created
November 25, 2024 06:24
-
-
Save AkshayHere/4203bb45b27263549fc125cb43f3aa97 to your computer and use it in GitHub Desktop.
HLAS MyInfo JWKS Key PROD
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": "8auAz1gjnO4_cGOs_kbAgbEs_em5aqty3LnssW6TVo8", | |
"y": "3G79_aQgm5myfV_xlMxrs-aABrOZVGNU4x9Bk3RoKH8" | |
}, | |
{ | |
"kty": "EC", | |
"kid": "iop1ls7rt-Y1jmFXTWsxxb3TKKgxwB566V2pUVJdjVY", | |
"use": "enc", | |
"alg": "ECDH-ES+A256KW", | |
"crv": "P-256", | |
"x": "8auAz1gjnO4_cGOs_kbAgbEs_em5aqty3LnssW6TVo8", | |
"y": "3G79_aQgm5myfV_xlMxrs-aABrOZVGNU4x9Bk3RoKH8" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment