Application resources are defined by one or more path patterns and zero or more query parameters. When handling requests, PingAccess matches the path pattern and query parameters with the proper resource. When more than one resource matches a request, PingAccess uses the first matching resource it identifies.

Manual resource ordering allows you to specify which resources are checked for a match in what order, letting you control the policy that is applied to a particular request. These instructions describe how to configure and disable resource ordering in PingAccess, as well as how to use the auto-ordering feature.

Note:

Resources can only include query parameters if manual resource ordering is configured.

  1. To configure manual resource ordering:
    1. Edit your application.
    2. On the Resources tab, click Order Resources.
    3. Modify the resource order by dragging resources or by entering a new position for each resource.
    4. Optional: Click Auto Order to reset the resource order to the order that would be used under automatic ordering.
    5. Click Save.
  2. To disable manual resource ordering:
    1. Edit your application.
    2. On the Resources tab, remove any Regex path patterns.
    3. Clear the Manual ordering mode check box.
    4. Click Save.