Office 365 Config and app registration from scratch

Hi @RPA_Learner0,

We had done a quite bit of research in our organization on this topic as due to security restrictions, not all the authentication types work for us.

Please refer below thread where I have shared in what scenarios, which with type should be used.

You should be able to use client/app id and secret by registering your SharePoint site on azure and by providing it the application level permissions.

You will need to check internally with O365 admin team to get that done.
They will most likely do it case by case. In our case, we have to get this done for every SharePoint site we want to access via O365 package as getting application level access exposes the resources to a security threat hence, it needs to be restricted.

API permissions we are using - Sites.Selected for the site we request access for.

Regards
Sonali