Missing sm-header / value sm-realm when trying to change the password in the Identity Portal
search cancel

Missing sm-header / value sm-realm when trying to change the password in the Identity Portal

book

Article ID: 203473

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

When using CA Identity Portal to change a password on a user Identity at

<Hostname>/sigma/app   (Identity Portal)

we are getting this error when submitting the password change: 

 

Request Failed

Missing sm-header    value sm-realm

Resolution

Disable the SM Header validation in the Identity Manager application server(s).

In the Identity Manager .ear file there is a setting for disabling the SM header checking.  On the IM server edit the ValidateSMHeadersWithPS property value to false in this web.xml.

 

On non-vAPP in the deployment location:

../iam_im.ear/policyserver.rar/META-INF/web.xml

 

On vAPP the path is here, as documented (Supported Custom Files):

Symantec SSO customizations
/opt/CA/VirtualAppliance/custom/IdentityManager/custom
/opt/CA/VirtualAppliance/custom/IdentityManager/SiteMinder_config/ra.xml.

       

<config-property>
            <config-property-name>ValidateSMHeadersWithPS</config-property-name>
            <config-property-type>java.lang.String</config-property-type>
            <config-property-value>false</config-property-value>
        </config-property>

 

A restart of IdM and IdP will be required for the change to take effect.