amAuthPersistentCookie.properties revision c60c5bb51b7a07a62eda0910ae9774bfe49bd003
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk#
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk# The contents of this file are subject to the terms of the Common Development and
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk# Distribution License (the License). You may not use this file except in compliance with the
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk# License.
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk#
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk# specific language governing permission and limitations under the License.
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk#
12e4614e16f3922c088a689a0c7a2288dd15657bPeter Major# When distributing Covered Software, include this CDDL Header Notice in each file and include
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk# Header, with the fields enclosed by brackets [] replaced by your own identifying
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk# information: "Portions copyright [year] [name of copyright owner]".
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk#
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk# Copyright 2013-2016 ForgeRock AS.
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk#
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenk
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenkpersistent-cookie-service-description=Persistent Cookie
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka001=Idle Timeout
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka001.help=The maximum idle time between requests before the cookie is invalidated, in hours.
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka002=Max Life
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka002.help=The maximum length of time the persistent cookie is valid for, in hours.
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka003=Enforce Client IP
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka003.help=Enforces that the persistent cookie can only be used from the same client IP to which the cookie was issued.
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka004=Use secure cookie
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka004.help=Sets the persistent cookie as "Secure"
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka005=Use HTTP only cookie
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka005.help=Sets the persistent cookie as "HttpOnly"
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka006=HMAC Signing Key
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenka006.help=Base64-encoded 256-bit key to use for HMAC signing of the cookie.
3133cf1b294fb4042826d58b24e4a2d0216d0349jeff.schenkauthFailed=Authentication Failed
2feee3bd4482cbe7e4a8cf1a228bf17723b13934jeff.schenkincorrectState=Incorrect State
2feee3bd4482cbe7e4a8cf1a228bf17723b13934jeff.schenkcookieNotValid=Persistent Cookie not present or valid
2feee3bd4482cbe7e4a8cf1a228bf17723b13934jeff.schenkauthFailedDiffRealm=Attempting to log into different realm
2feee3bd4482cbe7e4a8cf1a228bf17723b13934jeff.schenkjaspiContextNotFound=User's context inside the Persistent Cookie is invalid
2feee3bd4482cbe7e4a8cf1a228bf17723b13934jeff.schenkauthFailedClientIPDifferent=Attempting to log in from a different IP address to which the persistent cookie was issued.
2feee3bd4482cbe7e4a8cf1a228bf17723b13934jeff.schenk