You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does appear that the access token issued by the STS for personal accounts is not a JWT and does not comply with https://tools.ietf.org/html/rfc7519, hence the error.
Describe the bug
Authenticating with a personal account throws an
Invalid JWT access token
error.To Reproduce
Connect-MgGraph -Scopes "User.Read" -TenantId consumers
Expected behavior
Authentication succeeds.
Debug Output
Module Version
Environment Data
The text was updated successfully, but these errors were encountered: