Oracle Waveset Service Provider 8.1.1 Deployment

Assign To User Rule

Service Provider user Admin Roles can be dynamically assigned to Waveset users by specifying an Assign to User rule. This rule is evaluated at login time to determine whether to assign the authenticating Waveset user the AdminRole. The authType of this rule must be UserIsAssignedAdminRoleRule .

The rule is passed the following arguments:

context — Specifies current user’s identity context (session).

runAsUser — Retrieves the User view of requesting user.

The output is a string or boolean true if the authenticating user should be assigned this AdminRole. Otherwise, false or null should be returned.