+

Search Tips   |   Advanced Search

OAuth TAI custom properties

The following tables list the custom properties for the OAuth TAI. We can define these properties in the custom properties panel for the OAuth TAI using the administrative console. To assign unique property names that identify each possible OAuth provider, a provider_<id> is embedded in the property name and used to group the properties associated with each provider. The provider_<id>s are numbered sequentially for each service provider. The following table describes the OAuth TAI custom properties:


OAuth TAI filter property

A set of conditions are compared against the HTTP request of the client. Based on results an OAuth provider is specified for processing the HTTP request. Conditions are evaluated from left to right. If all the filter conditions specified by an OAuth provider are met in an HTTP request, the OAuth provider is selected. Input element identifies an HTTP request header field to extract from the request, and its value is compared with the value specified in the filter property. If the header field is not present in the HTTP request, the condition is treated as not being met. Any of the standard HTTP request header fields can be used as the input element in the filter condition.

Condition are specified using three elements:

In addition to the standard HTTP header fields, special input elements can be used: the filter property:


Filter examples

The trust association interceptor selects the OAuth provider associated with the matching filter. For example:


Operators used in the filter property


Parent