The Open API specification for Synapse is now available for download!

Download Open API Spec

JsonWebKey <INTERFACE>

org.sagebionetworks.repo.model.oauth.JsonWebKey

Public key used to verify JSON Web Token signatures

Known Implementations:
JsonWebKeyRSA
Field Type Description
kid STRING The unique identifier for the JSON Web Token, described in RFC 7517 Section 4.5
kty STRING The key type, described in RFC 7517 Section 4.1
use STRING The public key use, described in RFC 7517 Section 4.2
concreteType STRING Indicates which kind of JSON Web Key the object is, following the Synapse standard.