Forum Discussion
timowille
9 years agoNew Member
Web Content - Access Method - WWW-Authenticate header doesn't contain a valid authorization URI
Hi, i'm trying to connect to a custom REST service hosted on an azure app service that is configured to authenticate against Azure Active Directory. The authentication is working fine, when i ope...
wolfchan
8 years agoNew Member
Hi,
I had try by return below message, and Power BI do pop up and ask for O365 login, but after success login, when go to connect it still say no permission. Any suggestion?
Thank you very much.
v-qiuyu-msft wrote:Hi timowille,
The workaround provided by the PG is:
To make this work with Power BI, the endpoint needs to return an URL which looks like
WWW-Authenticate: Bearer authorization_uri="https://login.windows.net/a1a2578a-8fd3-4595-bb18-7d17df8944b0/oauth2/authorize"
Where the GUID is the AAD tenant ID. This cannot be done entirely via configuration, it involves writing code on the service side.
Best Regards,
Qiuyun Yu
o365spo
8 years agoAdvocate III
Does this mean there is no way to consume AAD authenticated Azure Functions from Power Bi? REALLY????