Find OAuth Resource Server by name or ID

get

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

Returns a Resource Server. The search can be done either with the name or the ID of the Resource Server. 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 - OAuthResourceServer, detail
Body ()
Root Schema : ResourceServer
Type: object
Show Source
Nested Schema : scopes
Type: array
Show Source
Nested Schema : tokenAttributes
Type: array
Show Source
Nested Schema : ScopeSettings
Type: object
Show Source
Nested Schema : AttributeSettings
Type: object
Custom attributes that can be added to the Access Token
Show Source

422 Response

Failed to retrive OAuth entity "ResourceServer" - name "NameofResourceServer"
Back to Top