GetTokenExistsValve

Valve to check if provided user has a Pocket Pass or One Touch profiles enrolled/assigned.

Properties

Name Description Default value Mandatory Supports property expansion
username_attribute Request property containing the username. username No No
get_value_attribute Request property containing the type of token to fetch. Property should hve value 'token' or 'pki' get_value_attribute No No
get_value_attribute_key Item property where the result should end up. Possible values 'true' or 'false'. get_value No No
token_type Overrides the 'get_value_attribute' parameter. Possible values 'OATH' or 'PKI' No No

Example Configuration

{
        "name": "GetTokenExistsValve",
        "config": { 
              "username_attribute":"User-Name",
              "get_value_attribute":"Acct-Session-Id"
        }
}

Requirements

Item set must have at least one entry.