Forum Discussion

Eric_Logsdon's avatar
Eric_Logsdon
Copper Contributor
May 21, 2025
Solved

Shutdown notification webhook unable to access token

I am trying to implement the AVD-Shutdown notification webhook from fortytwoservices on GitHub (https://github.com/fortytwoservices/AVD-Shutdown). It is getting an error getting the access token. The...
  • Kidd_Ip's avatar
    May 22, 2025

    Please check on below:

     

    1. Verify AP permissions especially Mail.Send and User.Read
    2. Managed Identity configuration to see whether appropriate role assigned
    3. Token Retrieval Method, verify by using manually retrieving an access token az account get-access-token or a direct Graph API request

Resources