Questions tagged [authorization]
The function of specifying access rights to resources, which is related to information security and computer security in general and to access control in particular.
81 questions
0
votes
0
answers
31
views
"For a selected file" flow fails because the user is missing "prvReadOrganization" privilege
In a SharePoint library, I've implemented a button which should trigger a flow, for reference: https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/formatting-advanced?source=...
0
votes
1
answer
36
views
Is that possible in SharePoint?
I'm wondering in SharePoint online, is it possible for any list (mosaic, regular list, etc.) that have some elements, to display them only to user that are in specific security groups Microsoft 365. ...
0
votes
1
answer
774
views
How can i see all the permissions from users into a especific sharepoint website
I am new to SharePoint. How can I see all the permissions for users of a specific SharePoint site?, some users are seeing more than they are supposed to see.
Is there an interface where I can list ...
0
votes
1
answer
381
views
Unable to read Sharepoint List
I setup new Sharepoint list, customized the form using Power App and able to view it and add new data. Now trying to setup a connection to this list to extract items that were added and unable to see ...
3
votes
3
answers
4k
views
Is Sites.Selected working with SharePoint REST API (and client secret)?
I've went through the following steps:
Created an Azure AD application + client secret
Granted SharePoint Sites.Selected permissions at Appplication level
Given admin consent
Granted FullControl to ...
0
votes
0
answers
227
views
How to authentication sharepoint onpremise by Azure AD using CSOM
I am using CSOM to connect to SharePoint on-premises site. I want to authenticate SharePoint site by using Azure AD, but it returns 401 error.
Please help me. Thanks.
1
vote
1
answer
637
views
Authenticate external user on SPO site to access REST API
I'm currently developing a new product for the company I work for and so far I'm using an App Registration with application permissions with SharePoint REST API access, and this works great but ...
0
votes
1
answer
64
views
Resetting the specific authorizations of one folder and it's childs on SharePoint online
My SharePoint O365 site authorizations are a bit messed-up.
Files have been moved across the site. And while being moved, they have kept their previous authorizations. And this lead those files to ...
0
votes
0
answers
215
views
How do I access SharePoint 2019 on-premises list data to Native React mobile app(Not SPFX WebPart)?
I want to access SharePoint 2019 on premises list data and do CRUD operation on it into react native mobile app. How do I do this using REST API(Without sending user name and password - Single sign on ...
1
vote
1
answer
430
views
What permissions are required to invoke a custom WCF web service deployed to the ISAPI folder (exposed through /_vti_bin/)?
Related / follow up to this question.
Because a site's email settings (SMTP server, "from" address, etc.) are not available through any client-side APIs, I created a mini WCF web service ...
0
votes
0
answers
492
views
Making OAuth-authenticated cross-domain REST API calls to 2016 on-prem
My question is exactly this question, but specifically this part:
how to use OAuth in SP 2016 on-prem from JavaScript? Which authentification endpoint must be used? Which flows are supported? We are ...
1
vote
1
answer
9k
views
How to authenticate a Java Job at Sharepoint Online
I want to manupulate (read, write, delete) files in a document library of my sharepoint (hosted at Sharepoint Online). Ultimately this will be Part of a Java Webapplication where a backend job runs ...
1
vote
1
answer
3k
views
Upload File to Sharepoint without storing Username/Password
We want to upload files to SharePoint as part of CI/CD in Github (Actions).
I've found how to do this using REST api, but that requires username/password. Also bearer tokens work, but we need a ...
0
votes
1
answer
12k
views
Authentication methods for SharePoint REST API
Let's say I work in company AAA and want to automatically upload documents to BBB's company SharePoint Online application https://BBB.sharepoint.com using REST API.
My email [email protected] is ...
0
votes
2
answers
178
views
user can't log in SharePoint however he has an authorization
I'm a admin for a site in sharepoint online 365, I give an authorisation total control for user, however he can't access to site.but he can access in other sites.
he receives a error message:
Access ...