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
Here is what I got, when I ran "az ad signed-in-user show"
AADSTS50005: User tried to log in to a device from a platform (Unknown) that's currently not supported through Conditional Access policy. Supported device platforms are: iOS, Android, Mac, and Windows flavors.
"az ad signed-in-user show -o json" might fail when the environment is GitHub Codespace and the AAD with Conditional Access policy.
Once it happen, it cause w fail to get the current user id and azure deployment will fail at https://github.com/chhtw/reddog-aks/blob/6a5c933f73af1ced29f362a8c1dae4cf1f9e8f7c/deploy/bicep/main.bicep#L31 and
Here is what I got, when I ran "az ad signed-in-user show"
AADSTS50005: User tried to log in to a device from a platform (Unknown) that's currently not supported through Conditional Access policy. Supported device platforms are: iOS, Android, Mac, and Windows flavors.
after hard code the object id it will have another error at https://github.com/chhtw/reddog-aks/blob/6a5c933f73af1ced29f362a8c1dae4cf1f9e8f7c/walk-the-dog.sh#L178 with error "AADSTS50005: User tried to log in to a device from a platform (Unknown) that's currently not supported through Conditional Access policy. Supported device platforms are: iOS, Android, Mac, and Windows flavors." and warning "This command or command group has been migrated to Microsoft Graph API. Please carefully review all breaking changes introduced during this migration: https://docs.microsoft.com/cli/azure/microsoft-graph-migration"
The text was updated successfully, but these errors were encountered: