Open connorlwilkes opened 1 year ago
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 -
For additional rationale PTAL at this PR - https://github.com/trinodb/trino/pull/15669.
cc: @kokosing
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: https://github.com/trinodb/trino/pull/15955