mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +02:00
chore: refactor Microsoft OAuth configuration to unify client ID and secret for Teams and OneDrive in environment files and related code
This commit is contained in:
parent
bb894ee158
commit
7004e764a9
6 changed files with 24 additions and 36 deletions
|
|
@ -95,14 +95,10 @@ SLACK_CLIENT_ID=your_slack_client_id_here
|
|||
SLACK_CLIENT_SECRET=your_slack_client_secret_here
|
||||
SLACK_REDIRECT_URI=http://localhost:8000/api/v1/auth/slack/connector/callback
|
||||
|
||||
# Microsoft Teams OAuth Configuration
|
||||
TEAMS_CLIENT_ID=your_teams_client_id_here
|
||||
TEAMS_CLIENT_SECRET=your_teams_client_secret_here
|
||||
# Microsoft OAuth (shared for Teams and OneDrive)
|
||||
MICROSOFT_CLIENT_ID=your_microsoft_client_id_here
|
||||
MICROSOFT_CLIENT_SECRET=your_microsoft_client_secret_here
|
||||
TEAMS_REDIRECT_URI=http://localhost:8000/api/v1/auth/teams/connector/callback
|
||||
|
||||
# Microsoft OneDrive OAuth
|
||||
ONEDRIVE_CLIENT_ID=your_onedrive_client_id_here
|
||||
ONEDRIVE_CLIENT_SECRET=your_onedrive_client_secret_here
|
||||
ONEDRIVE_REDIRECT_URI=http://localhost:8000/api/v1/auth/onedrive/connector/callback
|
||||
|
||||
# Composio Connector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue