amAuthAdaptive.properties revision 9bbff27a21f54d27d6215bace2899e4cb1a08bad
0N/Aa500.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \
0N/Aa502.help=If the risk threshold value is not reached after executing the different tests, the authentication is considered to be successful.
0N/Aa502.help.txt=Associated with many of the adaptive risk checks is a score; if a check does not passes then the score is added to the current \
0N/Arunning total. The final score is then compared with the <i>Risk Threshold</i>, if the score is lesser than said \
0N/Aa503.help.txt=Check if the OpenAM account lockout mechanism has recorded past authentication failures for the user.<br/><br/>\
0N/Aa506.help=If the check succeeds the score will be included in the total, for failure the score will not be incremented.
0N/Aa507.help.txt=The IP range check compares the IP of the client against a list of IP addresses, if the client IP is found within \
0N/Aa508.help.txt=The format of the IP address is as follows:<br/><br/>\
0N/A<ul><li>Single IP address: <code>172.16.90.1</code></li><li>CIDR notation: <code>172.16.90.0/24</code></li>\
0N/Aa510.help=If the check succeeds the score will be included in the total, for failure the score will not be incremented.
0N/Aa511.help.txt=If this check is enabled; a set number of past IP addresses used by the client to access OpenAM is recorded in the user \
0N/Aprofile. This check passes if the current client IP address is present in the history list. If the IP address is not present, the check \
0N/Afails and the IP address is added to list if the overall authentication is successful (causing the oldest IP address to be removed).
178N/Aa513.help.txt=IP history list is stored in the Data Store meaning your Data Store should be able to store values under the configured \
0N/Aattribute name. If you're using a directory server as backend, make sure your Data Store configuration contains the necessary \
a514.help=The IP History list will be updated in the data store
a514.help.txt=The Adaptive Risk Post Authentication Plug-in will update the IP history list if the overall authentication is successful.
a515.help=The amount to increment the score if this check fails.
a516.help=If the check succeeds the score will be included in the total, for failure the score will not be incremented.
a517.help=Enables the checking of a known cookie value in the client request
a517.help.txt=If this check is enabled, the check looks for a known cookie in the client request. If the cookie exists and has the \
a518.help=The name of the cookie to set on the client.
a519.help=The value to be set on the cookie.
a520.help=The cookie will be created on the client after successful login
a520.help.txt=The Adaptive Risk Post Authentication Plug-in will set the cookie on the client response
a521.help=The amount to increment the score if this check fails.
a522.help=If the check succeeds the score will be included in the total, for failure the score will not be incremented.
a523.help=Enables the checking of the last time the user successfully authenticated.
a523.help.txt=If this check is enabled, the check ensures the user has successfully authenticated within a given interval. If the \
interval has been exceeded the check will fail. The last authentication for the user is stored in a client cookie.
a524.help=The name of the cookie used to store the time of the last successful authentication.
a525.help=The maximum number of days that can elapse before this test.
a526.help=The last login time will be saved in a client cookie
a526.help.txt=The Adaptive Risk Post Authentication Plug-in will update the last login time
a527.help=The amount to increment the score if this check fails.
a528.help=If the check succeeds the score will be included in the total, for failure the score will not be incremented.
a529.help=Enables the checking of the user profile for a matching attribute and value.
a529.help.txt=If this check is enabled, the check will pass if the users profile contains the required risk attribute and value.
a530.help=The name of the attribute to retrieve from the user profile in the data store.
a531.help=The required value of the named attribute.
a532.help=The amount to increment the score if this check fails.
a533.help=If the check succeeds the score will be included in the total, for failure the score will not be incremented.
a534.help=Enables the checking of the client request for a known cookie.
a534.help.txt=If this check is enabled, the check will pass if the client request contains the named cookie.
a535.help=The name of the cookie to be checked for (and optionally set) on the client request
a536.help=Set the device cookie on the client response
a536.help.txt=The Adaptive Risk Post Authentication Plug-in will set the device cookie on the client response
a537.help=The amount to increment the score if this check fails.
a538.help=If the check succeeds the score will be included in the total, for failure the score will not be incremented.
a539.help=Enables the checking of the client IP address against the geolocation database.
a539.help.txt=The geolocation database associates IP addresses against their known location. This check passes if the country associated \
The geolocation database is available in binary format at <a href="http://www.maxmind.com/app/country" target="_blank">MaxMind</a>.
a540.help=The path to the location of the GEO location database.
a540.help.txt=The Geolocation database is not distributed with OpenAM, you can get it in binary format from \
<a href="http://www.maxmind.com/app/country" target="_blank">MaxMind</a>.
a541.help=The list of country codes that are considered as valid locations for client IPs.
a541.help.txt=The list is made up of country codes separated by a | character; for example:<br/><br/>\
a542.help=The amount to increment the score if this check fails.
a543.help=If the check succeeds the score will be included in the total, for failure the score will not be incremented.
a544.help=Enables the checking of the client request for a known header name and value.
a544.help.txt=The request header check will pass if the client request contains the required named header and value.
a545.help=The name of the required HTTP header
a546.help=The required value of the named HTTP header.
a547.help=The amount to increment the score if this check fails.
a548.help=If the check succeeds the score will be included in the total, for failure the score will not be incremented.