microsoft / microsoft/azurechat

Adding extensions doesnt work unless additional fields are added to .env

Open
#353 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1.4k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
1

Description

adding extensions gives the following error:

Screenshot 2024-03-18 at 7 35 16 PM

unless you add the following variables to the .env file :

AZURE_CLIENT_ID=
AZURE_CLIENT_SECRET=
AZURE_TENANT_ID=

Note that

AZURE_AD_CLIENT_ID
AZURE_AD_CLIENT_SECRET
AZURE_AD_TENANT_ID

also need to be present. Im using the same values for both set of variables

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names only the .env configuration and the AZURE_CLIENT_* and AZURE_AD_* variables; start by tracing where extension setup reads these values. Reproduce the error with only the documented AZURE_AD_* variables, then confirm extensions work without requiring the duplicate variables.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, typescript
Domain
authentication
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.