OAuth2Provider.properties revision 7d8b45b3790b8e60c8e205c3689464f7455f44a0
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# Copyright 2012-2014 ForgeRock AS.
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# The contents of this file are subject to the terms
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# of the Common Development and Distribution License
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# (the License). You may not use this file except in
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# compliance with the License.
4fa6e393824ad7e7157e4510887e5d24f81c7dd8Jenny Han Donnelly# You can obtain a copy of the License at
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# http://forgerock.org/license/CDDLv1.0.html
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# See the License for the specific language governing
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# permission and limitations under the License.
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# When distributing Covered Code, include this CDDL
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# Header Notice in each file and include the License file
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# at http://forgerock.org/license/CDDLv1.0.html
3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5Jenny Han Donnelly# If applicable, add the following below the CDDL Header,
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. Values are pairwise and public. Pairwise is the same as confidential.
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 \