Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve provider docs: OneDrive #5196

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/sources/companion-plugins/onedrive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,15 @@ If you are using Transloadit hosted Companion:
https://api2.transloadit.com/companion/onedrive/redirect
```

Microsoft will give you an OAuth client ID and client secret.
Go to the “Manifest” tab, and find the `"signInAudience"` key.
Change it to `"signInAudience": "AzureADandPersonalMicrosoftAccount"`, and click
“Save”.

Go to the “Overview” tab.
Copy the `Application (client) ID` field - this will be your Oauth client ID.

Go to the “Certificates & secrets” tab, and click “+ New client secret”.
Copy the `Value` field - this will be your OAuth client secret.

Configure the OneDrive key and secret in Companion. With the standalone
Companion server, specify environment variables:
Expand Down
Loading