-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from hajekj/staticman_504a89c0-b159-11eb-a3c3…
…-cd5f0bf55aaf New comment by Jan Hajek
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
_data/comments/microsoft-identity-web-and-azure-functions/comment-1620628272869.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
_id: 504a89c0-b159-11eb-a3c3-cd5f0bf55aaf | ||
message: >- | ||
Great point @saurabh. This is a known issue, partially covered here: | ||
https://github.com/AzureAD/microsoft-identity-web/issues/916. To mitigate this | ||
error on startup, make sure that all your HTTP triggers are set to Anonymous | ||
level. Eventually, you could also try following: | ||
https://hajekj.net/2021/04/22/azure-functions-out-of-process-and-authentication-with-azure-ad/ | ||
to make other authorization types work as well (like the Functions key). You | ||
can use the same code with in-process hosting model as well. | ||
name: Jan Hajek | ||
email: 0bf773a272fb7bd72c40e7f735a4a597 | ||
url: 'https://hajekj.net' | ||
hidden: '' | ||
date: '2021-05-10T06:31:12.821Z' |