Add a new claim type to a Smart API - Intergraph Smart API Manager - 2020 (4.0) - Help

Intergraph Smart API Manager Help

Language
English
Product
Intergraph Smart API Manager
Search by Category
Help
Smart API Manager Version
4.0

Supported claim types are typically defined in a Smart API’s service description document and populated during API registration. Therefore, it is uncommon to define new claim types for a Smart API. However, if a scenario arises requiring a new claim type for a Smart API, follow these steps.

Add the claim type

  1. On the left panel, click Smart APIs .

  2. Click the Smart API in the grid to see its details.

  3. In the Supported Claim Types section, click and click Add claim type.

  4. In the Add a Supported Claim Type dialog box, click Name and type the name for the claim.

    This is the claim name as presented in an access token returned from Smart API Manager.

  5. Click Description and type a description (optional) for the claim.

  6. Click Type, and select the type of values that can be assigned to the claim.

  7. Click Required if an access token must include this claim when requesting access to the Smart API.

  8. Click Unique if an access token must include only one instance of this claim when requesting access to the Smart API.

  9. Click NEXT to enter values for enumeration claim types, or click FINISH for string claim types.

For enumeration claim types, define claim values

If the claim type is enumeration, define the claim values:

  1. Click Name, and type the name of the claim value.

  2. Click ADD.

  3. Click Provide a value, and type the claim value.

  4. To define additional claim values, repeat these steps.

  5. Click NEXT and then FINISH.