amAuthOATH.properties revision 7ea769c9edcf1a585b7e3b0b532f790efed64b21
199767f8919635c4928607450d9e0abb932109ceToomas Soome# The contents of this file are subject to the terms of the Common Development and
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Distribution License (the License). You may not use this file except in compliance with the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# specific language governing permission and limitations under the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# When distributing Covered Software, include this CDDL Header Notice in each file and include
199767f8919635c4928607450d9e0abb932109ceToomas Soome# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Header, with the fields enclosed by brackets [] replaced by your own identifying
199767f8919635c4928607450d9e0abb932109ceToomas Soome# information: "Portions copyright [year] [name of copyright owner]".
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Copyright 2012-2015 ForgeRock AS.
199767f8919635c4928607450d9e0abb932109ceToomas Soomeauthentication=Authentication Modules
199767f8919635c4928607450d9e0abb932109ceToomas SoomeiPlanetAMAuthOATHServiceDescription=Two Step Verification
199767f8919635c4928607450d9e0abb932109ceToomas Soomea500=Authentication Level
199767f8919635c4928607450d9e0abb932109ceToomas Soomea500.help=The authentication level associated with this module.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea500.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \
199767f8919635c4928607450d9e0abb932109ceToomas Soomeassociated with the module; 0 is the lowest (and the default).
199767f8919635c4928607450d9e0abb932109ceToomas Soomea501=One Time Password Length
199767f8919635c4928607450d9e0abb932109ceToomas Soomea501.help=The length of the generated OTP in digits. Must be 6 digits or longer.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea502=Minimum Secret Key Length
199767f8919635c4928607450d9e0abb932109ceToomas Soomea502.help=Number of hexadecimal characters allowed for the Secret Key.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea503=Secret Key Attribute Name
199767f8919635c4928607450d9e0abb932109ceToomas Soomea503.help=The name of the attribute in the user profile to store the user secret key.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea504=OATH Algorithm to Use
199767f8919635c4928607450d9e0abb932109ceToomas Soomea504.help=Choose the algorithm your device uses to generate the OTP.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea504.help.txt= HOTP uses a counter value that is incremented every time a new OTP is generated. TOTP generates a new OTP every few seconds as specified by the time step interval.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea505=HOTP Window Size
199767f8919635c4928607450d9e0abb932109ceToomas Soomea505.help=The size of the window to resynchronize with the client.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea505.help.txt=This sets the window that the OTP device and the server counter can be out of sync. For example, if the window size is 100 and the servers last successful login was at counter value 2, then the server will accept a OTP from the OTP device that is from device counter 3 to 102.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea506=Counter Attribute Name
199767f8919635c4928607450d9e0abb932109ceToomas Soomea506.help=The name of the attribute in the user profile to store the user counter. This is required if HOTP is chosen as the OATH algorithm.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea507=Add Checksum Digit
199767f8919635c4928607450d9e0abb932109ceToomas Soomea507.help=This adds a checksum digit to the OTP.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea507.help.txt=This adds a digit to the end of the OTP generated to be used as a checksum to verify the OTP was generated correctly. This is in addition to the actual password length. You should only set this if your device supports it.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea508=Truncation Offset
199767f8919635c4928607450d9e0abb932109ceToomas Soomea508.help=This adds an offset to the generation of the OTP.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea508.help.txt=This is an option used by the HOTP algorithm that not all devices support. This should be left default unless you know your device uses a offset.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea509=TOTP Time Step Interval
199767f8919635c4928607450d9e0abb932109ceToomas Soomea509.help= The TOTP time step in seconds that the OTP device uses to generate the OTP.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea509.help.txt=This is the time interval that one OTP is valid for. For example, if the time step is 30 seconds, then a new OTP will be generated every 30 seconds. This makes a single OTP valid for only 30 seconds.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea510=TOTP Time Steps
199767f8919635c4928607450d9e0abb932109ceToomas Soomea510.help=The number of time steps to check before and after receiving a OTP.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea510.help.txt=This is the number of time step intervals to check the received OTP against both forward in time and back in time. For example, with 2 time steps and a time step interval of 30 seconds the server will allow a clock drift between client and server of 89 seconds. (2-30 second steps and 29 seconds for the interval that the OTP arrived in)
199767f8919635c4928607450d9e0abb932109ceToomas Soomea511=Last Login Time Attribute
199767f8919635c4928607450d9e0abb932109ceToomas Soomea511.help=Attribute to store the time of the users last login. This is required if TOTP is chosen as the OATH algorithm.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea511.help.txt=This attribute stores the last time a user logged in to prevent time based attacks. The value is stored as a number (Unix Time).
199767f8919635c4928607450d9e0abb932109ceToomas Soomea512=Optional Module
199767f8919635c4928607450d9e0abb932109ceToomas Soomea512.help=If enabled, the first time a user encounters this module they will be offered the chance to skip it. Subsequently \
199767f8919635c4928607450d9e0abb932109ceToomas Soome they will not be challenged by 2FA unless they re-enable it via their dashboard.
199767f8919635c4928607450d9e0abb932109ceToomas Soomea513=Optional Module Attribute
199767f8919635c4928607450d9e0abb932109ceToomas Soomea513.help=Where to store the user's choice pertaining to the optional nature of the module.
199767f8919635c4928607450d9e0abb932109ceToomas SoomeauthFailed=Authentication Failed