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 users and 


Environment

Release : 14.3 14.4

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.
https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=rV5APkmeqLNKxauy4dTihA==

and/iam_im.ear/policysever.rar/META-INF/ra.xml
set Enabled to false.
https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=XDN1C4uVcck95nfYnjwLzg==

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