嗨,我正在尝试使用以下帖子 URL 获取访问令牌,https://accounts.adp.com/auth/oauth/v2/token?grant_type=client_credentials&scope=api
并且我正在标头中设置基本授权。请求时出现 401 错误。
{
"error": "invalid_request",
"error_description": "proper client ssl certificate was not presented"
}
嗨,我正在尝试使用以下帖子 URL 获取访问令牌,https://accounts.adp.com/auth/oauth/v2/token?grant_type=client_credentials&scope=api
并且我正在标头中设置基本授权。请求时出现 401 错误。
{
"error": "invalid_request",
"error_description": "proper client ssl certificate was not presented"
}
看来您需要先解决 ADP 颁发的客户端证书的问题。https://developers.adp.com/articles/general/introduction-mutual-ssl(来自 ADP 开发站点的相互 TLS/SSL 帮助)。如果 ADP 支持团队尚未向您颁发客户端 API (SSL) 证书,您需要联系他们。