dsh8009271 2017-03-09 18:05
浏览 82

服务到REST服务REST调用从Wordpress到使用Azure AD保护的.NET Web API

I am currently creating a .NET Core WebAPI secured with Azure AD. (Which is also giving me challenges see here

I want to call this API from a Wordpress website but need to do a headless service-to-service call. So I need to get an access_token from azure ad (using my active directory app) and send this as the Bearer token.

I've had a look around for PHP samples but nothing concrete has come up so far, so would be great to get some pointers or samples on this.

  • 写回答

1条回答 默认 最新

报告相同问题?