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.
eai
Description
External Authentication Interface, which allows an application to assert client identity information to the IBM Application Gateway container.
Properties
The following table(s) describe the configuration properties for this component:
Name | Type | Constraints | Description |
---|---|---|---|
triggers | array[string] | The list of URLs for which the response could potentially contain authentication information. Please note that an access policy which allows unauthenticated access to this resource must be created. The URL string patterns are case-sensitive and may contain wild card patterns. The format for a regular path-based application is: trigger: - The format for a Virtual Host application is: trigger: - http[s]://virtual-host-name[:port]/ For Virtual Host applications to match a trigger they must also have the same protocol (http[s] = TCP/SSL) and have the same virtual-host-name and port as the trigger. |