RFC 6750 (OAuth 2.0 Bearer Token Usage) section 3 allows a scope attribute in the WWW-Authenticate response header field. Power Query should honor this scope, if present, when obtaining access tokens from Entra. This would support "Scenario 1 - Client app authorizes directly to backend" for Azure API Management, as described here: https://learn.microsoft.com/en-us/azure/api-management/authentication-authorization-overview#scenario-1---client-app-authorizes-directly-to-backend
2 Comments
- van_auwelaer_maNew Member
For example, if the Web data source returns this in the 401 response
WWW-Authenticate: Bearer authorization_uri=entra_authorization_endpoint, scope=some_scope
Power Query would use scope=some_scope in the OIDC redirect to authorization_uri
- fbcideas_migusrNew MemberStatus added:New
Recent ideas
Allow Managed Private Endpoint to be disabled/enabled per notebook
Could notebooks have an option to use or not use the workspace's Managed Private Endpoint (MPE)? MPE can significantly increase notebook startup time, even for notebooks that don't need private conn...frithjof_v16 hours agoCommunity ChampionNew22Views1like0CommentsMatrix: column totals as a bar chart docked to the edge
What's missing Data bars already work on the Total row and column through conditional formatting, so row totals can be read as length. Column totals cannot: they render as a horizontal bar inside a ...Sayurivalente1 day agoRegular VisitorNew80Views6likes1Comment