Azure / api-management-samples

MIT License
138 stars 137 forks source link

Implementing jwt - is this possible? #25

Open garora opened 5 years ago

garora commented 5 years ago

We are in the process of porting our existing API projects to Cloud with API Management. Our APIs working on jwt that identifies everything for our users. I am aware that API Management is authenticate the request using apikey that is fine and we have implemented the same. We're looking to the jwt part. Is it possible if yes, what is the proper way to do it?