@robayers I've been messing around with this app for a few days and just got it working after seeing the same errors as you. You'll want to make sure your API permissions are set correctly and admin consent is granted in Azure then double check your configuration and input settings in the app. When adding the account under configuration in the app make sure you're using the Application (Client) ID found in the Overview section in Azure rather than the Client Secrets ID, this ended up being my issue. Also check that your traffic isn't getting blocked somewhere in your network. I found another thread where someone mentioned that was their issue. I can't find it again but they said something about their firewall not liking the endpoint input option set to worldwide and they were able to get it to work by setting that to USGovGCCHigh so that may be worth trying.
... View more