| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 | # IBM Confidential## OCO Source Materials## IBM Cognos Products: user-profile-service## (C) Copyright IBM Corp. 2016, 2018## The source code for this program is not published or otherwise# divested of its trade secrets, irrespective of what has been# deposited with the U.S. Copyright Office.## NLS_ENCODING=UTF-8# NLS_MESSAGEFORMAT_ALL # END_OF_HEADER## internal errorinternal_error=AAA-OIDC-0001 Internal Error# multiple_search_steps_not_supportedmultiple_search_steps_not_supported=AAA-OIDC-0002 Multiple search steps is not supported for this namespace.# configuration_errorconfiguration_error=AAA-OIDC-0003 Configuration error# initialization_failureinitialization_failure=AAA-OIDC-0004 Provider initialization failure. Reason ''{0}''# failed_to_retrieve_identityfailed_to_retrieve_identity=AAA-OIDC-0005 Unable to retrieve identity from identity provider. Reason ''{0}''# logon_failedlogon_failed=AAA-OIDC-0006 Unable to authenticate user.# trusted_credential_issuetrusted_credential_issue=AAA-OIDC-0007 Error when logging on with trusted credentials. Reason ''{0}''# authentication_requiredauthentication_required=AAA-OIDC-0008 Authentication required.# invalid_credentialsinvalid_credentials=AAA-OIDC-0009 The provided credentials are invalid.# invalid_credentials_detailsinvalid_credentials_details=AAA-OIDC-0010 The provided credentials are invalid. Reason: ''{0}''# failed_to_verify_identityfailed_to_verify_identity=AAA-OIDC-0011 Failed to validate identity token. Reason: ''{0}''# missing_configurationmissing_configuration=AAA-OIDC-0012 Namespace initialization called without a valid configuration.# invalid_certificate_fileinvalid_certificate_file=AAA-OIDC-0013 The certificate in ''{0}'' could not be loaded. Reason: ''{1}''# missing_json_idp_resourcemissing_json_idp_resource=AAA-OIDC-0014 The JSON identity provider resource ''{0}'' was not found.# invalid_json_idp_resourceinvalid_json_idp_resource=AAA-OIDC-0015 The JSON identity provider resource ''{0}'' could not be read. Reason: ''{1}''# missing_namespace_configurationmissing_namespace_configuration=AAA_OIDC-0016 The namespace ''{0}'' is missing configuration information. Reason: ''{1}''# invalid_configuration_valueinvalid_configuration_value=AAA_OIDC-0017 An invalid value was found for the configuration property ''{0}'' in namespace ''{1}''# could_not_load_private_keycould_not_load_private_key=AAA-OIDC-0018 The private key in ''{0}'' could not be loaded for namespace ''{1}''. Reason: ''{2}''# ask_for_credentialsask_for_credentials=Please type your credentials for authentication.# user_id_promptuser_id_prompt=User ID:# namespace_displaynamespace_display=Namespace:# password_promptpassword_prompt=Password:# namespace_prmoptnamespace_prompt=Namespace:
 |