There's a staff SPA application authenticating to AAD. I created and configured the app registration in the Azure portal, but I'm not an AAD expert - it's really just a dummy app registration for dev/testing. I can authenticate, but I'm the owner of the app registration. Several other staff members in the AD tenant can also authenticate, so it does work. There's one user in particular that can't authenticate for some reason - she's definitely in the AD tenant. She's getting the following prompt:
There are some roles that I've configured in the app registration manifest and role assignments (and she's been assigned), but I don't think this is related - this is more for RBAC and authZ, whereas this seems to be an authentication issue...
What do I need to do to get her past the "need admin approval" screen?
scope
? And is the user aGuest
in your tenant? – Joy Wang-MSFT