OAuth2Provider.properties revision 83c768e565ce87c629472268427ab5ee688c94e9
8200fe25ffab8b2032d046c88710a949f361b700rmesta# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
8200fe25ffab8b2032d046c88710a949f361b700rmesta# Copyright 2012-2015 ForgeRock AS.
8200fe25ffab8b2032d046c88710a949f361b700rmesta# The contents of this file are subject to the terms
8200fe25ffab8b2032d046c88710a949f361b700rmesta# of the Common Development and Distribution License
8200fe25ffab8b2032d046c88710a949f361b700rmesta# (the License). You may not use this file except in
8200fe25ffab8b2032d046c88710a949f361b700rmesta# compliance with the License.
8200fe25ffab8b2032d046c88710a949f361b700rmesta# You can obtain a copy of the License at
8200fe25ffab8b2032d046c88710a949f361b700rmesta# See the License for the specific language governing
8200fe25ffab8b2032d046c88710a949f361b700rmesta# permission and limitations under the License.
8200fe25ffab8b2032d046c88710a949f361b700rmesta# When distributing Covered Code, include this CDDL
8200fe25ffab8b2032d046c88710a949f361b700rmesta# Header Notice in each file and include the License file
8200fe25ffab8b2032d046c88710a949f361b700rmesta# If applicable, add the following below the CDDL Header,
8200fe25ffab8b2032d046c88710a949f361b700rmesta# with the fields enclosed by brackets [] replaced by
8200fe25ffab8b2032d046c88710a949f361b700rmesta# your own identifying information:
8200fe25ffab8b2032d046c88710a949f361b700rmesta# "Portions copyright [year] [name of copyright owner]"
8200fe25ffab8b2032d046c88710a949f361b700rmesta# Portions Copyrighted 2014-2015 Nomura Research Institute, Ltd.
8200fe25ffab8b2032d046c88710a949f361b700rmestaforgerock-oauth2-provider-description=OAuth2 Provider
177fd15c9f814babb60e824f89984cdd8acf7c85kupfer# Global settings
g101.help=The maximum execution time any individual script should take on the server (in seconds).
g101.help.txt=Scripts will be forcibly stopped after this amount of execution time.
g102.help=The core size of the thread pool from which scripts will operate.
g103.help=The maximum size of the thread pool from which scripts will operate.
g103.help.txt=New threads will be created up to this size once the task queue reaches capacity. Has no effect if the \
g104.help=Size of queue to use for buffering script execution request when core pool is at capacity.
g104.help.txt=Use -1 for an unbounded queue (this disables the maximum pool size setting). For short, CPU-bound \
scripts, consider a small pool size and larger queue length. For I/O-bound scripts (e.g., REST calls) consider \
a larger maximum pool size and a smaller queue. Not hot-swappable: restart server for changes to take effect.
g105.help=Length of time (in seconds) to wait before terminating threads.
g105.help.txt=Length of time (in seconds) to wait before terminating threads that were started when the queue reached \
g106.help.txt=Each Java class accessed by a script must match at least one of these patterns. Use '*' as a wildcard, \
g107.help=List of patterns of Java classes that must not be accessed by a script.
g107.help.txt=This blacklist is applied after the whitelist to apply additional restrictions. For instance you may \
whitelist java.lang.* and then blacklist java.lang.System and java.lang.Runtime. It is recommended to always prefer \
g108.help=Indicates whether the system SecurityManager should also be consulted when checking access to Java classes.
g108.help.txt=If enabled, then the checkPackageAccess method will be called for each Java class accessed. If no \
a100.help=The time in seconds an authorization code is valid for
a101.help=The time in seconds a refresh token is valid for
a102.help=The time in seconds an access token is valid for
a103.help=Check to enable generation of refresh tokens
a103a.help=Check to enable generation of refresh tokens when refreshing access tokens
a104.help=The class that contains the required scope implementation
a104aa.help=This is a script that will be run, when using an implementation of the \
org.forgerock.openam.oauth2.OpenAMScopeValidator, when issuing an ID Token or making a request to the userinfo \
endpoint that will gather and fill in all claims for the request. The script has access to the requested scopes, \
a104ab.help=This is the language of the OIDC claims script
a105.help=Response types are input as such, code|name of plugin class. For example, code|org.forgerock.openam.oauth2.CodeClass. \
If there is no implementation class none should be used in place of the class name. For example id_token|none.
a106.help=If the attribute is mail and uid, then a search string of (|(mail=user)(uid=user)) will be used to get the \
a107.help=To use saved consent a list attribute must be set up and the attribute name provided.
a108.help=A list of scopes this authorization server supports.
a109.help=The Remote URL where the providers JSON Web Key can be retrieved.
a110.help=List of subject types supported. Valid values are pairwise and public.
a111.help=Algorithms supported to sign id_tokens.
a112.help=List of claims supported by the userinfo endpoint.
a113.help=The amount of time in seconds the JWT will be valid for.
a114.help=The name of the key put in the keystore used to sign the ID Tokens issued by OpenAM.
a115.help=Allow clients to register without an access token. If enabled, you should consider adding some form of rate \
limiting. See <a href="http://openid.net/specs/openid-connect-registration-1_0.html#ClientRegistration" \
a116.help=Whether to generate Registration Access Tokens for clients that register via open dynamic client \
href="http://openid.net/specs/openid-connect-registration-1_0.html#ClientConfigurationEndpoint" \
target="_blank">Client Configuration Endpoint</a> as per the OpenID Connect specification. This setting has \
a117.help=Maps OpenID Connect ACR values to authentication chains. See <a \
href="http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest" target="_blank">the acr_values parameter</a> \
a118.help=Default value to use as the 'acr' claim in an OpenID Connect ID Token when using the default authentication \
a119.help=If you require <code>amr</code> values to be returned in the OpenID Connect <code>id_token</code>, you can \
configure them here. Once authentication has completed, the authentication modules that were used from the \
authentication service will be mapped to the <code>amr</code> values. If you do not require amr values, or are not \
a120.help=The attribute name of the modified timestamp in the identity repository (must also be added to the User \
a121.help=The attribute name of the created timestamp in the identity repository (must also be added to the User \
a122.help=List of scopes a client will be granted if they request registration without specifying which scopes they \
a123.help=If enabled, clients will be able to request individual claims using the "claims" Request Parameter \
a124.help=If pairwise subject types are supported, it is STRONGLY RECOMMENDED to set this value. It is used in \
the salting of hashes for returning specific sub claims to individuals using the same request_uri or \
a125.help=All id_tokens will contain scope-derived claims. Warning: not strictly spec-compliant.
a125.help.txt=The <a href="http://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims">OpenID Connect \
specification</a> is ambiguous whether scope-derived claims should always be added to the ID Token. This is \