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

Move authority out from Constants.ts to the .env (env.example) #635

Merged
merged 4 commits into from Apr 25, 2023

Conversation

craigomatic
Copy link
Contributor

Motivation and Context

Small PR to shift the AAD authority out of the Constants.ts file to the .env alongside the AAD client id. Developers may wish to change the authority from /common to the MSA endpoint /9188040d-6c67-4c5b-b112-36a304b66dad if their AAD app is for consumer MSA logins or to their own tenant for other reasons.

Description

Change only the location of the default authority to the env.example file. The expectation is that the developer will rename the env.example file to .env

Contribution Checklist

@craigomatic craigomatic added PR: ready for review All feedback addressed, ready for reviews samples labels Apr 25, 2023
@adrianwyatt adrianwyatt self-assigned this Apr 25, 2023
@adrianwyatt adrianwyatt added PR: feedback to address Waiting for PR owner to address comments/questions and removed PR: ready for review All feedback addressed, ready for reviews labels Apr 25, 2023
@adrianwyatt adrianwyatt enabled auto-merge (squash) April 25, 2023 19:03
@adrianwyatt adrianwyatt added PR: ready to merge PR has been approved by all reviewers, and is ready to merge. and removed PR: feedback to address Waiting for PR owner to address comments/questions labels Apr 25, 2023
@adrianwyatt adrianwyatt merged commit fec44ee into microsoft:main Apr 25, 2023
11 checks passed
dluc pushed a commit that referenced this pull request Apr 29, 2023
### Motivation and Context
Small PR to shift the AAD authority out of the Constants.ts file to the
.env alongside the AAD client id. Developers may wish to change the
authority from /common to the MSA endpoint
/9188040d-6c67-4c5b-b112-36a304b66dad if their AAD app is for consumer
MSA logins or to their own tenant for other reasons.

### Description
Change only the location of the default authority to the env.example
file. The expectation is that the developer will rename the env.example
file to .env
@craigomatic craigomatic deleted the move-aad-authority-to-env branch May 18, 2023 20:05
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
…soft#635)

### Motivation and Context
Small PR to shift the AAD authority out of the Constants.ts file to the
.env alongside the AAD client id. Developers may wish to change the
authority from /common to the MSA endpoint
/9188040d-6c67-4c5b-b112-36a304b66dad if their AAD app is for consumer
MSA logins or to their own tenant for other reasons.

### Description
Change only the location of the default authority to the env.example
file. The expectation is that the developer will rename the env.example
file to .env
golden-aries pushed a commit to golden-aries/semantic-kernel that referenced this pull request Oct 10, 2023
…soft#635)

### Motivation and Context
Small PR to shift the AAD authority out of the Constants.ts file to the
.env alongside the AAD client id. Developers may wish to change the
authority from /common to the MSA endpoint
/9188040d-6c67-4c5b-b112-36a304b66dad if their AAD app is for consumer
MSA logins or to their own tenant for other reasons.

### Description
Change only the location of the default authority to the env.example
file. The expectation is that the developer will rename the env.example
file to .env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready to merge PR has been approved by all reviewers, and is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants