下記の XML で WebEx 向けの XML API に対する認証を試みたときに
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<webExID>(withheld)</webExID>
<password>(withheld)</password>
<siteID>(withheld)</siteID>
<partnerID>(withheld)</partnerID>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.AuthenticateUser">
<samlResponse/>
</bodyContent>
</body>
</serv:message>
下記のようなエラーメッセージが返ってきた場合、
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common"
xmlns:use="http://www.webex.com/schemas/2002/06/service/user"><serv:header><serv:response><serv:result>FAILURE</serv:result><serv:reason>Authentication Server can't generate a valid session ticket</serv:reason><serv:gsbStatus>PRIMARY</serv:gsbStatus><serv:exceptionID>030048</serv:exceptionID><serv:subErrors><serv:subError><serv:exceptionID>AS0045</serv:exceptionID><serv:reason>no assertion</serv:reason><serv:value></serv:value></serv:subError></serv:subErrors></serv:response></serv:header><serv:body><serv:bodyContent/></serv:body></serv:message>
こちらを確認してください:https://developer.cisco.com/site/webex-developer/develop-test/url-api/overview/WebexID、パスワード、サイト ID が正しいか確認してください。
コメント
0件のコメント
サインインしてコメントを残してください。