We Have Moved
The IBM Application Gateway has a new home - docs.verify.ibm.com/gateway
The documentation on this site will no longer be maintained after v21.02, please update your bookmarks.
Azn Decision
Description
Specifies the configuration information related to the embedded authorization decision application. The authorization decision application provides a Web service for making remote authorization decisions.
Properties
The following table(s) describe the configuration properties for this component:
Name | Type | Constraints | Description |
---|---|---|---|
max_cache_lifetime | number | Minimum:1 Maximum:unlimited Default:300 |
The maximum lifetime, in seconds, of an entry in the cache. |
max_cache_size | number | Minimum:1 Maximum:unlimited Default:8192 |
The maximum number of credentials which can be cached. If the addition of a new credential will exceed this maximum cache size a least-recently-used algorithm will be used to remove an older entry, making room for the new credential. |
path_segment | string | The path at which the application will be available. The path should be a simple path segment (i.e. should not contain a '/' character). |
Example
server:
local_applications:
azn_decision:
path_segment: azndec
max_cache_size: 100
max_cache_lifetime: 60