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
| <ahref="Random load balancer.policy.xml">Random load balancer</a> | Randomly routes (load balances) to one of the two backends |
41
41
| <ahref="Random load balancer simpler.policy.xml">Random load balancer simpler</a> | Randomly overrides API base url using weighted value to effectively traffic split for canary deployments |
42
+
| <ahref="Replay request on error.policy.xml">Replay request on error</a> | Demonstrates a pattern of replaying the same request again in case of any error.
42
43
| <ahref="Request OAuth2 access token from SAP using AAD JWT token.xml">Request OAuth2 access token from SAP using AAD JWT token</a> | Use this policy to perform SAP Principal Propagation (exchange AAD issued JWT token for SAP issued Bearer token), deal with X-CSRF and cache token till SAP defined expiry. It applies to all NetWeaver based systems and relies on the SAP OAuth server. Find the associated community post [here](https://blogs.sap.com/2021/08/12/.net-speaks-odata-too-how-to-implement-azure-app-service-with-sap-odata-gateway/). |
43
44
| <ahref="Request OAuth2 access token from SuccessFactors using AAD JWT token.xml">Request OAuth2 access token from SAP SuccessFactors using AAD JWT token</a> | Use this policy to perform SAP Principal Propagation (exchange Entra ID issued JWT token for SAP SuccessFactors issued Bearer token), deal with X-CSRF and cache token till SAP defined expiry. Find the associated community post [here](https://community.powerplatform.com/blogs/post/?postid=c6a609ab-3556-ef11-a317-6045bda95bf0). |
44
45
| <ahref="Return HTTP 405 if the HTTP Method of the request is not defined.xml">Return HTTP 405 if the HTTP Method of the request is not defined</a> | Use this policy to translates the HTTP status code from 404 to 405 when the HTTP Method of the request doesn't match the one defined in the corresponding Operation. |
0 commit comments