Created
August 10, 2020 21:05
-
-
Save codemillmatt/70f4ae8dbd6b9e78c912e9ca7b0ad5d7 to your computer and use it in GitHub Desktop.
Web App startup that calls web api
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
services.AddMicrosoftWebAppAuthentication(Configuration, "AzureAd") | |
.AddMicrosoftWebAppCallsWebApi(Configuration, "AzureAd") | |
.AddInMemoryTokenCaches(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment