Description:
I just configured my environment to do impersonation. It works. Now for the application needs, I would like to get the header:
SM_USERIMPERSONATORNAME
From the Policy Server Design Guide,
The following list contains user attributes that SiteMinder generates automatically.
When I list the header variables, The header is not present, even if it is told that SiteMinder generates it automatically.
How can we get it?
Release:
Component: SMIIS
Solution:
You have to create a response to get those automatic generated headers. To get the header: SM_USERIMPERSONATORNAME
You need to create a response for the user attribute, with:
variable SM_USERIMPERSONATORNAME
attribute SM_USERIMPERSONATORNAME
Bind that response to the Impersonation Start User event. Then you will be able to get the value and pass it to your backend application.