Software AG Products 10.5 | Administering Integration Server | Configuring OAuth | Configuring Integration Server for OAuth | Defining Scopes | Adding a Scope
 
Adding a Scope
Complete the following steps to add a scope. The scope defines the services and folders that the clients are authorized to access.
*To add a scope
1. Open the Integration Server Administrator if it is not already open.
2. In the Security menu of the Navigational Panel, click OAuth.
3. Click Scope Management.
4. Click Add Scope.
5. Under Scope Configuration, specify the following information:
Field
Description
Name
Specifies a unique name for the scope. The scope name must consist of ASCII character codes in the range of 33 - 126, and cannot contain any of the following characters:
\ , "
Description
A description of the scope.
Note:
If Integration Server generates the scopes automatically while creating the REST API descriptor based on the Swagger document, then IS adds a default scope description as XX. You can modify this description; however, when IS re-generates the RAD using the same Swagger document, IS overrides the description as XX
Folders and services
Specifies the list of folders and individual services that the client can access on behalf of the resource owner.
You can add more than one folder or service at a time by specifying multiple lines, one folder or service to a line. Press Enter to separate lines.
URL templates
Specifies a URL template for a REST V2 resource that you want to secure using the scope. The format of URL template is <HTTP method>_<REST API descriptor namespace>/<URL template of resource>. For example,
GET_RadNamesSpace/employee.
6. Click Save Changes.