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 error
- internal_error=AAA-OIDC-0001 Internal Error
- # multiple_search_steps_not_supported
- multiple_search_steps_not_supported=AAA-OIDC-0002 Multiple search steps is not supported for this namespace.
- # configuration_error
- configuration_error=AAA-OIDC-0003 Configuration error
- # initialization_failure
- initialization_failure=AAA-OIDC-0004 Provider initialization failure. Reason ''{0}''
- # failed_to_retrieve_identity
- failed_to_retrieve_identity=AAA-OIDC-0005 Unable to retrieve identity from identity provider. Reason ''{0}''
- # logon_failed
- logon_failed=AAA-OIDC-0006 Unable to authenticate user.
- # trusted_credential_issue
- trusted_credential_issue=AAA-OIDC-0007 Error when logging on with trusted credentials. Reason ''{0}''
- # authentication_required
- authentication_required=AAA-OIDC-0008 Authentication required.
- # invalid_credentials
- invalid_credentials=AAA-OIDC-0009 The provided credentials are invalid.
- # invalid_credentials_details
- invalid_credentials_details=AAA-OIDC-0010 The provided credentials are invalid. Reason: ''{0}''
- # failed_to_verify_identity
- failed_to_verify_identity=AAA-OIDC-0011 Failed to validate identity token. Reason: ''{0}''
- # missing_configuration
- missing_configuration=AAA-OIDC-0012 Namespace initialization called without a valid configuration.
- # invalid_certificate_file
- invalid_certificate_file=AAA-OIDC-0013 The certificate in ''{0}'' could not be loaded. Reason: ''{1}''
- # missing_json_idp_resource
- missing_json_idp_resource=AAA-OIDC-0014 The JSON identity provider resource ''{0}'' was not found.
- # invalid_json_idp_resource
- invalid_json_idp_resource=AAA-OIDC-0015 The JSON identity provider resource ''{0}'' could not be read. Reason: ''{1}''
- # missing_namespace_configuration
- missing_namespace_configuration=AAA_OIDC-0016 The namespace ''{0}'' is missing configuration information. Reason: ''{1}''
- # invalid_configuration_value
- invalid_configuration_value=AAA_OIDC-0017 An invalid value was found for the configuration property ''{0}'' in namespace ''{1}''
- # could_not_load_private_key
- could_not_load_private_key=AAA-OIDC-0018 The private key in ''{0}'' could not be loaded for namespace ''{1}''. Reason: ''{2}''
- # ask_for_credentials
- ask_for_credentials=Please type your credentials for authentication.
- # user_id_prompt
- user_id_prompt=User ID:
- # namespace_display
- namespace_display=Namespace:
- # password_prompt
- password_prompt=Password:
- # namespace_prmopt
- namespace_prompt=Namespace:
|