我已经使用Active Directory作为用户存储在pingfederate 7.2.0中配置了SCIM入站供应。但是,当我点击ping提供的URL来搜索用户时,浏览器上出现了以下错误:
{ "totalResults":0,"itemsPerPage":0,"startIndex":0,
"errors":[{"description":"User and/or certificate not found","code":"401"}]
}在日志里写着
11:34:29,251 DEBUG [Authenticator] AuthnInfo: ID='null' cert:false
basic:false from CERT:'null' BASIC:'null' 11:34:29,251 ERROR [UsersIdResource]
Unable to find a connection associated with the username/password and/or
certificate passed in with the request.
11:34:29,252 DEBUG [TrackingIdSupport] [cross-reference-message]
entityid:null subject:ranajoy有没有人能帮我一下?
发布于 2017-04-21 23:12:17
我也遇到了同样的问题。我正确地设置了我的配置连接,它在其他环境中工作正常,一切看起来都很好。但后来我得到了这个错误。如果我将基本身份验证更改为错误的密码,错误消息至少会更改为"Bad Password for <user>"。
我又看了一眼我的连接,意识到我实际上从未激活过连接:

https://stackoverflow.com/questions/26772768
复制相似问题