Add a client certificate under a Client

post

/oam/services/rest/ssa/api/v1/oauthpolicyadmin/clientartifacts

Request

Supported Media Types
Body ()
Public Certificate that needs to be imported under a Client
Root Schema : ClientArtifact
Type: object
Show Source

Response

Supported Media Types

200 Response

Sucessfully created entity - OAuthClientTrustArtifact, detail
Body ()
Root Schema : Client
Type: object
Show Source
Nested Schema : attributes
Type: array
Show Source
Nested Schema : grantTypes
Type: array
Show Source
  • Allowed Values: [ "PASSWORD", "REFRESH_TOKEN", "JWT_BEARER", "CLIENT_CREDENTIALS", "AUTHORIZATION_CODE" ]
Nested Schema : redirectURIs
Type: array
Show Source
Nested Schema : scopes
Type: array
Show Source
Nested Schema : TokenAttributeSettings
Type: object
Custom attributes that can be added to the Access Token
Show Source
Nested Schema : RedirectURI
Type: object
Show Source
Nested Schema : ScopeSettings
Type: object
Show Source

422 Response

Failed to modify OAuth entity "Client" - name "NameofClient"