Find OAuth Client by name or ID

get

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

Returns an OAuth Client. The search can be done either with the name or the ID of the Client. Only one of the query parameters needs to be specified.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Sucessfully retrieved 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 retrive OAuth entity "Client" - name "NameofClient"
Back to Top