rajmetti
rajmetti
okay ill try and report back
@JonathanHolvey i tried like you mentioned and it is giving the error like "AADSTS50126: Error validating credentials due to invalid username or password"
i've tried with incorrect credentials and here is the error "AADSTS50034: The user account {EmailHidden} does not exist in the hp.com directory. To sign into this application, the account must...
when i tried with my friends credentials the error is "AADSTS90023: Invalid STS request"
@JonathanHolvey Yes, my sharepoint site url is like "https://company_name.sharepoint.com"
@JonathanHolvey sorry for the late report , ive been on holidays. the above is the xml ive got and removed some sensitive info
``` > > 3 > 2 > [email protected] > Federated > company.com > -1 > > https://login.external.company.com/idp/prp.wsf?username=user.name%40company.com&wa=wsignin1.0&wtrealm=urn%3afederation%3aMicrosoftOnline&wctx= > > true > https://login.external.hp.com/idp/sts.wst > 0 > HP Inc. > false >...
okay let me try and ill post the result .
i tried this code ``` import sharepy auth = sharepy.auth.SharePointOnline(username="[email protected]") auth.login_url = "https://login.microsoftonline.de/extSES.srf" s = sharepy.connect("example.sharepoint.com", auth) ``` the output is : Traceback (most recent call last): ``` File "c:/Users/temp/OneDrive...
okay @JonathanHolvey ill try this one and let you know the output