What is the proper way to use DownstreamApi when client secret is stored in an environment variable? #2897
Unanswered
sbloomfieldtea
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
IT would be AZUREAD__CLIENTSECRET (with 2 __), it should be picked automatically |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I discovered recently that when using the AZURE_CLIENT_SECRET environment variable, EnableTokenAcquisitionToCallDownstreamApi isn't picking up AZURE_CLIENT_ID or any of the other variables. As a workaround I did this, but was wondering if there was a better way:
Beta Was this translation helpful? Give feedback.
All reactions