IAM 11.1.1.5.0: Custom Responses
Usecase: User sets a preference on the SSO login page (e.g. selects
preferred language) and that preference has to be passed to the partner
applications (as a HTTP Header)
1) Is it possible to set custom attributes in Session/Request/User namespace using custom authentication plugins? The Plugin API has methods to retrieve these objects but did not find anything to update them.
If that was possible, then I was planning to define a response on the authorization policy using e.g. $session.attr.<myattrname> or $user.attr.<myattrname> and let the webgate set it as a HTTP Header.
I tried using AuthenticationContext.
1) Is it possible to set custom attributes in Session/Request/User namespace using custom authentication plugins? The Plugin API has methods to retrieve these objects but did not find anything to update them.
If that was possible, then I was planning to define a response on the authorization policy using e.g. $session.attr.<myattrname> or $user.attr.<myattrname> and let the webgate set it as a HTTP Header.
I tried using AuthenticationContext.
0