Azure-Functions icon indicating copy to clipboard operation
Azure-Functions copied to clipboard

API Management + Azure Functions: Custom Authorizers

Open ErickWendel opened this issue 6 years ago • 3 comments

Hi, guys are you fine?

I'm thinking to create an interceptor function but I didn't find this feature at azure functions/API Management.

at the AWS they have a native implementation called Custom Authorizers: "Custom Authorizers allow you to run an AWS Lambda Function before your targeted AWS Lambda Function. This is useful for Microservice Architectures or when you simply want to do some Authorization before running your business logic."

Do you know if is that possible in the future?

ErickWendel avatar Dec 26 '18 19:12 ErickWendel

@mattchenderson

ColbyTresness avatar Mar 13 '19 18:03 ColbyTresness

hello guys:

maybe this post can help you. https://docs.microsoft.com/en-us/azure/api-management/policies/authorize-request-using-external-authorizer

fabianedl777 avatar Nov 25 '20 19:11 fabianedl777

The custom authorizer lambda's on AWS API Gateway are a great feature, it allows to do some quick authorization check before actually starting a potential expensive request down the execution path.

This would be nice to have on Azure API Management as well.

bbruneel avatar Dec 04 '23 07:12 bbruneel