-
Notifications
You must be signed in to change notification settings - Fork 219
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
Add support for environment variables for configuration #2480
Comments
Thanks @markjritchie |
Happy to, but thought I should check that I wasn't missing something |
Is there a guide on setting up the necessary PAT to push to a branch and create the PR? I get authentication failed when I try to push the branch |
No. there is no PAT. You would have to fork the repo. |
1 task
jmprieur
added a commit
that referenced
this issue
Sep 30, 2023
jmprieur
added a commit
that referenced
this issue
Sep 30, 2023
* Fix build on .NET FW after #2480 * Fix the "The referenced project is targeted to a different framework family" warnings by changing the order of the frameworks (older to newer) as advised in https://www.primordialcode.com/blog/post/referenced-project-targeted-different-framework-family
jmprieur
added a commit
that referenced
this issue
Oct 1, 2023
* Fix build on .NET FW after #2480 * Fix the "The referenced project is targeted to a different framework family" warnings by changing the order of the frameworks (older to newer) as advised in https://www.primordialcode.com/blog/post/referenced-project-targeted-different-framework-family * Fixes #2456 * Addressing comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I can see there is no way to use environment variables to override the appsettings.json for the downstream API.
The file src/Microsoft.Identity.Web.TokenAcquisition/TokenAcquirerFactory.cs has the following method:
Changing it to:
would provide better flexibility.
Alternatively a way to pass in the configuration to be used would also work.
The text was updated successfully, but these errors were encountered: