How to temporarily disable SSO authentication
search cancel

How to temporarily disable SSO authentication

book

Article ID: 237281

calendar_today

Updated On:

Products

CA Identity Manager

Issue/Introduction

We have configured Siteminder SSO but would like to temporarily disable to allow authentication using IDM native user credentials. 


Environment

Release : 14.4, 14.5

Component :

Resolution

For the SSO Agent: 
Please open on the Agent the CA/webagent/conf/WebAgent.conf and set EnableWebAgent to NO 


To disable IDM from expecting authentication from SSO:

In the iam_im.ear/user_console.war/WEB-INF/web.xml
look for FrameworkAuthFilter and set enable to true.

and/iam_im.ear/policysever.rar/META-INF/ra.xml
set Enabled to false.

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


This configuration should pass you directly to IDM where you should be able to login with the default 'imadmin' admin user.