Hello Guys, i'm trying to use the connection of the Dynamics 365 Online with the SharePoint Online Rest.
I'm following this reference:
https://gallery.technet.microsoft.com/office/SharePoint-Online-access-d224a674#content
but it is returning this XML:
<S:Envelope xmlns:wsa="www.w3.org/.../addressing" xmlns:wsse="docs.oasis-open.org/.../oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="docs.oasis-open.org/.../oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="schemas.xmlsoap.org/.../policy" xmlns:wst="schemas.xmlsoap.org/.../trust" xmlns:S="www.w3.org/.../soap-envelope">
<S:Header>
<psf:pp xmlns:psf="schemas.microsoft.com/.../SOAPFault">
<psf:serverVersion>1</psf:serverVersion>
<psf:authstate>0x80048800</psf:authstate>
<psf:reqstatus>0x80045c01</psf:reqstatus>
<psf:serverInfo ServerTime="2019-02-01T17:17:18.5867186Z">PROD-SAN-020.ProdSlices rid:ae43b1bb-bc47-42a9-af3e-db2b25a92400</psf:serverInfo>
</psf:pp>
</S:Header>
<S:Body xmlns:S="www.w3.org/.../soap-envelope">
<S:Fault>
<S:Code>
<S:Value>S:Sender</S:Value>
<S:Subcode>
<S:Value>wst:InvalidRequest</S:Value>
</S:Subcode>
</S:Code>
<S:Reason>
<S:Text xml:lang="en-US">Invalid Request</S:Text>
</S:Reason>
<S:Detail>
<psf:error xmlns:psf="schemas.microsoft.com/.../SOAPFault">
<psf:value>0x80045C01</psf:value>
<psf:internalerror>
<psf:code>0x80045C01</psf:code>
<psf:text>AADSTS90023: Invalid STS request.</psf:text>
</psf:internalerror>
</psf:error>
</S:Detail>
</S:Fault>
</S:Body>
</S:Envelope>
Anyone with the same issue?