mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +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
|
|
@ -203,14 +203,10 @@ STT_SERVICE=local/base
|
|||
# AIRTABLE_CLIENT_SECRET=
|
||||
# AIRTABLE_REDIRECT_URI=http://localhost:8000/api/v1/auth/airtable/connector/callback
|
||||
|
||||
# -- Microsoft Teams --
|
||||
# TEAMS_CLIENT_ID=
|
||||
# TEAMS_CLIENT_SECRET=
|
||||
# -- Microsoft OAuth (shared for Teams and OneDrive) --
|
||||
# MICROSOFT_CLIENT_ID=
|
||||
# MICROSOFT_CLIENT_SECRET=
|
||||
# TEAMS_REDIRECT_URI=http://localhost:8000/api/v1/auth/teams/connector/callback
|
||||
|
||||
# -- Microsoft OneDrive --
|
||||
# ONEDRIVE_CLIENT_ID=
|
||||
# ONEDRIVE_CLIENT_SECRET=
|
||||
# ONEDRIVE_REDIRECT_URI=http://localhost:8000/api/v1/auth/onedrive/connector/callback
|
||||
|
||||
# -- Composio --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue