Implementation of best practices in authorization to a service application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 04:07 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 02:16 PM
Could you please explain it a little more?
For authentication, please refer: https://learn.microsoft.com/en-us/azure/databricks/dev-tools/api/latest/authentication
Please let us know if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 05:13 AM
@Debayan Mukherjee More helpful . Thanks a lot!

