user3564093
user3564093

Reputation: 65

Override Spengo Filter in Websphere

Does anyone have any idea how I can override the Spengo web filter for websphere? I have a userId that has been validated from AD but this does not match the ID in out identity management software. So I need to get the ID out of the spengo/kerberos token call a web service to get the other ID and then override the AD ID with this one

Anyone have any pointers on how to do this? Am I considering the correct thing when I plan on overriding the spengo filter to do this?

Thanks

Upvotes: 0

Views: 72

Answers (1)

Gas
Gas

Reputation: 18020

One way to do it, would be to use login module. Check sample implementation on this page: Mapping of a client Kerberos principal name to the WebSphere user registry ID

Upvotes: 1

Related Questions