Use the GET /oauth/authServerSettings/scopes/exclusiveScopes/{{exclusiveScopesName}}
endpoint to retrieve an existing exclusive scope.
Path parameters
Parameter |
Value |
Description |
exclusiveScopesName |
string(required) |
Name of the exclusive scope. |
Status codes
Code |
Reason |
200 |
Success. |
403 |
PingFederate does not have its OAuth 2.0 authorization server role enabled. Operation not available. |
404 |
Resource not found. |
Response schema definitions
ScopeEntry
- A scope name and its description.
Property |
Type |
Description |
description * |
string |
The description of the scope that appears when the user is prompted for authorization. |
dynamic |
boolean |
True if the scope is dynamic. (Defaults to false) |
name * |
string |
The name of the scope. |