JWKS Specification
JWKS Endpoint requirements for RP
Key requirements:
Example
{
"keys": [
{
"kty": "EC",
"use": "sig",
"crv": "P-256",
"kid": "6X_-_oLSH0DQLtz16o-NTKcm0lG0J-VDGHOz6tPx0Jc",
"x": "1tR88zrGoPUV-Fr4bh_9NR-mDhC9rLswDp85hkbKBT0",
"y": "1vYh1M53NK_b7l9Y-1FgCENOp6Fl9StVVLr3KqK_Ka8",
"alg": "ES256"
}
]
}Key Rotation Best Practices
Service Level Expectations
Sign with Singpass JWKS
URLs
Environment
URL
Cache and key rotation
Last updated