amAuthOpenIdConnect.properties revision 9f80f4f537152f3b88b0c3327601c9215474d9f2
1b5fa99638ad2d73f40b77d02e4bef798c2869b8Christian Maederopenidconnect-service-description=OpenID Connect ID Token Authentication
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichheader_name=Name of header referencing the ID Token
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichissuer_name=Name of OpenID Connect ID Token Issuer
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichissuer_name.help= Value must match the iss field in issued ID Token
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichcrypto_context_type=Configuration type: please select either 1.the issuer discovery url, 2. the issuer jwk url, or 3. the client_secret
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichcrypto_context_value=The discovery url, or jwk url, or the client_secret, corresponding to the selection above
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichcrypto_context_value.help=If discovery or jwk url entered, entry must be in valid url format
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichprincial_mapper_class=Principal mapper class
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichprincipal_mapper_class.help=Class which implements mapping of jwt state to a Principal in the local identity repository
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichprincipal_mapper_class.help.txt=Any custom implementation must implement the org.forgerock.openam.authentication.modules.oidc.PrincipalMapper interface.
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichlocal_to_jwt_attr_mappings=Mapping of local LDAP attributes to jwt attributes
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichlocal_to_jwt_attr_mappings.help=Format: local_ldap_attribute=jwt_attribute
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichlocal_to_jwt_attr_mappings.help.txt=Mappings allow jwt entries to drive principal lookup. This entry determines how to translate between \
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich local LDAP attributes and the entries in the jwt. See http://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims on how to request \
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich the inclusion of additional attributes in issued ID Tokens.
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichverification_failed=Verification of the ID Token failed.
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichissuer_mismatch=The issuer configured for the module, and the issuer string in discovery document referenced by configuration url, do not match.
105ef29861e750a27d2f3436e369491977af31f9Klaus Luettichtoken_issuer_mismatch=The issuer configured for the module, and the issuer string in the jwt, do not match.
91849a39b94abfecb7e854930ad280a68699d08cChristian Maederjwt_parse_error=The ID Token jwt specified in the header could not be parsed.
48b05bf95b2c4d38161853f6288e4a646ce49e9bChristian Maedermissing_header=No ID Token was found referenced by the specified header.
105ef29861e750a27d2f3436e369491977af31f9Klaus Luettichjwk_not_loaded=The json web key state could not be loaded.
caf9cbd08ac84499a343bbd0eac79e9bb47a40e5Christian Maederprincipal_mapper_instantiation_error=The principal mapper could not be instantiated.
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettichprincipal_mapping_failure=No principal in the local id repo could be found.
105ef29861e750a27d2f3436e369491977af31f9Klaus Luettichno_attributes_mapped=None of the attributes specified in the mappings could be found in the Id Token.