In this section: |
How to: |
Anonymous access, also known as public access, is useful for applications that require neither authentication nor personalization. It allows unauthenticated users to list and run resources located in the WFC/Repository/Public folder, but makes no other privileges, such as the ability to create or edit resources, available to them. The limitations built into this mode of access enable administrators to protect the integrity of resources designed for general use, even while making them available to all users.
Anonymous access is disabled, by default. In order to make Anonymous access available, the Anonymous Authentication method must be enabled in the Security Zones that will require anonymous access
When you enable Anonymous Authentication in a security zone, the WebFOCUS Client supports anonymous or unauthenticated access to resources in the WFC/Repository/Public folder, as well as to procedures on the WebFOCUS Server. If you would like anonymous users to have access to other content stored in the repository, you can create rules that grant anonymous users access to those additional resources, as described in the topic, Changing the Security Policy for Anonymous Users. The WebFOCUS Server credentials used by the Anonymous User (IBI_ANONYMOUS_USER) setting are Reporting Server Anonymous User ID (IBI_WFRS_ANONYMOUS_USER) and Reporting Server Anonymous Password (IBI_WFRS_ANONYMOUS_PASS). All of these settings appear on the Advanced page of the Security tab.
A separate session is created for each anonymous user. These sessions are associated with each user by a non-persistent WF-JSESSIONID cookie stored in the web browser. Information that is unique to each anonymous user, such as foccache tokens and global amper variables is also tracked. All anonymous sessions have the same effective policy, that of the user account specified by the Anonymous User (IBI_ANONYMOUS_USER) setting.
Anonymous Authentication should disabled when WebFOCUS is configured for pre-authentication, because this configuration limits access to specific pre-authenticated users. WebFOCUS supports public access when configured for external authentication, but additional considerations apply.
For more information about configuring public access for external authentication, see External Authentication.
You can specify the default user ID for unauthenticated access with the Anonymous User ID (IBI_ANONYMOUS_USER) setting on the Advanced page of the Security tab. By default, this user ID is named public.
Anonymous Access is disabled, by default. To enable it for the Default Security Zone or the Alternate Security Zone, you must enable the Anonymous Authentication method.
We recommend that you use the Export command to back up the Security Settings configuration files before making changes to the Authentication page.
or
Right-click the Anonymous Authentication entry, and click Enable. In the Actions section, click Save.
Once Anonymous Access is enabled for an individual Security Zone, you can disable it for that zone by disabling the Anonymous Authentication Method.
We recommend that you use the Export command to back up the Security Settings configuration files before making changes to the Authentication page.
or
Right-click the Anonymous Authentication entry, and click Disable. In the Actions section, click Save.
To disable Anonymous Access throughout the application, remove the name and password assigned to the Anonymous user settings in the Advanced Security settings page, and then delete the Public User in the Security Center.
When you receive a confirmation message, click Yes to delete the user.
To specify a different user account for the Anonymous User, create a new user account and then change the name assigned to the Anonymous User ID (IBI_Anonymous_User) setting to the name assigned to the new user account.
Note: Do not specify an email address or password for the account.
You have now created the account for the new anonymous user.
You have now configured WebFOCUS to use the new user account as the anonymous user.
By default, anonymous users have access to resources in the Public folder. If you would like anonymous users to have access to other folders or to portals, you can create new rules to enable access. We recommend that you manage the security policy for anonymous users by placing rules on the Anonymous group and placing the user account specified by the User field in the Anonymous Authentication settings for a Security Zone in that group, rather than directly placing rules on the user account
For more information about creating rules, see How to Create a Rule on a Group, User, or Role.
In this section: |
In the WebFOCUS Enterprise Edition, administrators can make BI Portals intended for general use available to anonymous users working in security zones that have enabled Anonymous Access.
Basic portals are located on the Portals Node and in the Portals area of the start page. They are not located in workspace folders or in the Public folder. To make them available to anonymous users, an administrator must:
Collaborative portals and designer portals are located in workspace folders or in the Public folder. Therefore, administrators must assign rules to the Public folder or to those workspace folders that contain these portals and their content resources to make the collaborative and designer portals they contain available to anonymous users.
A rule making the ListAndRun role available to the EVERYONE group is assigned to the Public folder, by default. Therefore, to make collaborative and designer portals that are located in the Public folder available to anonymous users, an administrator must:
To make collaborative and designer portals that are located in workspaces outside of the Public folder available to anonymous users, an administrator must:
Note that this second method assigns all users to the Basic User group when accessing the workspace that contains the portal, limiting all users to list and run privileges for the content resources in that portal.
For more information about how to assign a rule, see How to Create a Rule on a Group, User, or Role or How to Create a Rule on a Content Resource.
Limitations in the AnonymousRestrictions role, which is assigned to the Anonymous users group, by default, prevent individuals working under the Anonymous User ID from affecting the content or performance of BI Portals made accessible to them.
When working in the tile view, portal icons appear in the content section. Icons for basic portals contain a stack of squares, as shown in the following image.
Icons for collaborative and designer portals contain a stack of squares surrounded by a circle, as shown in the following image.
There are no other distinguishing characteristics between entries for basic portals and other portal types in the tile view.
A more reliable test is the presence or absence of the Properties option on the menu that opens when you right-click a portal icon:
How to: |
Form based authentication is the default method of authentication for each of the security zones. To authenticate a user request in this method, the WebFOCUS Client presents the familiar Sign in page to a user, and uses an HTML Form tag to convey the User ID and Password collected during the sign-in process to the WebFOCUS Server for validation.
We recommend that you use the Export command to back up the Security Settings configuration files before making changes to the Authentication page.
In that dialog box, all three check boxes are cleared, by default.