pdakwal

Results 1 issues of pdakwal

Hi, I am trying to access sharepoint sites using msal. ``` site_url = "https://organization.sharepoint.com/sites/mysite" tenant_id = "xxxx-xxxx-xxxx" client_id = "xxxx-xxxx-xxxx" client_secret = "xxxx-xxxx-xxxx" authority_url = f"https://login.microsoftonline.com/{tenant_id}" app = msal.ConfidentialClientApplication( client_id,...

question