developers
Get JSON Web Key Set
Get JSON Web Key Set
post/get-jwks
Headers
Authorizationstring
AuthorizationOxdIdstring
Request body
Example request
{
"op_configuration_endpoint": "https://op.example.com/acme/.well-known/openid-configuration",
"op_host": "https://<ophostname>",
"op_discovery_path": "/oxauth"
}Response
OK
Example response
{
"keys": [
{
"exp": 1563964950485
}
]
}