Description
Currently, the Pac4JIdentityAdapter blindly accepts the subject of the returned UserProfile which isn't directly usable in the Hadoop operating environment. We need to be able to resolve it to an actual username.
It seems that we could take two different approaches for this.
1. Add a param to the pac4j provider to indicate the UserProfile attribute to use as the PrimaryPrincipal
2. Add a new identity assertion provider that can decrypt the pac4jUserProfile cookie and extract the configured attribute.
I lean towards #1 above so that identity assertion providers could be used to munge the extracted attribute in interesting ways.
There was some discussion of this [1] back in 0.8.0 and we never really circled back to it.
jleleu - Am I missing anything that is already in place for this?
Attachments
Attachments
Issue Links
- is related to
-
KNOX-1134 Regression due to KNOX-1119
- Closed