Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support OAuth for Databricks #1981

Open
VioletM opened this issue Oct 23, 2024 · 1 comment
Open

Support OAuth for Databricks #1981

VioletM opened this issue Oct 23, 2024 · 1 comment
Assignees
Labels
support This issue is monitored by Solution Engineer

Comments

@VioletM
Copy link
Contributor

VioletM commented Oct 23, 2024

Feature description

The current way of authentification only supports auth via Token. This feature aims to also support auth via OAuth.

Proposed solution

The OAuth authentification is required by Databricks Technology Partnership.

OAuth:

  • Azure Active Directory
    • On Azure we support OAuth using Azure AAD
    • This is the preferred mode of authentication for Azure Databricks
    • Additional fields required : AAD endpoint
  • AWS
  • GCP

The doc with more details: https://drive.google.com/file/d/1M6BTBL3I1q5525BilT7wB7XVIh3pqnVx/view?usp=sharing
They have 2 options: U2M and M2M, I suggest we support one of them.

@fredmny
Copy link

fredmny commented Oct 29, 2024

@VioletM VioletM added the support This issue is monitored by Solution Engineer label Nov 4, 2024
@rudolfix rudolfix assigned donotpush and unassigned sh-rp Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support This issue is monitored by Solution Engineer
Projects
Status: In Progress
Development

No branches or pull requests

4 participants