OAuth2Provider.properties revision dba6264e760052e4f42a5114d2690f1e188cb767
0N/Ag101.help=The maximum execution time any individual script should take on the server (in seconds).
0N/Ag101.help.txt=Scripts will be forcibly stopped after this amount of execution time.
0N/Ag103.help.txt=New threads will be created up to this size once the task queue reaches capacity. Has no effect if the \
0N/Ag104.help=Size of queue to use for buffering script execution request when core pool is at capacity.
0N/Ag104.help.txt=Use -1 for an unbounded queue (this disables the maximum pool size setting). For short, CPU-bound \
0N/A scripts, consider a small pool size and larger queue length. For I/O-bound scripts (e.g., REST calls) consider \
0N/A a larger maximum pool size and a smaller queue. Not hot-swappable: restart server for changes to take effect.
0N/Ag105.help.txt=Length of time (in seconds) to wait before terminating threads that were started when the queue reached \
0N/Ag106.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 \
a099.help=Enable to issue stateless access & refresh tokens that can be introspected by resource servers.
a100.help=The time in seconds an authorization code is valid for
a101.help=The time in seconds a refresh token is valid for. If this field is set to -1, the token \
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
a103b.help=A Freemarker template which will create a custom URL for the login page to authenticate the resource owner. \
The following values are available to the Freemarker template: gotoUrl - the URL to redirect back to the OAuth2 \
authorization process, acrValues - the acr values for the OAuth2 authorization request, realm - the OpenAM realm \
the OAuth2 authorization request was made on, module - the name of the OpenAM authentication module requested to \
perform resource owner authentication, service - the name of the OpenAM authentication chain requested to perform \
a104.help=The class that contains the required scope implementation, must implement the \
<code>org.forgerock.oauth2.core.ScopeValidator</code> interface
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.oauth2.core.TokenResponseTypeHandler. \
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.
a1075.help=The attribute for identities retrieved from the ID Repository that contains a displayable name for the user \
a108.help=A list of scopes this authorization server supports, with translations.
a108.help.txt=Scopes may be entered as simple strings or pipe separated strings representing the internal scope name, \
locale, and localized description; e.g. "read|en|Permission to view email messages in your account". Locale strings \
are in the format <code>language + "_" + country + "_" + variant</code>, e.g. en, en_GB, en_US_WIN. \
If the locale and pipe is omitted, the description is displayed to all users having undefined locales. \
e.g. "read|Permission to view email messages in your account". \
<i>NB</i> If the description is also omitted, nothing is displayed to all users, e.g. specifying "read|" would allow \
the scope "read" to be used by the client, but would not display it to the user when it was requested.
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.
a111a.help=Algorithm supported to encrypt OpenID Connect ID tokens in order to hide its contents.
a111a.help.txt=Available encryption algorithms are:<br>\
a111b.help=Encryption methods supported to encrypt OpenID Connect ID tokens in order to hide its contents.
a111b.help.txt=Available encryption methods are:<br>\
A128CBC-HS256, A192CBC-HS384 and A256CBC-HS512 - AES encryption in CBC mode with HMAC-SHA-2 for integrity.<br>\
a112.help=List of claims supported by the userinfo endpoint, with translations.
a112.help.txt=Claims may be entered as simple strings or pipe separated strings representing the internal claim name, \
locale, and localized description; e.g. "name|en|Your full name". Locale strings \
are in the format <code>language + "_" + country + "_" + variant</code>, e.g. en, en_GB, en_US_WIN. \
If the locale and pipe is omitted, the description is displayed to all users having undefined locales. \
e.g. "name|Your full name". \
<i>NB</i> If the description is also omitted, nothing is displayed to all users, e.g. specifying "name|" would allow \
the claim "name" to be used by the client, but would not display it to the user when it was requested.
a113.help=The amount of time in seconds the JWT will be valid for.
a113a.help=Algorithm used to sign stateless OAuth2 tokens in order to detect tampering.
a113a.help.txt=NONE - No signature.<br/>\
a113b.help=Base64 encoded key used by HS256, HS384 and HS512.
a114=Token Signing RSA public/private key pair
a114.help.txt=The public/private key pair will be retrieved from the keystore referenced by the property \
a114a=Token Signing ECDSA public/private key pair alias
a114a.help=The list of public/private key pairs used for the elliptic curve algorithms (ES256/ES384/ES512). \
Add an entry to specify an alias for a specific elliptic curve algorithm, e.g. "ES256|es256Alias
a114a.help.txt=Each of the public/private key pairs will be retrieved from the keystore referenced by the property \
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 <code>amr</code> 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 \
as per <a href="http://openid.net/specs/openid-connect-core-1_0.html#ClaimsParameter" target="_blank">\
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 \
disabled by default in order to guarantee compliance, but can be enabled for situations where calling the \
a126.help=If enabled, Authorization Code requests will require a "code_challenge" attribute
.org/html/draft-ietf-oauth-spop-12">here</a>
a127.help=The URL that the user will be instructed to visit to complete their OAuth 2 login and consent when using \
a128.help=The URL that the user will be sent to on completion of their OAuth 2 login and consent when using \
a129.help=The lifetime of the device code.
a130.help=The polling frequency for devices waiting for tokens when using the device code flow.
a131.help=When this setting is enabled OpenAM will store the ops tokens corresponding to OIDC sessions in the CTS \
a132.help=If enabled, clients may be configured so that the resource owner will not be asked for consent during \
a133.help=If enabled then tokens will be blacklisted on the server on delete until the token expires.
a133.help.txt=It is recommended to enable this setting if the maximum token expiry time is high. State is stored in \
the core token store (CTS) until the token expires in order to ensure that tokens cannot continue to \
a134.help=Number of blacklisted tokens to cache in memory to speed up blacklist checks and reduce load on the CTS.
a135.help=How frequently to poll for token blacklist changes from other servers, in seconds.
a135.help.txt=How often each server will poll the CTS for token blacklist changes from other servers. This is used \
to maintain a highly compressed view of the overall current token blacklist improving performance. A lower number\
will reduce the delay for blacklisted tokens to propagate to all servers at the cost of increased CTS load. Set \
a136.help=Length of time to blacklist tokens beyond their expiry time.
a136.help.txt=Allows additional time to account for clock skew to ensure that a token has expired before it is \
if the signature algorithm is HS256/HS384/HS512