MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

Azure ML Scoring Service Authenticaiton

Open joshidp opened this issue 3 years ago • 0 comments

I am using the Azure App service Container to host Azure ml model as described in the below link.

https://github.com/microsoft/MLOpsPython/blob/master/docs/getting_started.md#deploy-the-model-to-azure-app-service-azure-web-app-for-containers

I want to add authentication for incoming requests. App is in python using Azure ml packaging model with flask.

Please suggest how JWT based auth can be done for this service.

Thanks

joshidp avatar Jul 30 '21 17:07 joshidp