-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Labels
Description
Describe the bug
Running from Azure Automation Account Powershell 7.2 using Graph module version
2.26.1.
When connecting to graph using a system managed identity of the automation account, it throws an error stating invalid JWT access token
Expected behavior
This worked in previous graph module version, but stopped working since upgrading modules.
Expected behaviour is to connect to graph using system managed identity
How to reproduce
- From Azure Automation using Powershell 7.2 runtime environment
- Run connect-mggraph -identity
- error thrown is invalid jwt
SDK Version
2.26.1.
Latest version known to work for scenario above?
Previous version worked, but i didn't make a note of the version number
Known Workarounds
No response
Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_
jpawlowski