Configuring the warning threshold of attestation policy objects to attest
You can configure the warning threshold of attestation policy objects to attest. If an attestation policy attests more than the objects specified here, a warning is shown.
Required configuration keys:
To configure the warning threshold for objects to attest
-
Log in to the Administration Portal (see Logging in to the Administration Portal).
-
In the navigation, click Configuration.
-
On the Configuration page, in the Show configuration for the following API project drop-down, select the Web Portal API project.
-
Expand the Warning threshold for affected objects configuration key.
-
In the Value field, enter how many objects can be attested before a warning is shown.
-
Click Apply.
-
Perform one of the following actions:
-
If you want to apply the changes locally only, click Apply locally.
-
If you want to apply the changes globally, click Apply globally.
-
Click Apply.
Configuring authentication by accepting the terms of use
You can specify if and how users must authenticate themselves when accepting terms of use.
Required configuration keys:
For more information about configuring accepting the terms of use, see Configuring multi-factor authentication.
You must also enable the Multi-factor authentication required property for the corresponding terms of use. For more information about terms of use, see the One Identity Manager IT Shop Administration Guide and in One Identity Manager Attestation Administration Guide.
Configuring request functions
You can use the Administration Portal to configure Web Portal request function settings.
Detailed information about this topic
Limiting products and service categories shown to specific recipients
Specify which service items or service categories are shown to selected request recipients in the Web Portal.
Required configuration keys:
-
Products to be displayed for specific recipients (VI_ITShop_Filter_AccProduct): Specifies which service items are shown to the specific request recipients.
-
Service categories to be displayed for specific recipients (VI_ITShop_Filter_AccProductGroup): Specifies which service categories are shown to the specific request recipients.
To enable or disable navigation in hyperviews
-
Log in to the Administration Portal (see Logging in to the Administration Portal).
-
In the navigation, click Configuration.
-
On the Configuration page, in the Show configuration for the following API project drop-down, select the Web Portal API project.
-
Expand the Products to be displayed for specific recipients configuration key.
-
In the Value field, use a WHERE clause to enter which products are shown only to specific recipients.
TIP: Use the {0} parameter as a wildcard for the list of UID_Person.
Example: uid_accproduct in ( select uid_accproduct from MyCustomView where uid_person in ( {0} ))
-
Expand the Service categories to be displayed for specific recipients configuration key.
-
In the Value field, use a WHERE clause to enter which service categories are shown only to specific recipients.
TIP: Use the {0} parameter as a wildcard for the list of UID_Person.
Example: uid_accproductgroup in ( select uid_accproductgroup from MyCustomView where uid_person in ( {0} ))
-
Click Apply.
-
Perform one of the following actions:
-
If you want to apply the changes locally only, click Apply locally.
-
If you want to apply the changes globally, click Apply globally.
-
Click Apply.