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

Trino is unable to resolve groups from JWT's #16155

Open
connorlwilkes opened this issue Feb 17, 2023 · 1 comment
Open

Trino is unable to resolve groups from JWT's #16155

connorlwilkes opened this issue Feb 17, 2023 · 1 comment

Comments

@connorlwilkes
Copy link

Currently there is no functionality to get group information from JWT's passed as raw JWT's rather than those obtained via OIDC.

This feature is helpful for automation of group resolution for service account users and automated processes.

I have raised a PR to resolve this: #15955

@Praveen2112
Copy link
Member

Hi !! @connorlwilkes Thanks for working on this PR. But unfortunately the process by which we are getting the groups from OAuthAuthenticator has been deprecated due to the following issues -

  • view SECURITY DEFINER
  • sessionUser JDBC parameter
  • identity from view expression for column masking and row filtering.

For additional rationale PTAL at this PR - #15669.

cc: @kokosing

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

2 participants