SharePoint And Retool
Introduction
May useful for other Azure questions but mostly to ensure I don't forget
Retool
This is a point and click App which you can create web front-end apps. It provides
- authentication
- connectors to other resources S3, Sharepoint etc
- controls which can be used
Here is the connector in Retool
- Base URL - https://graph.microsoft.com/v1.0/sites/<site id> /drives/<drive id>/
- Authorization URL - https://login.microsoftonline.com/<tenant id>/oauth2/v2.0/authorize
- Access Token URL - https://login.microsoftonline.com/<tenant id>/oauth2/v2.0/token
- Client Id - This is the Application (client) ID for the Azure App Registration
- Client Secret - On of the Client Secrets for the Azure App Registration