Get a jwk
get
https://{your_site_interface}/opa-hub/api/12.2.39/jwk
This operation will get return the Hubs signing keys.
Request
Query Parameters
-
expand: string
Comma separated list of named resources to expand, or "all" to expand all
-
fields: string
Comma separated list of fields to be returned
-
links: string
Comma separated list of links to be returned, or "none" to omit links
There's no request body for this operation.
Security
-
Authorization: apiKey
Type:
apiKey
Description:Obtain a bearer token from https://{your_site_interface}/opa-hub/api/12.2.17/auth and use it in the Authorization header as: Bearer {token}.
-
oauth2_opa: oauth2
Type:
oauth2
Description:POST the OAuth2 Client Credentials parameters to https://{your_site_interface}/opa-hub/api/12.2.17/auth and use the access token from the response in the Authorization header.
Response
Supported Media Types
- application/json
200 Response
The request was successfully completed.
Root Schema : jwk
Type:
Show Source
object
-
appid: string
The unique id for this hub
-
keys: array
keys
-
verify: object
verify
Nested Schema : verify
Type:
Show Source
object
-
signed-jwt: string
The jwt signed by the hub's current active key-pair
Nested Schema : jwkKey
Type:
Show Source
object
-
e: string
key public exponent
-
kid: string
key unique id
-
kty: string
key type
-
n: string
key modulus
-
use: string
key use
-
x5c: array
x5c
certificate of the key