Skip to main content

Questions tagged [sharepoint-app-registration]

-1 votes
0 answers
17 views

Multi-Tenant SPFx App Not Visible in Secondary Tenant Sites

We’ve developed a multi-tenant SharePoint Framework (SPFx) app that includes a File Handler component and supports Azure AD Multiple Organizations. The app is successfully visible in My Apps of a ...
Gabbar's user avatar
  • 1
0 votes
0 answers
30 views

Set-SPAppPrincipalPermission fails with "AppPrincipal is null" on one machine but works on others

The Register-SPAppPrincipal command runs without any errors, but on one specific air-gapped SharePoint on-premises setup, the $AppPrincipal variable is returned as $null. Interestingly, the same ...
saransh jain's user avatar
0 votes
0 answers
40 views

Error ensuring domain-wide principals: Entitlement Name too long

I am facing an issue on SharePoint administration page, I cannot access to the list of pending API Access requests because of this error popup: Error ensuring domain-wide principals: Entitlement Name ...
Riccardo B IAI's user avatar
1 vote
1 answer
120 views

Remove "Site.FullControl.All" from my Azure App registration, still allow us to access all sites

I have an Azure App registration, which has 2 permission for SharePoint, as follow:- Sites.Selected Sites.FullControl.All Now I removed the "Sites.FullControl.All" >> but still using ...
microsoftdeveloperdesigner's user avatar
0 votes
2 answers
7k views

How to allow application to have write access to a specific SharePoint folder?

I want to upload a file into a folder in the SharePoint document library using PowerShell. For this, I am using the following link to setup the app: /_layouts/15/AppRegNew.aspx Followed by ...
variable's user avatar
  • 4,440
1 vote
1 answer
1k views

Unable to generate clientId and secret SharePoint using appregnew url

I am trying to generate ClientID and Secret in one of the SharePoint Portal using the _layouts/15/appregnew.aspx url. But all the time while submitting it provides error such as "Something went ...
Kailash Sahoo's user avatar
0 votes
1 answer
672 views

[App registration][MS Graph] : permissions and URIs

I am not familiar at all with the app registration under Azure AD, so this post might be a little erratic, and I am sorry for that. I will try to be as simplest and clearest as possible and ask you ...
Gaelle's user avatar
  • 592
0 votes
1 answer
157 views

How can I remove the blank item in SharePoint Admin API access (webApiPermissionManagement)?

Within the SharePoint admin center for API Access I have an approved request, but its blank (Highlighted line). https://[tenant]-admin.sharepoint.com/_layouts/15/online/AdminHome.aspx#/...
Cann0nF0dder's user avatar
  • 1,803
2 votes
0 answers
682 views

I am no longer able to use OfficeDevPnP.Core.AuthenticationManager OR PnP.Framework.AuthenticationManager().GetACSAppOnlyContext

I usually run those command inside my CSOM code to authenticate to Office 365 using ClientId + ClientSecret:- using (ClientContext context2 = new PnP.Framework.AuthenticationManager()....
John John's user avatar
0 votes
1 answer
612 views

Sharepoint Admin Panel API Access - "Cannot read property 'length' of undefined"

I was curious whether anyone has seen this message before in the screenshot below. I believe the error prevents the granted API permissions showing as these are not visible, although using the below ...
EurocodeHelpers's user avatar
0 votes
1 answer
387 views

validity of auth token in OAuth2 in SharePoint App Registration/ Azure AD app

I have a SharePoint app registered in a site To access the documents, I am getting the Auth Token from the below URL https://accounts.accesscontrol.windows.net/{{realm}}/tokens/OAuth/2 What is the ...
Vignesh Subramanian's user avatar