auth = sharepy.connect(base_path, username=username, password=password)
Requesting security token...
Authentication Failure: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance
Trying to connect to sharepoint but unable to. Does anyone having this issue or is it related to any update?
auth = sharepy.connect(base_path, username=username, password=password)Requesting security token...
Authentication Failure: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance
Trying to connect to sharepoint but unable to. Does anyone having this issue or is it related to any update?