You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Power Query requires a verifiable resource for the login process. Hence a custom domain for APIM needs to be configured.
13
+
- {{AADTenantID}} needs to be maintained via an APIM Named Value configuration.
14
+
- a672d62c-fc7b-4e81-a576-e60dc46e951d is the default client id for Power Query. It should be verified from the documentation: https://docs.microsoft.com/power-query/connectorauthentication#supported-workflow
15
+
-->
16
+
<policies>
17
+
<inbound>
18
+
<base />
19
+
<choose>
20
+
<!-- if empty Bearer assume Power Query signin request as described here: https://docs.microsoft.com/power-query/connectorauthentication#supported-workflow -->
Copy file name to clipboardExpand all lines: examples/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Overview
24
24
| <ahref="Get OAuth2 access token from AAD and forward it to the backend.policy.xml">Get OAuth2 access token from AAD and forward it to the backend</a> | OAuth2 for authorization between the gateway and a backend |
25
25
| <ahref="Get OAuth2 access token from AAD using client id and certificate using key vault manage identity.xml">Get OAuth2 token using Certificate</a> | Get Certificat from KeyVault using managed identity to generate OAuth 2 token using certificate |
26
26
| <ahref="Get X-CSRF token from SAP gateway using send request.policy.xml">Get X-CSRF token from SAP gateway using send request</a> | X-CSRF token handling impemented in [SAP Principal Propagation policy](Request%20OAuth2%20access%20token%20from%20SAP%20using%20AAD%20JWT%20token.xml). |
27
+
| <ahref="Handle Power Query access request to custom API.policy.xml">Handle Power Query access request to custom API.policy</a> | Enable [Organizational Account login flow for Power Query](https://docs.microsoft.com/power-query/connectorauthentication#supported-workflow) for downstream APIs like SAP OData. |
27
28
| <ahref="List all inbound headers.policy.xml">List all inbound headers</a> | Lists all inbound headers and their values. |
28
29
| <ahref="Log errors to Stackify.policy.xml">Log errors to Stackify</a> | Error logging policy to send errors to Stackify |
29
30
| <ahref="Look up Key Vault certificate using Managed Service Identity and call backend.policy.xml">Look up Key Vault certificate using Managed Service Identity</a> | Look up and use a Key Vault certificate using Managed Service Identity and call the backend using it as a client certificate |
0 commit comments