Hi @Jonathon Love
You need to create a AAD App Registration to authentication file picker. You can see to required setup in the document
Create a new AAD App Registration, note the ID of the application
Under authentication, create a new Single-page application registry
Set the redirect uri to https://localhost (this is for testing the samples)
Ensure both Access tokens and ID tokens are checked
You may optionally configure this application for multitenant but this is outside the scope of this article
Under API permissions
Add Files.Read.All, Sites.Read.All, Leave User.Read for Graph delegated permissions
Add AllSites.Read, MyFiles.Read for SharePoint delegated permissions
For more details, please refer to the document
https://learn.microsoft.com/en-us/onedrive/developer/controls/file-pickers/?view=odsp-graph-online
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.