Currently I have access to Dynamics CRM backend server via AAD, and I can query tables via XRM tool. I am trying to connect to Dynamics CRM backend server in Databricks, and I am not sure how the connection needs to be set up or if any other access needs to be granted to use the server (such as service principal that Databricks workspace attached to needs access to CRM?)
Using the documentation, I am confused for username and password part, because I have access via AAD.
How can I connect to Dynamics CRM back end in Databricks? Appreciate it if anyone can explain all necessary permissions and steps one by one. Note, I need to use PySpark.