YannickRe / ms-graph-proxy-function

Azure Function that acts as a Proxy to the Microsoft Graph, for the purpose of allowing Power BI to connect to the Microsoft Graph
20 stars 9 forks source link

Missing options in Azure Function App #5

Open AndyHillUK opened 2 years ago

AndyHillUK commented 2 years ago

In the install instructions you specify the "Authentication / Authorization" blade in the Function App. I do not see that option at all. The only option I see that is relevant is "Authentication" . Is there a particular method of creating the function app ?

YannickRe commented 2 years ago

They changed that UI, it is now all under "Authentication".

AndyHillUK commented 2 years ago

Are there revised installation instructions available ?

YannickRe commented 2 years ago

I adjusted them for the new UI, hopefully this will make it work for you.

AndyHillUK commented 2 years ago

That helps thanks. The only thing I'm missing now is access to Platform Features. It's also missing in the current UI.

AndyHillUK commented 2 years ago

I've finally worked out the other changes in the UI that relates to platform features and have got the app setup as expected. However when I try and connect I get the following error when I attempt to authenticate

"The WWW-Authenticate header doesn't contain a valid authorization URI. Header Value: 'Bearer realm'=".azurewebsites.net"

ChrisSmart2023 commented 1 year ago

I've finally worked out the other changes in the UI that relates to platform features and have got the app setup as expected. However when I try and connect I get the following error when I attempt to authenticate

"The WWW-Authenticate header doesn't contain a valid authorization URI. Header Value: 'Bearer realm'=".azurewebsites.net"

I'm getting the same error and also getting a 'Operation returned an invalid status code 'Forbidden'' when I attempt the GET request in a web browser. Did you manage to solve this at all?