domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
994 stars 213 forks source link

Cannot login to MS with using UsernamePassword #478

Closed AdrianOsica closed 7 months ago

AdrianOsica commented 7 months ago

parsedmarc.ini

`[general] save_aggregate = True save_forensic = True

[mailbox] watch = True delete = False

[msgraph] user = [email] password = [password] client_id = "[ID]" client_secret = "[SECRET]" allow_unencrypted_storage = True `

Log

failed: AADSTS700016: Application with identifier '"[ID]"' was not found in the directory '[Directory]'. This can happen if the application has not been install>

image