0

I am a guest user in a tenant with owner role in one of the subscriptions. There is an Azure AD app that is created and of which I am an owner. I can see it in my - 'Owned Applications', however, when I open the app it says - No Access. Insufficient privileges to complete the operation. Says the same for all the tabs on the left side. How do I resolve it? What other permission do I need? enter image description here

Yash Tamakuwala
  • 1,789
  • 1
  • 24
  • 33

1 Answers1

2

Log in to AzureAD with the account of the global administrator >User settings> Manage external collaboration settings

enter image description here

enter image description here


add:

Another method is to grant guest users the role of application administrator.

Carl Zhao
  • 8,543
  • 2
  • 11
  • 19
  • Hey thanks a lot. I think this will work but I requested for 'Application Administrator' and I can see now. Out of curiosity, I think your option would grant more privilege than 'Application Administrator' role? – Yash Tamakuwala Apr 21 '21 at 06:57
  • @YashTamakuwala There are indeed several ways to do this, such as granting guest users the role of administrator. My answer is just one of them. I will add other solutions to the answer later, and you can accept it as an answer to help members who have similar problems. – Carl Zhao Apr 21 '21 at 07:09
  • 1
    @YashTamakuwala No, I think it's the opposite. I think that granting the guest user the application administrator role privilege is more powerful, because it is equivalent to granting the guest user the administrator role at the tenant level, this privilege is still quite large. – Carl Zhao Apr 21 '21 at 07:38