Retrieve Access Token within a AAD secured Azure Web App

前端 未结 3 475
半阙折子戏
半阙折子戏 2021-01-13 18:45

I have an Angular4 Application hosted in an Azure Web App and a .NET core Web API hosted in an Azure API App.

The API is secured with Azure Active Directory. Curren

3条回答
  •  别那么骄傲
    2021-01-13 19:30

    found this solution:

    just need to add your app url on Authentication / Authorization-> ALLOWED EXTERNAL REDIRECT URLS

    so the webapi will automatically accept those cookies.

    ps: make sure your ajax request is passing those cookies on it.

提交回复
热议问题