Publishing Public JSON Web Key Set (JWKS) at /Certs
Use GET /v1/cckm/GoogleWorkspaceCSE/endpoints/{id}/certs
to allow KACLS to publish their public JWKS at /certs. This key is to be used by other KACLS instances to verify KACLS JWTs that are issued by this KACLS instance.
Example Response
{
"keys": [
{
"e": "AQAB",
"kty": "RSA",
"kid": "d332ab545cc189df133efddb3a6c402ebf489ac2",
"alg": "RS256",
"use": "sig",
"n": "pnvsf_d6daVCXm6NoBHxpIhkk345edh7GaiXl25XR4_q2ATkiZMBF8foXaa_LTyr8W5dmvqIE71p_T9ygV ...."
},
{
"kid": "861649e450315383f6b9d510b7cd4e9226c3cd88",
"n": "qR7fa5Gb2rhy-RJCJwSFn7J2KiKs_WgMXVR-23Z6OfX89_utHGkM-Qk27abDGPXa0u9OKzwOU2JZx7yNye ..."
"alg": "RS256",
"use": "sig",
"e": "AQAB",
"kty": "RSA"
}
]
}
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
Refer to HTTP status codes for details.