I have installed a tomcat 6 server with a j2ee openam policy agent. After the installation I am unable to access it, I always get redirected to manager/amlogin.html.

This did not previously happen so I can only assume it is because of the agent installation. Is there a configuration setting I have missed?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Yep, that's normal behaviour if you're trying to access protected content.

The policy agent detects that you don't have an authenticated session and as a consequence redirects you to the Identity Provider that will be in charge to authenticate you.
For more info on how OpenAM works, you should take a look at the SAML 2.0 wikipedia page: http://en.wikipedia.org/wiki/SAML_2.0
In your case, the OpenAM agent is a Service Provider.

The policy agent normally affects the global web.xml and Tomcat's server.xml files. If you were accessing unprotected content, you should edit the URL pattern that OpenAM should protect in those 2 files.

link|improve this answer
Is this still the case when the manager is not listed as a protected resource? I have set the non-protected uri list to inverted and listed only the pages I want to protect so the manager isn't protected since its not in the list. – Michael Allen Sep 5 '11 at 11:07
This method seems to be not recommended according to download.oracle.com/docs/cd/E19681-01/820-4803/gataa/index.html . Maybe you can try to use the default filtering policy and specify your url pattern in "com.sun.identity.agents.config.notenforced.uri" – sk_ Sep 5 '11 at 11:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.