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

Response

Supported Media Types

200 Response

Sucessfully retrieved entity - OAuthClient, 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 retrive OAuth entity "Client" - name "NameofClient"