amAuthOpenIdConnect.properties revision c7fd94c758fb78a820d0513988731c2106951f9e
issuer_name.help= Value must match the iss field in issued ID Token
crypto_context_type.help=Please select either 1. the issuer discovery url, 2. the issuer jwk url, or 3. the client_secret.
crypto_context_value.help=The discovery url, or jwk url, or the client_secret, corresponding to the selection above.
crypto_context_value.help.txt=If discovery or jwk url entered, entry must be in valid url format.
princial_mapper_class.help=Class which implements mapping of jwt state to a Principal in the local identity repository
princial_mapper_class.help.txt=Any custom implementation must implement the \
<code>org.forgerock.openam.authentication.modules.common.mapping.AttributeMapper</code> interface.
account_provider_class.help=Name of the class implementing the account provider.
account_provider_class.help.txt=This class is used by the module to find the account from the attributes mapped by the Account Mapper \
<a href="http://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims" target="_blank">OpenID Connect Core 1.0 Specification</a>, \
local_to_jwt_attr_mappings.help=Format: jwt_attribute=local_ldap_attribute
local_to_jwt_attr_mappings.help.txt=Mappings allow jwt entries to drive principal lookup. This entry determines how \
http://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims on how to request the inclusion of additional \
listed_audience_name.help=A case sensitive string
listed_audience_name.help.txt=The audience name for this OpenID Conenct module. This will be used to check that the \
listed_authorized_parties.help=A list of case sensitive strings which can be either string or URI values
listed_authorized_parties.help.txt=A list of authorized parties which this module will accept ID tokens from. This \
issuer_mismatch=The issuer configured for the module, and the issuer string in discovery document referenced by \
token_issuer_mismatch=The issuer configured for the module, and the issuer string in the jwt, do not match.
no_attributes_mapped=None of the attributes specified in the mappings could be found in the Id Token.