You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ServerError: AADSTS500011: The resource principal named https://***/sites/Test was not found in the tenant named ***. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.
If i add the permission :
{
"resource": "Windows Azure Active Directory",
"scope": "User.Read"
},
The WebPart work!!! but only in SharePoint, on Teams tab, I have always AADSTS500011 error.
Another problems, the documentation explains that i can use *.read permissions, but that doesn't work. I thought it could work without the upload functionality, but not. it's a problem, the write permissions is to large (ex : AllSites.Write), lot of client do not accept this permissions for security purpose.
I have already posted issue in File Pivker Repos without response : OneDrive/samples#63
The text was updated successfully, but these errors were encountered:
What type of issue is this?
Question
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
Not applicable
Issue description
Hi,
I try to use File picker V8 with SPFX, it's working but permissions as strange behavior.
I have created a sample : https://github.com/rgcircum/spfx-sp-filepicker-sample
I have based the SPFx sample with the sample by @patrick-rodgers (thanks)
The idea is to be able to use the filePicker without declaring an AAD application
i'm get Token by AadTokenProviderFactory
If i'm use the permissions :
This not work, i have this error :
If i add the permission :
The WebPart work!!! but only in SharePoint, on Teams tab, I have always AADSTS500011 error.
For Teams tab, i have tested this permissions :
But, i have the same error.
Another problems, the documentation explains that i can use *.read permissions, but that doesn't work. I thought it could work without the upload functionality, but not. it's a problem, the write permissions is to large (ex : AllSites.Write), lot of client do not accept this permissions for security purpose.
I have already posted issue in File Pivker Repos without response :
OneDrive/samples#63
The text was updated successfully, but these errors were encountered: