cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results for 
Search instead for 
Did you mean: 

Implementation of best practices in authorization to a service application

KVNARK
Honored Contributor II

we are working on authentication mechanism for our model service application using python framework fastAPI deployed on azure cloud, Need help on end to end auth mechanism(either through inbuild mechanism in python like jwt etc., or with azure).

kindly let me know for any best practices to implement for the same.

Note: The latency is very critical so any mechanism should not hamper much latency like more than 20-30ms.

2 REPLIES 2

Debayan
Databricks Employee
Databricks Employee

KVNARK
Honored Contributor II

@Debayan Mukherjee​ More helpful . Thanks a lot!