OAuth2Provider.properties revision 073875d677d0cc89aa2cc1187c975225a2ead9d3
415N/A#
415N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
415N/A#
415N/A# Copyright (c) 2012-2014 ForgeRock AS All rights reserved.
415N/A#
415N/A# The contents of this file are subject to the terms
415N/A# of the Common Development and Distribution License
415N/A# (the License). You may not use this file except in
415N/A# compliance with the License.
415N/A#
415N/A# You can obtain a copy of the License at
415N/A# http://forgerock.org/license/CDDLv1.0.html
415N/A# See the License for the specific language governing
415N/A# permission and limitations under the License.
415N/A#
415N/A# When distributing Covered Code, include this CDDL
415N/A# Header Notice in each file and include the License file
415N/A# at http://forgerock.org/license/CDDLv1.0.html
415N/A# If applicable, add the following below the CDDL Header,
415N/A# with the fields enclosed by brackets [] replaced by
415N/A# your own identifying information:
415N/A# "Portions copyright [year] [name of copyright owner]"
415N/A#
415N/A
415N/A#
415N/A# Portions Copyrighted 2014 Nomura Research Institute, Ltd.
415N/A#
415N/A
415N/Aforgerock-oauth2-provider-description=OAuth2 Provider
415N/A
415N/Aa100=Authorization Code Lifetime (seconds)
415N/Aa101=Refresh Token Lifetime (seconds)
415N/Aa102=Access Token Lifetime (seconds)
415N/Aa103=Issue Refresh Tokens
415N/Aa104=Scope Implementation Class
415N/Aa105=Response Type Plugins
415N/Aa105.help=Response types are input as such, code|name of plugin class. For example, code|org.forgerock.openam.oauth2.CodeClass. \
415N/AIf there is no implementation class none should be used in place of the class name. For example id_token|none.
415N/Aa106=User Profile Attribute(s) the Resource Owner is Authenticated On
415N/Aa106.help=If the attribute is mail and uid, then a search string of (|(mail=user)(uid=user)) will be used to get the \
415N/Auser profile, where user is the username entered during authentication.
415N/Aa107=Saved Consent Attribute Name
415N/Aa107.help=To use saved consent a list attribute must be set up and the attribute name provided.
415N/Aa108=Supported Scoped
415N/Aa108.help=A list of scopes this authorization server supports.
415N/Aa109=JSON Web Key URL
415N/Aa109.help=The URL where the providers JSON Web Key can be retrieved.
415N/Aa110=Subject Types supported
415N/Aa110.help=List of subject types supported. Values are pairwise and public. Pairwise is the same as confidential.
415N/Aa111=ID Token Signing Algorithms supported
415N/Aa111.help=Algorithms supported to sign id_tokens.
415N/Aa112=Supported Claims
415N/Aa112.help=List of claims supported by the userinfo endpoint.
415N/Aa113=OpenID Connect JWT Token Lifetime (seconds)
415N/Aa113.help=The amount of time in seconds the JWT will be valid for.
415N/Aa114=Alias of ID Token Signing Key
415N/Aa114.help=The name of the key put in the keystore used to sign the ID Tokens issued by OpenAM.
415N/A