Create a jwkset generate active key
post
https://{your_site_interface}/opa-hub/api/12.2.39/jwksets/{jwkset-purpose}/generate-active-key
This operation will create a jwkset generate active key.
Request
Path Parameters
-
jwkset-purpose(required): string
The JWK set's purpose.
Supported Media Types
- application/json
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
201 Response
The request has been fulfilled and resulted in a new resource being created.
Root Schema : jwksetGenerateActiveKey
Type:
Show Source
object
-
kid: string
Read Only:
true
The ID of the newly generated and activated key.
400 Response
The request could not be processed because it contains missing or invalid information.