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