mirror of
https://github.com/apache/druid.git
synced 2025-03-02 23:39:21 +00:00
I'm adding OIDC context to the AuthenticationResult returned by pac4j extension. I wanted to use this context as input in OpenPolicyAgent authorization. Since AuthenticationResult already accepts context as a parameter it felt okay to pass the profile attributes there.