You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: