Hello @MF,
I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.
Issue: Microsoft Entra "You can't sign in here with a personal account. Use your work or school account instead."
Solution: Resolved by @MF.
Below are the steps followed by @MF.
https://github.com/Azure/azure-powershell/issues/17090
The property is called
requestedAccessTokenVersion
and is defined here: https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/dev/openApiDocs/v1.0/Applications.yml#L7418 As a sidenote (and to prevent any confusion), in the Graph API, the property is calledrequestedAccessTokenVersion
but in the manifest blade for an app registration (in the Azure Portal), the property is calledaccessTokenAcceptedVersion
If you have any other questions or are still running into more issues, please let me know. Thank you again for your time and patience throughout this issue.
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.
Thanks,
Raja Pothuraju.