Last active
September 9, 2025 16:28
-
-
Save malcolmbaig/42628a836dcb26b054973bdb993c7269 to your computer and use it in GitHub Desktop.
cis2_jwks
This file contains hidden or 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": [ | |
| { | |
| "n": "zq3x_CD_pBvmX4r4ID0VUPPF2BiBpUde2blGbp3potR-5xn0fEetBkDj46pcpG3j8KwKSERZJeDXK_3IBJb24qvgiurcTk-0SgCGLg28b_ZbhqJt7l9xuPwRgCS73jRC6CTu3m5OTHJ_HkHa1Cskj9clbte324b2m-KjPnct9tvhyeQ4zRGF9u3EuUDZA5Zm6u5Zj69ZRbQztLDAGgM3lS5VLf-mF4o4LKHVO5hvY0oC0azcbrqEP-0Pgv37j7BDsS-u41Bs56rK-LHnIhG9o5lokJPt1t9KgGacCJgNMrACrey4qLwKZ4wqXPSOinYyBbc5jPDyew3eBfQ9tJWZRQ", | |
| "e": "AQAB", | |
| "kty": "RSA", | |
| "kid": "02jmwsmeZznhS-XV-32k23itNcVowcg0DRGYUZ_30Bw", | |
| "use": "sig", | |
| "alg": "RS512" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment