PortalSetup configuration

The PortalSetup configuration stores settings for users in Infor Rhythm for Civics. See the Infor Rhythm for Civics Administration Guide for more information.

The root CONFIG node has two children: PORTALUSER and Impersonation.

PORTALUSER node

The PORTALUSER node stores single sign on login settings for Rhythm for Civics. See "Single sign on configuration" in the Infor Rhythm for Civics Administration Guide.

The PORTALUSER node has these attributes:

Attribute Description
SSO Anonymous User Name User name for the anonymous user account in Rhythm for Civics. See "Setting the anonymous user" in the Infor Rhythm for Civics Administration Guide.
Uses SSO Set the value to True to use an SSO provider to log users in to Rhythm for Civics.

Impersonation node

The Impersonation node has one child Applets node, which has one or more child Applet nodes. Each Applet node enable the user impersonation button for a different applet. Each Applet node has these attributes:

Attribute Description
Button Display Text Display text that will be shown on the user impersonation button. The default is Open Portal.
Enabled Indicates whether portal user impersonation is turned on for the specified applet. If the value is True, then the user impersonation button is shown in the specified applet.
Moniker Moniker of the applet in which the user impersonation button will be shown. For example, to show the button in the Portal User InfoViewer, specify Hansen.Portal.PortalUserViewerApplet.
Portal User Bind If the applet specified by the Moniker attribute is bound to the Hansen.Portal.Membership object, you can specify the key property to use to get the correct portal user for the impersonation. Specify Membership.MembershipKey. The Open Portal button will then take the administrator directly to the current user's account. Otherwise the administrator must select a user after clicking the Open Portal button.

Each Applet node can have one child Sites node, with one or more Site nodes as children. Each Site node specifies a Rhythm for Civics site that you can connect to for user impersonation. Each Site node can have these attributes:

Attribute Description
Description Additional information about the site. This is used to distinguish between different sites if an Applet node has more than one child Site node under it.
Portal URL URL of the page to open in Rhythm for Civics when a user in Infor Public Sector clicks the user impersonation button.
Token Authentication Page Portal page used for token authentication. Users are first authenticated via this page before being redirected to the page specified by the Portal URL attribute. The default is TokenAuth.

A Site node can have a child Parameters node with one or more Parameter nodes as children. Each Parameter node specifies a parameter that will be added to the site URL. A Parameter node can have these attributes:

Attribute Description
Bind Component bind for the parameter. Use this when the page's parameter value is variable, such as the record number in the instrument details URL.
Note: If you specify a value for the Bind attribute, do not specify a value for the Value attribute.
Key Name of the parameter.
Value Value of the parameter.
Note: If you specify a value for the Value attribute, do not specify a value for the Bind attribute.