AG 消息

CSIAG0101E The required parameter [parameterName] is missing or invalid.

解释

未提供指定的参数或值无效。

操作

请为错误消息中的参数指定值,然后重新提交该请求。

CSIAG0102E An unexpected response was received from the third-party server. Cannot parse the result. The third-party server response was [parameterName].

解释

第三方服务器可能正在进行临时维护,这导致其返回意外响应。

操作

请稍后重试。 如果问题仍然存在,请与系统管理员联系。

CSIAG0103E Cannot retrieve the resource from the third-party server.

解释

配置可能无效或第三方服务器可能遇到问题。

操作

请稍后重试。 如果问题仍然存在,请与系统管理员联系。

CSIAG0104E The identity provider did not return the authorization code. The response from the third party server was [parameterName].

解释

登录未完成或第三方服务器的配置可能不正确。

操作

请稍后重试。 如果问题仍然存在,请与系统管理员联系。

CSIAG0105E An error occurred while mapping the user profile information provided by social site to productName.

解释

第三方服务器可能没有关于用户身份的所有必需信息。

操作

在身份提供者端,管理员应该配置联合所需的所有用户属性。 您可以稍后重试。 如果问题仍然存在,请与系统管理员联系。

CSIAG0107E The specified login URL is invalid.

解释

指定的登录 URL 无效。

操作

确保登录 URL 有效。

CSIAG0109E The required property [propertyName] is missing or invalid.

解释

未提供指定的参数或值无效。

操作

确保指定的属性包含在登录处理程序配置中。

CSIAG0111E Cannot process the login request. The required attribute [attributeName] is missing or invalid. The identity must contain the following attributes [attributeList].

解释

用于映射用户身份的规则可能错误。

操作

请配置映射规则,使其能提供所有必需的用户属性。

CSIAG0112E Cannot process the login request. The user principal is missing or invalid.

解释

用于映射用户身份的规则可能错误。

操作

请配置映射规则,使其能提供有效的用户主体。

CSIAG0130E No login methods are configured.

解释

未配置任何登录方法。

操作

请配置身份源。 请参阅 AuthBroker 管理 REST API。

CSIAG0131E Error retrieving the access token from the identity provider. The response from the third-party server is [parameterName]. The configuration might not be valid, or the third-party server might be experiencing problems.

解释

配置可能无效或第三方服务器可能遇到问题。

操作

请稍后重试。 如果问题仍然存在,请与系统管理员联系。

CSIAG0132E Cannot process the login request. The login page was idle for too long, or the session is invalid.

解释

会话到期或登录页面处于空闲状态的时间过长。

操作

使用正确的 URL 重新启动登录过程。

CSIAG0133E A required parameter is missing or invalid. The request requires either [parameterName] or [parameterName] or [parameterName] is provided.

解释

未提供必需参数或值无效。

操作

请为错误消息中的参数指定值,然后重新提交该请求。

CSIAG0136E Unable to process the login request. Selected login method may not be configured correctly.

解释

找不到用于登录的所选身份源的配置,或其可能配置不正确。

操作

请确保身份源及其属性配置正确。 使用 AuthBroker 的管理 REST API 来确认配置。 重新创建配置不正确的身份源后重试登录。

CSIAG0137E Unable to process the login request. User [parameterName] is not authorized to access this resource.

解释

尝试访问服务的用户未获授权。

操作

请确保用户具有充分的授权来访问资源。

CSIAG0138E Unable to process the login request. Failed to retrieve user [parameterName] from the service registry.

解释

用于检索用户以验证对服务的访问的过程失败。

操作

请稍后重试。 如果问题仍然存在,请与系统管理员联系。

CSIAG0139E Unable to process the login request. The reason for failure is as follows: [ parameterName ].

解释

可能由于多种原因而发生此错误。 可能的原因包括:a) 状态无效,b) 数据异常或不一致,c) 无法访问其他基础设施组件等。 请查看错误信息中给出的原因以获取更多详情。

操作

请稍后重试。 如果问题仍然存在,请与系统管理员联系。

CSIAG0140E Unable to process the login request. Failed to fetch the trigger URL for this identity source.

解释

无法从后端数据存储器中访存身份源属性。

操作

请执行运行状况检查,并确保后端数据存储器(数据库和 Zookeeper)已启动并运行。

CSIAG0141E Unable to process the login request. Failed to fetch the tenant's state from cache; it might have expired due to inactivity.

解释

会话可能长时间空闲。 租户状态高速缓存的存储时间很短,所以 5 分钟后状态就会自动从数据存储器中移除。

操作

请重试登录请求。

CSIAG0142E Unable to process the login request. User [parameterName] is not an active user.

解释

尝试访问服务的用户不是活动用户。

操作

请确保用户处于活动状态,并确保提供充分的授权来访问资源。

CSIAG0143E Unable to process the login request. Invalid identity source ID [parameterName] included in the request parameter [parameterName].

解释

在管理员执行以下操作时会发生此错误: a. 使用已禁用或不存在的身份源配置了应用程序,或者 b. 稍后禁用或移除针对应用程序配置的身份源。

操作

确保应用程序的身份源配置有效;身份源必须存在且已启用。

CSIAG0144E Unable to process the login request. Invalid value specified for parameter [parameterName]. Valid values are: [parameterName]

解释

请求包含的参数具有不受支持的值。 仅接受受支持的值。

CSIAG0145E The logout request is invalid. The login provider cannot be determined.

解释

要进行注销处理,需要知道建立当前会话的登录提供程序。 注销请求 URL 应该明确提及要进行注销的提供程序,或者用户会话需要提供提供程序的详细信息。 另一种可能是,这是用户会话已刷新或失效后的一种重复请求。

操作

确保注销 URL 有效。

CSIAG0146E Invalid logout request. Unsupported provider for this tenant.

解释

该注销请求提及了此租户未配置的提供程序。

操作

确保注销 URL 有效。

CSIAG0147E Administrator has not defined any authentication method to access this application. Contact your administrator.

解释

管理员已禁用访问应用程序的认证方法。

操作

确保配置有效的认证方法来访问应用程序。

CSIAG0148E Unable to process the login request. The login provider specified by parameter [parameterName] is not allowed.

解释

请求中包含仅允许用于 SP 启动的登录流程的提供者。 不允许使用 IdP 启动的流程的社交登录。

CSIAG0149E The system can't process the login request because the identity linking cannot be performed. Either the user is inactive or doesn't exist in the linked identity source.

解释

启用身份链接时,用户必须存在且必须处于活动状态;否则,JIT 供应进程无法执行身份链接。

CSIAG0150E The social JWT was invalid.

解释

在请求中找不到社交 JWT,或者 JWT 不包含必需的声明。

操作

请使用格式正确的 JWT 重试请求。

CSIAG0151E An error occurred while generating an access token for the requested identity.

解释

内部错误阻止了成功配置访问令牌。

操作

请稍后重试。 如果问题仍然存在,请与系统管理员联系。

CSIAG0152E The requested identity provider was not recognized.

解释

社交 JWT 中的 plat 声明值与任何已知的身份提供者都不匹配。

操作

请使用有效的身份提供者重试请求。

CSIAG0153E The requested identity provider is disabled.

解释

已配置请求的身份提供者,但管理员尚未允许将其用于认证。

操作

请使用有效的身份提供者重试请求。

CSIAG0154E The requested identity provider is not a social identity provider.

解释

只能交换来自社交身份提供者的访问令牌。

操作

请使用有效的身份提供者重试请求。

CSIAG0155E The provided access token is invalid or expired.

解释

无法向身份提供者验证访问令牌,因为此令牌无效或已到期。

操作

请使用有效的访问令牌重试请求。

CSIAG0156E The JWT issuer does not match the issuer configured on the identity source.

解释

仅必需颁发者颁发的 JWT 才可进行交换。

操作

请使用正确颁发者颁发的 JWT 重试请求。

CSIAG0157E The JWT is missing the required claim [claimName].

解释

必须在 JWT 中包含所有必需声明。

操作

请使用包含所有必需声明的 JWT 重试请求。

CSIAG0158E An invalid value was specified for the [claimName] claim. Valid claim values include [validValues].

解释

必须在 JWT 中包含所有必需声明。

操作

请使用包含所有必需声明的 JWT 重试请求。

CSIAG0159E The user state for state_id: [state_id] could not be found. The state_id may be invalid or expired.

解释

state_id 无效或已到期。

操作

请使用包含有效 state_id 的 JWT 重试请求。

CSIAG0160E Unable to retrieve Apple ID verification text. The identity source may not be configured properly, or may not exist.

解释

无法从后端数据存储器中访存身份源属性。

操作

运行运行状况检查并确保后端存储器、数据库和 Zookeeper 正常运行。 请验证正确配置了身份提供者。

CSIAG0161E Internal service error.

解释

无法从后端数据存储器中访存身份源属性。

操作

运行运行状况检查并确保后端数据存储器、数据库和 Zookeeper 正常运行。

CSIAG0162E Internal service error.

解释

由于 SQL 异常,无法从后端数据存储器中访存身份源属性。

操作

再次检查 SQL 查询是否正常运行。

CSIAG0163E You must enter a valid phone number.

解释

提供的电话号码无效。

操作

请确认该电话号码正确。

CSIAG0164E Enter the one-time password.

解释

未提供一次性密码。

操作

请确认该一次性密码正确。

CSIAG0165E An error occurred sending the one-time password. [err]

解释

无法将一次性密码发送到输入的电话号码。

操作

请确认该电话号码正确。

CSIAG0166E An error occurred validating the one-time password. Check that the password is correct.

解释

该一次性密码可能不正确。

操作

请确认该一次性密码正确。

CSIAG0167E The certificate used to verify the signed JWT is not set in the identity source configuration.

解释

未在身份源配置中设置用于验证签名的 JWT 的证书。

操作

在身份源配置中设置证书。

CSIAG0168E The system cannot process the request because the response body that was returned from the request to MDM Broker was empty.

解释

MDM 代理请求中的响应主体必须包含内容。

操作

检查 MDM 代理服务的运行状况。

CSIAG0169E The system cannot process the request because it was unable to delete this identity source instance. The device managers with the names and IDs [deviceMgrs] are linked to it. To delete this identity source instance, remove the links with these device managers.

解释

必须移除 MDM 代理服务上与设备管理器关联的所有链接,才能删除身份源实例。

操作

移除设备管理器的链接,然后重试该操作。

CSIAG0170E The system cannot process the login request. The required user attribute [principalAttr] is missing or invalid. Verify that the user's permissions allow access to this attribute from the identity source.

解释

用于映射用户身份的规则可能错误,或者用户可能未在身份源上正确设置其许可权。

操作

请验证用户是否在身份源正确设置其许可权。 如果其设置正确,请配置映射规则,从而是其提供有效的用户主体。

CSIAG0171E The system can’t process the login request because a user attribute constraint error occurred. The constraint violation is "constraintViolation".

解释

在身份关联到 Cloud Directory 身份源期间,违反了用于即时供应用户的用户数据的约束。

CSIAH0601E An internal error occurred in the Authentication Service.

解释

由于发生内部错误,因此无法处理当前请求。

操作

请检查日志文件以获取有关问题原因的更多信息。

CSIAH0602E The enrolled authentication method with ID [id] does not exist.

解释

具有指定标识的认证方法不存在或已进行处理。

操作

请指定正确的标识。

CSIAH0603E The specified access token cannot access the requested resource.

解释

仅访问令牌的所有者或授权的客户机可以访问请求的资源。

操作

请指定正确的访问令牌。

CSIAH0604E The request is invalid: [message]

解释

无法处理请求;请求主体包含无效 JSON。

操作

请指定正确的 JSON。

CSIAH0609E The authentication mechanism with type [type] is not enabled.

解释

该认证机制已禁用。

操作

请确保正确的机制已启用。

CSIAH0610E Only one TOTP enrollment per user is permitted. Attempt to modify the TOTP enrollment instead of creating a new one.

解释

对于此消息,没有其他信息可用。

操作

对于此消息,没有操作可用。

CSIAH0611E The access token included in the request was not valid.

解释

请求中包含的访问令牌无效。

操作

请确保为请求指定正确的访问令牌。

CSIAH0612E The request failed because the request body contains improperly structured JSON.

解释

无法处理请求,因为请求主体包含格式不正确或结构不正确的 JSON。

操作

请确保请求主体包含适用于所请求操作结构的结构化 JSON。

CSIAH0613E The JSON property [key] received an invalid type. The expected type was [type].

解释

无法处理请求,因为请求主体包含无效 JSON。

操作

请确保请求主体包含适用于所请求操作结构的结构化 JSON。

CSIAH0614E The required JSON property [key] is missing or invalid.

解释

无法处理请求,因为请求主体包含无效 JSON。

操作

请确保请求主体包含适用于所请求操作结构的结构化 JSON。

CSIAH0615E The value for the pagination query parameter [param] was either non-numeric, less than 0, or greater than 1000. The query parameter sent in the request for [param] was [value]. Enter a numeric value between 0 and 1000 and try again.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAH0616E Invalid value for the sort query parameter. Each attribute must start with either '+' or '-', and multiple attributes must be comma separated. The query parameter sent in the request was [value]. Enter a value that follows the required format and try again.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAH0617E The service does not exist or is disabled.

解释

租户不存在或已禁用。

操作

请确保租户存在并已启用。

CSIAH0618E One or more of the requested patch operations failed.

解释

请求中提供的补丁未成功完成。

操作

请确保为请求指定的所有补丁对象均正确。

CSIAH0619E The authentication attempt for the method [method] failed.

解释

验证请求未成功完成。

操作

请确保为请求指定的所有验证属性均正确。

CSIAH0620I The authentication attempt for the method [method] was successful.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAH0621I The authentication attempt for the method [method] was successful. Validation status changed to true.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAH0622E Invalid value for the search query parameter. Valid operators for strings are =, !=. Valid operators for booleans are = and !=. Valid operators for numbers are >=, >, <=, <, = and !=. String search values must be double quoted, numbers and booleans must not. The query parameter sent in the request was [value]. Enter a value that matches the required format and try again.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAH0623E Invalid value for the filter query parameter. Valid formats are either inclusive only or exclusive only. Multiple attributes must be comma separated. The query parameter sent in the request was [value]. Enter a value that matches the required format and try again.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAH0624E The request to create the enrollment [value] failed.

解释

发生了内部错误。

操作

请检查请求以确保提供正确的参数。

CSIAH0625E The request to create the transaction [value] failed.

解释

发生了内部错误。

操作

请检查请求以确保提供正确的参数。

CSIAH0626E The transaction [value] cannot be found.

解释

请求中传入的查询参数值无效。

操作

请检查以确保查询字符串中存在事务标识。

CSIAH0627I The OTP was set for the enrollment, but the OTP was not delivered to the user.

解释

未传递 OTP,因为管理员已禁用传递方法。

操作

请求成功。

CSIAH0628I The OTP was set for the enrollment and successfully sent.

解释

包含 OTP 的消息已成功发送到注册的交付地址。

操作

请求成功。

CSIAH0629E The delivery attribute value provided was empty or null.

解释

所提供的交付属性值为空或 null。

操作

已拒绝该请求。

CSIAH0630I Here is your OTP: value-value

解释

OTP 交付文本。

操作

请求成功。

CSIAH0631E The request to create the transaction [value] failed. The enrollment must be validated before transactions can be created.

解释

必须先完成验证事务,然后才能使用正常的事务验证。

操作

请完成验证步骤。

CSIAH0632E The request to create the transaction failed. The attempt to deliver the OTP failed.

解释

尝试发送 OTP 时交付失败。

操作

已拒绝该请求。

CSIAH0633E The request for verification failed. The transaction [value] has exceeded the allowable maximum attempts.

解释

验证因最大尝试次数限制而失败。

操作

已拒绝该请求。

CSIAH0634E The request for verification failed. The transaction [value] has previously been completed.

解释

验证因之前已经完成事务而失败。

操作

已拒绝该请求。

CSIAH0635E The authentication attempt for the method [method] failed. The provided enrollment is disabled.

解释

验证请求未成功完成。

操作

请确保为请求指定的所有验证属性均正确。

CSIAH0636E The resource [value] cannot be found.

解释

找不到请求的资源。

操作

请检查以确保该资源存在。

CSIAH0637E The request either provided no authentication or the authentication was unsuccessful.

解释

请求提供的认证失败。

操作

请检查您的请求认证。

CSIAH0638E The authenticated user is not permitted to perform the requested operation.

解释

操作需要提升的许可权。

操作

请检查分配的许可权。

CSIAH0639E The request has been accepted and was successful.

解释

操作

CSIAH0640E None of the permitted authentication factors are configured.

解释

在使用第二因子认证之前,用户必须至少注册一个在租户上启用的认证因子。

操作

配置至少一个认证因子,然后重试。

CSIAH0641E The value for the [header] header that is required for this function was missing or invalid.

解释

用户必须提供函数的所有必需头。

操作

请更正或添加头的值,然后重新提交请求。

CSIAH0642E The system could not find the tenant that was specified in the request.

解释

提供的租户名称错误地进行了输入或者不存在。

操作

请确保已正确输入租户名称,或者指定其他租户名称,然后重新提交请求。

CSIAH0643E The system cannot process the request because no access token was found in the request. An access token must be present in either the 'Authorization' HTTP header or in the query parameter 'access_token'.

解释

请求必须包含访问令牌。

操作

请确保访问令牌存在于“Authorization”HTTP 头中或查询参数“access_token”中。

CSIAH0644E The system cannot process the request because the redirect_url specified is not allowed.

解释

请求参数 redirect_url 必须位于已配置的允许的重定向 URL 列表中。

操作

在允许的重定向 URL 列表中配置 redirect_url。

CSIAG0500E The request does not contain syntactically correct JSON.

解释

请求必须包含语法正确的 JSON,然后才能对其进行处理。

操作

请提供有效的 JSON 主体。 可以使用联机工具来验证 JSON。

CSIAG0501E A tenant with the identifier [id] does not exist.

解释

具有指定标识的租户不存在。

操作

请提供有效的租户标识。

CSIAG0502E Tenant with identifier [id] already exists. Specify a different identifier.

解释

具有指定标识的租户已存在。

操作

请提供不存在的租户标识。

CSIAG0503E The tenant identifier [id] is invalid. Ensure that it is not empty, and contains only characters from the following set [characters].

解释

租户标识必须仅包含允许的字符。

操作

请指定消息中所列字符集内的一个或多个字符。

CSIAG0504E The system cannot load or locate the schema file: [schemaPath]

解释

配置模式是必需的。 模式不存在或未正确指定,或者发生了内部错误。

操作

请验证模式的配置和调用是否正确。

CSIAG0505E The value [value] of the property [key] is too long. The limit is [limit].

解释

所有属性值必须在指定字符长度限制范围内。

操作

请提供长度小于或等于限制的属性值。

CSIAG0506E The mapping of the idsName attribute [idsAttr] to productName attribute [ciAttrId (ciAttr)] is not valid. The valid mapping is the idsTypeName attribute name [correctIdsName] to the productName2 attribute ID [correctCiAttrId (correctCiAttr)].

解释

无法更改预定义的映射。

操作

请针对此身份源类型提供正确的属性映射。

CSIAG0507E The attribute mapping Just In Time Provisioning option value [option] is not valid. Valid values are [validvalues].

解释

必须使用预定义的选项值。

操作

请提供有效 jitp 选项。

CSIAG0508E The productName attribute ID [badId] is not a valid mapping for the idsName1 attribute name [idsName]. The allowed productName2 attribute IDs for this idsName2 attribute name are [id].

解释

必须使用预定义的属性标识。

操作

请提供有效的属性标识。

CSIAG0509E The property [prop] must be a boolean value of either 'true' or 'false'

解释

必须指定布尔值。

操作

请提供布尔值。

CSIAG0510E The attribute combination of productName attribute ID [id] and idsName attribute name [idsAttrName] are not valid.

解释

必须指定有效的属性标识和身份源属性名称。

操作

请提供有效组合。

CSIAG0600E Creation of database connection failed. Check the database configuration and network connectivity to the database server.

解释

无法创建数据库连接。

操作

请确保已正确配置数据库。 还要检查数据库服务器的网络连接是否可用。

CSIAG0601EA database error occurred.

解释

发生了不可恢复的数据库错误。

操作

请执行 AuthBroker 服务的运行状况检查,以确认数据库连接是否正常。 有关错误的更多详细信息可以在日志中找到。

CSIAG0602E The update of the resource [ name ] failed.

解释

在资源更新操作期间发生数据库异常。

操作

请确保数据库正确运行。 有关错误的更多详细信息可以在日志中找到。

CSIAG0603E The delete of the resource failed.

解释

在资源删除操作期间发生数据库异常。

操作

请确保数据库正确运行。 有关错误的更多详细信息可以在日志中找到。

CSIAG0604E The delete failed because the resource cannot be found.

解释

在删除操作期间,找不到指定的资源。

操作

请验证该资源是否存在。

CSIAG0605E The retrieval failed because the resource cannot be found.

解释

在获取操作期间,找不到指定的资源。

操作

请验证该资源是否存在。 有关错误的更多详细信息可以在日志中找到。

CSIAG0606E The retrieval of the [ resourceType ] resources failed.

解释

在检索操作期间,找不到指定的资源类型。

操作

请验证查询的资源类型是否正确。 有关错误的更多详细信息可以在日志中找到。

CSIAG0607E The creation of the [ resourceType ] resources failed.

解释

在创建操作期间,发生了键违例或内部服务器错误。

操作

就数据库异常联系系统管理员。 有关错误的更多详细信息可以在日志中找到。

CSIAG0608E The generation of an ID from the KEYS table for resource type [ resourceType ] failed.

解释

在资源标识创建期间,发生内部服务器错误。

操作

有关错误的更多详细信息可以在日志中找到。

CSIAG0609E The value [ constraintValue ] for [ constraintName ] already exists.

解释

由于资源的唯一性约束,创建或更新资源失败。 请求中必须唯一的值已存在。

操作

为资源约束指定其他值。

CSIAG0610E The database connection failed.

解释

无法建立与数据库的连接。 可能有数据源配置问题。

操作

请验证数据库配置是否正确。 还应检查数据源配置以及数据库的帮助信息。

CSIAG0611E The value [ value ] for [ propertyName ] is not valid. Valid values are: validValues

解释

指定的值无效。

操作

请提供有效属性值。 确保对此属性使用允许值。

CSIAG0612E The action: action failed because the resource [ resource ] was not found.

解释

无法对指定资源完成请求的操作,因为找不到该资源。

操作

请确保资源和请求的操作有效。

CSIAG0613W The update failed because the resource was not found.

解释

无法对指定资源完成请求的操作,因为找不到该资源。

操作

请确保资源和请求的操作有效。

CSIAG0614W You already have a configured identity source type. Only one configured instance is allowed per identity source type except for a SAML Enterprise identity source type, which can have multiple instances.

解释

无法对指定资源完成请求的操作,因为指定的身份源类型已配置。 每种标识源类型只允许有一个配置的实例,但 SAML 企业身份源类型除外。

操作

请确保资源和请求的操作有效。

CSIAG0615W The system can't process the request because instance name [] is already used by another identity source.

解释

不允许 IBM Cloud Identity 中的身份源存在重复的实例名称。

操作

请为身份源选择一个不同的名称并重新提交请求。

CSIAG0616E The file import failed.

解释

文件导入失败。 如果文件不存在,源或目标设置了访问许可权,或者发生了 I/O 错误,都可能发生此情况。

操作

确保文件存在,访问许可权设置正确,而且有足够空间用于导入文件。 有关错误的更多详细信息可以在日志中找到。

CSIAG0617E The filter string was empty.

解释

过滤器查询参数有空值。

操作

请向过滤器字段值提供有效内容。

CSIAG0618E The filter format was invalid. Filters should be in the format of supportedValues .

解释

使用了无效的过滤器语法。

操作

请使用支持的过滤格式。

CSIAG0619E No matching field name for [ jsonFieldName ] was found.

解释

使用了无效的过滤器语法。

操作

请使用支持的过滤格式。

CSIAG0620E The filter function: function was not valid. Supported functions are: supportedFunctions .

解释

使用了无效的过滤器类型。

操作

请使用支持的过滤格式。

CSIAG0623E The value [ uri ] was not a valid URI.

解释

请求的值不是有效的 URI。

操作

请提供有效的 URI。

CSIAG0624E The value [ value ] was not valid.

解释

指定的值无效。

操作

请提供有效值。

CSIAG0625E The value [ value ] for [ propertyName ] is not valid.

解释

指定的值无效。

操作

请提供有效值。

CSIAG0626E The value for [propertyName] is missing.

解释

缺少必需的属性值。

操作

请提供必需的属性值。

CSIAG0627E The value [value] for [propertyName] is too long. The name must not exceed [maxLength] characters.

解释

属性的字符串长度过长。

操作

请指定长度更短的字符串。

CSIAG0628E The value entered for the pagination query parameter [start] was either non-numeric or less than 0. The query parameter sent in the request for 'start' was [start].

解释

请求中传入的查询参数值无效。

操作

确保值是有效的整数。

CSIAG0629E The value entered for the pagination query parameter [count] was either non-numeric or less than 0. The query parameter sent in the request for 'count' was [count].

解释

请求中传入的查询参数值无效。

操作

请提供有效整数值。

CSIAG0630E No matching field name for [jsonFieldName] was found. Valid filter field values for this resource are [validFields].

解释

使用了无效的过滤器语法。

操作

请使用支持的过滤格式,并指定有效的过滤器字段。

CSIAG0631E The action: Import Metadata failed because the metadata file or federation role was invalid.

解释

元数据文件导入失败。 如果文件不是有效的导入文件或联合角色无效,那么会发生此错误。

操作

请提供有效的元数据文件。 确保元数据 XML 为 UTF-8 编码。 有关错误的更多详细信息可以在日志中找到。

CSIAG0636E Failed to import metadata. The metadata input has a syntax error.

解释

元数据中语法错误或缺少必需的标记可能导致此故障。

操作

请执行以下操作:提供有效的元数据文件。 确保元数据 XML 为 UTF-8 编码。 查看日志以获取更多信息。

CSIAG0637E The action: Import Metadata failed because IDPSSODescriptor is not found in the metadata file.

解释

元数据文件导入失败。 如果元数据文件中没有 IDPSSODescriptor,可能会发生此错误。

操作

请提供有效的元数据文件。 确保元数据 XML 为 UTF-8 编码,并且包含必需的 IDPSSODescriptor 标记。

CSIAG0638E The action: Import Metadata failed because the metadata file either does not have KeyDescriptor of type signing or signing key value was empty.

解释

元数据文件导入失败。 如果元数据文件中没有类型为签名的 IDPSSO-KeyDescriptor,可能会发生此错误。

操作

请提供有效的元数据文件。 确保元数据 XML 包含必需的签名 KeyDescriptor。

CSIAG0640E The identity source with ID id was not updated.

解释

更新身份源时发生错误。

操作

请针对相应身份源规范检查 REST API。

CSIAG0641E [ value ] is not a valid [ property ].

解释

对于此属性传入了无效的值。

操作

请重新发送包含有效属性值的 JSON 有效内容。

CSIAG0642E An internal server error occurred.

解释

出现意外情况时,会发生此错误。

操作

有关错误的更多详细信息可以在日志中找到。

CSIAG0643E The property [ property ] has a syntax error in the regular expression pattern.

解释

输入的正则表达式模式无效。

操作

请更正正则表达式或使用有效的正则表达式模式。

CSIAG0645E The delete identity source operation failed because the SAML partner could not be deleted.

解释

删除 SAML 身份提供者合作伙伴时发生错误。

操作

请检查 SAML 服务是否在运行并可访问。 请稍后重试该操作。 有关错误的更多详细信息可以在日志中找到。

CSIAG0650E A realm value is required. It cannot be empty and the value must be unique.

解释

需要域,因为它用于区分具有相同用户名的来自多个身份源的用户。

操作

请为 SAML 身份源提供唯一的域值。

CSIAG0651E The realm value contains invalid characters. Use only alphanumeric and any of these special characters (separated by space): validValues

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAG0652E The realm value is already used by [ validValues ]. Provide a different value. It must be unique across all configured identity sources under your subscription.

解释

域值在预订内配置的身份源中必须是唯一的,因为其目的是区分具有相同用户名的来自多个身份源的用户。

操作

请提供尚未分配给任何已配置身份源的其他域值。

CSIAG0653E Unable to establish a trusted communication between Cloud Identity and the application service provider because the service provider metadata cannot be downloaded. This error might be a temporary problem. Exit the UI, log in, and try the procedure later. If the problem persists, the error has no recovery option that you can take. Contact your Support team for assistance.

解释

身份提供者与服务提供者交换元数据信息时,将在 Cloud Identity 与应用程序服务提供者之间建立信任。 元数据内容包含用于联合中所涉及两个参与方之间的 SSL 通信的证书。 有多种可能的原因会导致下载服务提供者元数据失败。 这些原因包括:• 网络问题 • DB2 / Zookeeper 问题 • SAML 已完全加载 • SAML 无法访问 • SAML 因 DB2 / Zookeeper 连接问题等而无法正常运行。

操作

此错误可能是暂时性问题。 请退出 UI,登录,稍后再尝试该过程。 如果问题仍然存在,该错误没有可执行的恢复选项。 请联系支持团队以获取帮助。 请确保 SAML 服务已启动并正在运行。 请对 SAML 服务执行运行状况检查。

CSIAG0654E Unable to connect and fetch a response data from the SAML REST API because of a connection timeout. This error might be a temporary problem. If the problem persists, the error has no recovery option that you can take. Contact your Support team for assistance.

解释

SAML 服务可能遇到大量网络流量,因此无法执行更多调用。 SAML 服务内存占用量可能也有所增加。

操作

此错误可能是暂时性问题。 如果问题仍然存在,该错误没有可执行的恢复选项。 请联系支持团队以获取帮助。

CSIAG0655E The specified realm value is reserved. It has been used with wrong identity source type. validValues is reserved for Cloud Directory. validValues is reserved for IBMid. Specify a different realm value.

解释

域值可以是分配给身份源的任何唯一名称。 某些身份源类型具有固定域值,无法在其他类型的身份源中使用。

操作

请为此身份源指定其他域值。

CSIAG0656E One or more configuration value in the payload is invalid.

解释

为有效内容中的更新提供的配置无效。

操作

请在有效内容中发送正确的配置。

CSIAG0657E Unable to retrieve configuration or determine default values for configuration.

解释

无法从 Zookeeper 中检索到配置,或无法从数据库中检索到缺省值。

操作

请确保已连接 Zookeeper 和数据库。

CSIAG0658E The value [ value ] for [ propertyName ] is not valid. Use only alphanumeric characters and any of these special characters: validValues. The value must also start with an alphabet character.

解释

指定的值不符合准则。

操作

提供新值时,请遵循准则。

CSIAG0659E The system cannot delete id because it is used as the IBM MaaS360 default identity source. Change the assigned identity source for IBM MaaS360 and try again.

解释

系统无法删除该身份源,因为它用作 IBM MaaS360 缺省身份源。

操作

请先更改缺省身份源,然后再删除此身份源。

CSIAG0660E The system cannot disable id because it is used as the IBM MaaS360 default identity source. Change the assigned identity source for IBM MaaS360 and try again.

解释

系统无法禁用该身份源,因为它用作 IBM MaaS360 缺省身份源。

操作

请更改 IBM MaaS360 的已分配身份源,然后重试。

CSIAG0661E The system cannot disable [id] because it is the only identity source that is enabled for the admin user login. There must be at least one enabled identity source for the admin to sign in. Configure and enable another identity source for the admin before you disable [id].

解释

如果仅启用了一个身份源,那么它将成为用户的缺省登录选项。 必须启用至少一个身份源以供管理员登录。

操作

请先为管理员配置并启用另一个身份源,然后再禁用此身份源。

CSIAG0662E The system cannot delete [id] because it is the only identity source that is enabled for the admin user login. There must be at least one enabled identity source for the admin to sign in. Configure and enable another identity source for the admin before you delete [id].

解释

如果仅启用了一个身份源,那么它将成为用户的缺省登录选项。 必须启用至少一个身份源以供管理员登录。

操作

请先为管理员配置并启用另一个身份源,然后再删除此身份源。

CSIAG0663E Use the reserved realm value for this identity source type. validValue1 is reserved for Cloud Directory. validValue2 is reserved for IBMid.

解释

为云目录和 IBM 标识身份源分配了保留的域值,您必须正确使用。

操作

请为此身份源类型使用保留的域值。

CSIAG0664E Cloud Directory cannot be deleted because it is a reserved identity source that can be deleted only when the tenant is deleted. You can choose to delete some other identity source instead.

解释

Cloud Directory 是保留的身份源,在创建租户时自动配置。 仅当您删除租户时,才能删除云目录身份源。

操作

请不要尝试删除云目录。 您可以改为选择删除其他某个身份源。

CSIAG0671E Cannot create an identity source instance of type LDAP Pass-Through because tenant do not have subscription to MDM plan.

解释

为了创建 LDAP 传递身份源的实例,租户需要先预订 MDM 套餐。 LDAP 传递类型的身份源仅适用于 MaaS 客户。

操作

请预订 MDM 套餐,然后重试。

CSIAG0673E The system cannot delete id because it is used as a sign-in option for one or more applications. To delete it, the identity source must not be assigned to any application.

解释

如果已将身份源设置为用户用于登录到应用程序的选项,那么无法删除身份源,因为可能导致破坏用户的登录体验。

操作

从受影响的应用程序移除作为登录选项的身份源。

CSIAG0674E The system cannot complete the request because of an internal error. This error might be a temporary problem. Contact your Support team to investigate and fix the error.

解释

请求有效。 浏览器、设备或因特网连接未发生问题。 由于未确定或未确认的原因,服务器无法连接到“应用程序访问权”微服务。 服务器内存可能过低或不足、配置错误或者在其侧遇到数据库或网络问题。 此错误可能是临时问题,或者可能需要进一步的帮助。

操作

请访问 Kibana,并在处理请求时检查 authbrokermgmt_authbroker_mgmt_1 容器中的日志条目。 使用运行状况检查 API 来验证 authbroker_mgmt 和 application_access 服务是否已启动并正在运行。

CSIAG0675E Invalid value [id] for [id]. Valid type values are id.

解释

请求格式不正确。 指定的值不是身份源类型的有效标识。

操作

请从此范围指定有效值。

CSIAG0676E The field [inputFieldName] is not valid for sorting. Valid fields are: validFields.

解释

排序未使用有效的字段。

操作

为字段指定有效值。

CSIAG0677E The value entered for the pagination query parameter [param] was either non-numeric, less than 0, or greater than 1000. The query parameter sent in the request for [param] was [value].

解释

请求中传入的查询参数值无效。

操作

确保值是有效的整数。

CSIAG0678E The value for field [inputFieldName1] cannot be greater than the field [inputFieldName2].

解释

计数值必须在页面限制范围之内。

操作

为字段指定有效值。

CSIAG0679E Unable to retrieve configuration or determine default values for configuration.

解释

无法从数据库检索配置。

操作

确保已连接 DB。

CSIAG0680E The filter property of [prop] cannot use the comparator [comp] because it is of type [recType]. Valid comparators for this property are [supCompar].

解释

由于此属性的数据类型,此属性的比较器无效。

操作

请为此数据类型指定有效的比较器。

CSIAG0681E Unsupported java.sql.Types [type].

解释

传入的数据库数据类型未知。

操作

请指定有效的已知数据库数据类型。

CSIAG0682E Realm [realm] is not allowed for identity linking.

解释

允许使用的租户域是由全局端点定义的。

操作

指定一个 allowedRealms 中的域。

CSIAG0683E Realm [realm] is already present in primaryRealms. Duplicate realm is not allowed.

解释

不允许重复域。

操作

指定唯一的域值。

CSIAG0684E primayRealms cannot be empty.

解释

要配置身份链接,应至少存在一个域。

操作

指定可用域。

CSIAG0685E If [identityLinking] is true then [userPrincipalAttr] cannot be empty.

解释

要配置身份链接,需要有 userPrincipleAttr。

操作

使用有效值来设置 identityLinkingPrincipalAttribute。

CSIAG0686E If [identityLinking] is false then [userPrincipalAttr] should be empty and [enableJit] should be false.

解释

要取消配置身份链接,应该重置 userPrincipleAttr 的值,并且 JIT 应为 false。

操作

将 identityLinkingPrincipalAttribute 设为空字符串,将 identityLinkingJitEnabled 设为 false。

CSIAG0687E The system cannot delete id because it is used for the identity linking. Remove the identity source from identity link configuration and try again.

解释

系统无法删除该身份源,因为它被用作身份链接缺省值。

操作

请先更改身份链接配置,然后再删除身份源。

CSIAG0688E The identity linking can not be enabled as it is being used as primary identity source for identity linking.

解释

身份链接无法链接到它本身。

操作

请先更改身份链接配置,然后再为身份源启用该链接。

CSIAG0689I The identity source was created successfully.

解释

已成功创建身份源。

操作

CSIAG0690E The identity source was not created successfully.

解释

未成功创建身份源。

操作

CSIAG0691I The identity source was updated successfully.

解释

已成功更新身份源。

操作

CSIAG0692E The identity source was not updated successfully.

解释

未成功更新身份源。

操作

CSIAG0693I The identity source was deleted successfully.

解释

已成功删除身份源。

操作

CSIAG0694E The identity source was not deleted successfully.

解释

未成功删除身份源。

操作

CSIAG0695I The MaaS360 configuration was updated successfully.

解释

已成功更新 MaaS360 配置。

操作

CSIAG0696I The MaaS360 configuration was not updated successfully.

解释

已成功更新 MaaS360 配置。

操作

CSIAG0697I The Identity Linking configuration was updated successfully.

解释

已成功更新身份链接配置。

操作

CSIAG0698I The Identity Linking configuration was not updated successfully.

解释

未成功更新身份链接配置。

操作

CSIAG0699E An invalid Identity Source property value was entered for the property [property]. Valid values for this property are [validValues].

解释

不允许使用“身份源”属性值。

操作

CSIAG0700E The Identity Source Linking certificate label [property] was not found for the tenant [tenant].

解释

找不到此租户的指定“身份源链接”证书。

操作

CSIAG0701E Invalid Identity Source property keys have been entered for the [ids] provider type. Valid property keys for this provider type are [allowed]. The property keys [unknown] are not allowed for this provider type.

解释

“身份源”属性关键字未知。

操作

CSIAG0702E The Identity Source Linking certificate label [property] cannot be empty or null.

解释

“身份源”属性为空或 null,这是不允许的。

操作

CSIAG0703E The Identity Source Linking required property [property] is missing.

解释

此类型需要“身份源链接”属性。

操作

CSIAG0704W You already have a configured identity source type. This identity source type does not support multiple instances.

解释

无法对指定资源完成请求的操作,因为指定的身份源类型已配置且不支持多个实例。

操作

请确保资源和请求的操作有效。

CSIAG0705E The Identity Source required property [property] is missing. The base set of required properties are properties.

解释

此类型所需的身份源属性。

操作

CSIAG0706E The Identity Source required property [enabled] is set to 'true'. When enabled, all of the properties properties are required. The property [property] is missing.

解释

当键值设置为 true 或已启用时,此类型所需的身份源属性。

操作

CSIAG0707E The certificate label [] was not found for the tenant [].

解释

租户上必须存在证书标签。 可能已被删除。

操作

CSIAG0708E The certificate label [] does not match existing label []. You may only add a new certificate, you may not change an existing certificate label on this Identity Source.

解释

如果未提供新证书,那么证书标签必须匹配 UPDATE 上先前设置的证书标签。

操作

CSIAG0709E The identity source configuration payload contained properties with duplicate key values productName.

解释

不允许重复的属性关键字值。

操作

请提供有效组合。

CSIAG0710E The auth-broker management service was unable to retrieve existing configuration or determine default values for configuration for this IBM Maas360 instance.

解释

无法从数据库检索配置。

操作

确保已连接 DB。

CSIAG0711E The identity source property [enabled] is set to 'true'. When enabled, the property properties is required, and must be set to 'true'.

解释

身份源属性 identityLinkingJitEnabled 的值必须设置为 true。

操作

使用有效值设置身份源属性 identityLinkingJitPwdEnabled 和 identityLinkingJitEnabled。

CSIAG0712E The password policy with the ID [pwdPolicyId] does not exist.

解释

passwordPolicy 的值必须存在。

操作

将身份源属性 passwordPolicy 设置为现有密码策略标识的值。

CSIAG0713E The system cannot create an identity source instance of type MaaS360 Cloud Extender because tenant does not have a subscription to an MDM plan.

解释

要创建 MaaS360 Cloud Extender 身份源实例,租户首先必须预订 MDM 套餐。

操作

请预订 MDM 套餐,然后重试。

CSIAG0714E The property [inputProperty] is not a valid search option. Valid search properties are [allowedProperties].

解释

指定的搜索属性不受支持。

操作

将搜索属性设置为受支持的值。

CSIAG0715I No identity sources were found with the property name [name] and value [value].

解释

无。

操作

无。

CSIAG0716E The "scopes" property is missing the "openid" value. This value is required for an OIDC flow.

解释

“openid”值必须存在于身份源属性中。

操作

将“openid”添加到“scopes”身份源属性。

CSIAG0717E The format of the identity source property [property] is invalid. The correct format is: validFormat

解释

所提供的身份源属性的值必须使用有效格式。

操作

请修正身份源属性的格式。

CSIAG0718E The identity source property [scopes] is missing one or more required values. The minimum set of required values are [].

解释

作用域的字符串列表必须满足登录功能的最低需求。

操作

向 [scopes] 属性添加更多作用域以满足最低需求。

CSIAG0719E The friendly name value [ validValues ] is already in use. Provide a different value. It must be unique across all configured identity sources under your tenant.

解释

友好名称值在租户内配置的身份源中必须是唯一的,因为其用途是用于可以完成具有特定配置的登录的 URL。

操作

请提供尚未分配给任何已配置身份源的其他友好名称值。

CSIAG0720E The privacy profile [] does not exist.

解释

DPCM 中不存在指定的隐私概要文件。

操作

请使用有效的隐私概要文件标识。

CSIAG0721E An error occurred while importing the metadata for tenant [tenantId] with identity source name [idsName] and identity source id of [idsId].

解释

解析元数据时,发生错误。

操作

检查错误以解析故障。

CSIAG0722E While validating the SAML metadata an error message was returned from the SAML service with no message identifier. The error is "error".

解释

验证元数据时发生具有消息描述但无标识的错误。

CSIAG0723E While validating the SAML metadata an unexpected response was returned from the SAML service.

解释

验证 SAML 元数据时,从 SAML 服务返回了意外错误消息格式。

CSIAG0724I The session exchange configuration was updated successfully.

解释

已成功更新会话交换配置。

操作

CSIAG0725I The session exchange configuration was not updated successfully.

解释

未成功更新会话交换配置。

操作