|
Answer» Follow these steps to create a policy that allows all authenticated users to perform an HTTP GET
- In OpenAM Console, click the Access Control tab, then in the Realms table click the link to / (TOP Level Realm).
- We should click the Policies tab, click iPlanetAMWebAgentService, and then click Add New Policy.
- Allocate a new name to the policy of Authenticated users can get Apache HTTP home page, and then click Next.
- In the Specify Resources step, click *://*:*/* to move the pattern to the Create your resources section. Then, replace the asterisks so that the pattern reads: http://www.example.com:8000/*, and then click the Add ICON.
- OpenAM Policy Rule and Next to proceed.
- In the Select Actions step, select the GET and POST actions, ensure their value is set to Allow, and then click Next.
- In the Define Subject CONDITIONS step, click Subject Condition; from the type, drop-down CHOOSE Authenticated Users and then drag the grey block into the green AND logical block above.
- OpenAM Policy Subjects and Next to proceed.
- In the Define Environment Conditions and Specify Response Attributes steps, click Next.
- Review your configuration. It should resemble the following:
- Review OpenAM Policy
- To make changes to the configuration, either click the relevant step or click the item to JUMP to the relevant step and make amendments to the configuration.
- When the configuration is completed, click Finish.
Follow these steps to create a policy that allows all authenticated users to perform an HTTP GET
|