Update an existing OAuth Client based on the name of the client.

put

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

Request

Supported Media Types
Query Parameters
Body ()
Client that needs to be modified
Root Schema : Client
Type: object
Show Source
Nested Schema : accessTokenCustomClaims
Type: array
Show Source
  • Represents a list of claims that must be included in the Access Token in addition to other claims that are being requested via scope or other configurations
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 : idTokenCustomClaims
Type: array
Show Source
  • Represents a list of claims that must be included in the Identity Token in addition to other claims that are being requested via scope or other configurations
Nested Schema : redirectURIs
Type: array
Show Source
Nested Schema : scopes
Type: array
Show Source
Nested Schema : userInfoCustomClaims
Type: array
Show Source
  • Represents a list of claims that must be included in the User Info response in addition to other claims that are being requested via scope or other configurations
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
Back to Top

Response

Supported Media Types

200 Response

Sucessfully modified entity - OAuthClient, detail
Body ()
Root Schema : Client
Type: object
Show Source
Nested Schema : accessTokenCustomClaims
Type: array
Show Source
  • Represents a list of claims that must be included in the Access Token in addition to other claims that are being requested via scope or other configurations
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 : idTokenCustomClaims
Type: array
Show Source
  • Represents a list of claims that must be included in the Identity Token in addition to other claims that are being requested via scope or other configurations
Nested Schema : redirectURIs
Type: array
Show Source
Nested Schema : scopes
Type: array
Show Source
Nested Schema : userInfoCustomClaims
Type: array
Show Source
  • Represents a list of claims that must be included in the User Info response in addition to other claims that are being requested via scope or other configurations
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 update OAuth entity "Client" - name "NameofClient"
Back to Top