Access Denied error message when Accessing State Manager
search cancel

Access Denied error message when Accessing State Manager

book

Article ID: 193899

calendar_today

Updated On:

Products

CA Advanced Authentication - Strong Authentication (AuthMinder / WebFort) CA Strong Authentication CA Rapid App Security CA Risk Authentication CA Advanced Authentication

Issue/Introduction

Accessing the State Manager application results into access denied message.

Environment

Release : 9.1

Component : AuthMinder(Arcot WebFort)

CA Adapter

Resolution

In web.xml file of State manager look for below parameter, it is from working environment so make it as it is in your environment.
 
<context-param>
<param-name>disableIndexPage</param-name>
<param-value>false</param-value>
</context-param>
 
Restart the Application server and access the page, it should work just fine.