Your tenant administrator has to approve this app in office 365 - Fixed

[Fixed]: Your tenant administrator has to approve this app in office 365

No comments

Loading

Your tenant administrator has to approve this app โ€“ recently I was working with the SharePoint modernization scanner tool, where one of the authentication methods was โ€œAzure ACS App Onlyโ€. I am very hands-on to generate the client id and client secret because previously many times I did that, so with confidence, I started generating the client ID and client secret ID, unfortunately, ended up with the error โ€œYour tenant administrator has to approve this appโ€, so, in this troubleshooting, I will share how to fix this issue.

I went to the โ€œglobalsharepoint2020.sharepoint.com/_layouts/15/appregnew.aspxโ€ page to generate the client ID, and was successfully able to generate the below client id and client secret:

The app identifier has been successfully created.

Client Id:

Sample_Client_ID

Client Secret:

Sample_Client_Secret

Title:

SharePoint Scanner Tool

App Domain:

localhost

Redirect URI:

localhost

Then I went to the โ€œglobalsharepoint2020.sharepoint.com/_layouts/15/appinv.aspxโ€ page to register the app permission XML, there I stuck up, once I entered the below permission XML:

<AppPermissionRequests AllowAppOnlyPolicy="true">
ย  <AppPermissionRequest Scope="sharepoint/content/tenant" Right="FullControl" />
</AppPermissionRequests>

After adding the above app permission XML, click on the โ€œCreateโ€ button.

Permission request XML with tenant scope in SharePoint Online
Permission request XML with tenant scope in SharePoint Online

ย 

We will get the below error message:

Do you trust SharePoint Scanner Tool?

Your tenant administrator has to approve this app.

Let it have full control of all site collections.

Let it share its permissions with other users.

Let it access basic information about the users of this site.

ย 

Check app permissions SharePoint Online, Do you trust SharePoint Scanner Tool - Your tenant administrator has to approve this app
Do you trust SharePoint Scanner Tool โ€“ Your tenant administrator has to approve this app

Note โ€“ here โ€œTrust itโ€ button is disabled.

How to fix this โ€œYour tenant administrator has to approve this appโ€ error?

No worries, you donโ€™t need to go to the tenant administrator to fix this issue, you yourself could fix this. ๐Ÿ™‚

Solution: your tenant administrator has to approve this app

Just we need to change the site URL to the SharePoint admin center URL like below:

โ€œglobalsharepoint2020-admin.sharepoint.com/_layouts/15/appinv.aspxโ€

SharePoint App permission Request XML, Tenant Scope Permission request XML in SharePoint Online (Office 365)
Tenant Scope Permission request XML in SharePoint Online (Office 365)

Now, click on the โ€œCreateโ€ button.

Then, we could see that the โ€œTrust itโ€ button is enabled, and once we click on it, the tenant scope permission request XML will be registered.

your tenant administrator has to approve this app, Trust it button is enabled in tenant scope permission request XML in SharePoint Online
Trust it button is enabled in tenant scope permission request XML in SharePoint Online

Key-takeaway:

In tenant scope permission request XML, we must pass the SharePoint online admin center URL, otherwise we cannot register the tenant scope app permission.

Summary: your tenant administrator has to approve this app

Thus, in this troubleshooting technique, we have learned about how to fix โ€œYour tenant administrator has to approve this appโ€ in the office 365 tenant.

See Also: SharePoint Troubleshooting

You may also like the below SharePoint troubleshooting articles:

ย 

About Post Author


Discover more from Global SharePoint

Subscribe to get the latest posts sent to your email.

Do you have a better solution or question on this topic? Please leave a comment