curl -X POST -vku user@domain.com:redacted `"https://api.domain.com/api/PWWebService/api/v0/user/{user}/externallyAuthenticate`"
其中{user}是用户名的占位符。
有效负载示例:
ExternallyAuthenticateDTOV0 {" RolesUser":" IX:identifier2:0002290(域)""的ServiceProvider":" IX:名称:SomeThingOver&# 34;,"遇到":" 435457"}
我可以设置POST URL和PayLoad,但不知道在哪里设置VKU用户。