What are the security consideration we need to keep in mind when we want to us OAUTH Secrets to use a Service Principal to access Azure Databricks when Identity federation is disabled and workspace is not yet on boarded on to Unity Catalog?
Can we consider OAUTH secret similar to Personal Access Token?
What is time limit when OAUTH secrets expires?
How do we get new OAUTH secrets?
Can we use Azure Key Vault to store the OAUTH secrets?
What is the workflow we use in OAUTH for authentication? Do we use Implicit grant workflow in OAUTH?
Do we store secret in .databrickscfg?
Who has access to .databrickscfg?
How do we ensure that OAUTH secret is stored safely and encrypted using AES256 and higher encryption?
https://learn.microsoft.com/en-us/azure/databricks/dev-tools/auth/oauth-m2m
Regards,
VJ