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

Client Credentials OAuth2 Authentication #510

Open
1 task
c-thiel opened this issue Jan 5, 2025 · 1 comment
Open
1 task

Client Credentials OAuth2 Authentication #510

c-thiel opened this issue Jan 5, 2025 · 1 comment

Comments

@c-thiel
Copy link
Member

c-thiel commented Jan 5, 2025

Describe the feature

First of all thank you for the already great OAuth support 🙏!
Currently the OAuth2Authentication supports the Authorization code flow, which is great for Humans. What is currently missing is native support for the Client Credential flow. It would be great if we could add this for easier authentication for technical users.

Describe alternatives you've considered

Implement the class myself.

I probably won't find time for the PR short-term, but could contribute it later.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@c-thiel
Copy link
Member Author

c-thiel commented Jan 6, 2025

Trino itself does not support the flow: trinodb/trino#15836
However I believe trino would be the wrong place to implement it anyway.

For Applications, the login flow to trino should happen in the client - python trino in this case.
So we should implement it here and not in trino itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant