• v8.2.1: Too much resources used on IIS pool: sessions (user not logged in) is spiking

    We see the following IIS Server behavior:

    • After restarting the IIS server the number of “User account: (User is not logged in); started at: xxxxxxxxxxx” – sessions is building up to 80-90 sessions. Netstat registers 9 IP connections with port 443. …
  • Webportal login with 2FA

    Hello,

    Has someone set up one identity web portal login with 2FA? Please give me some sources to set this up. Thank you.

  • How: Allow a manager to create identities just for their department

    The default configuration allows for employees to be created without restricting the department, but by security reasons we need that the web portal allows each department manager to create new identities only for his department and not for other departments…

  • Hidden field in the web portal product details

    Hi everyone,

    I've configured the web portal to show the description of an item when you are on the catalogue. I've added the column and inserted the query to get the data from the product but it has a strange behavior, the field is not shown when…

  • WebPortal: Employee which can be edited by the current employee

    Hello,

    I have the following setup to only allow users to edit employees that are IsExternal=1. Here is my SQL on it...

    "uid_person in ( select uid_person from QER_VEditEmployee where uid_personhead = '%useruid%')
    and ((IsExternal = 1) or …

  • Delegation for department's manager - mails doesn't come to delegate.

    Hi

    Can anyone advise in the following use case please:

    As a department's manager I delegate 'Role manager' to the specific Department BUT once this is saved the delegate doesn't receive any emails regarding new comers etc (initial email with credentials…

  • Display delegated manager in WebPortal

    Hi,

    I'm trying to customize the Person-overview page (VI_Common_ObjectSheet) in the webportal to show the manager currently responsible for the displayed user. I get the desired manager with the following SQL, but I don't know how to get this to work…