How can we use this library for sharepoint <NameSpaceType>Managed</NameSpaceType>
Hi All, I am trying to integrate this library to my laravel 6.x code.
I have Microsoft SharePoint credentials for user who have access to a "specific site" within and whose role is "admin".
Error :-
Symfony\Component\Debug\Exception\FatalThrowableError Call to a member function getContent() on null
Because it cannot find "//STSAuthURL" through $xpath->query("//STSAuthURL")
As I went through the code the Auth seems to be based on "Federated"
For more info, when I run the following URL manually, it showed me the following information https://login.microsoftonline.com/[email protected]&xml=1
Output
<RealmInfo Success="true"> <State>4</State> <UserState>1</UserState> <Login>[email protected]</Login> <NameSpaceType>Managed</NameSpaceType> <DomainName>XXXX.co.uk</DomainName> <IsFederatedNS>false</IsFederatedNS> <FederationBrandName>ABCD Group Ltd</FederationBrandName> <CloudInstanceName>microsoftonline.com</CloudInstanceName> <CloudInstanceIssuerUri>urn:federation:MicrosoftOnline</CloudInstanceIssuerUri> </RealmInfo>
My objective to access a folder and download files which I can send to users as an attachment.
Thanks
@harneetevontech ~~ Did you find solution?