Forum Discussion
Eric_Logsdon
May 21, 2025Copper Contributor
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...
- May 22, 2025
Please check on below:
- Verify AP permissions especially Mail.Send and User.Read
- Managed Identity configuration to see whether appropriate role assigned
- Token Retrieval Method, verify by using manually retrieving an access token az account get-access-token or a direct Graph API request
Kidd_Ip
May 22, 2025MVP
Please check on below:
- Verify AP permissions especially Mail.Send and User.Read
- Managed Identity configuration to see whether appropriate role assigned
- Token Retrieval Method, verify by using manually retrieving an access token az account get-access-token or a direct Graph API request
- Eric_LogsdonMay 28, 2025Copper Contributor
I'm getting what appears to be a permissions error on sending the e-mail through Exchange Online. I need to double-check the permissions on the function app there.
Thanks for your help.
- Eric_LogsdonMay 23, 2025Copper Contributor
Thanks for the info. I am making progress. I'll post how it turns out.