Hi all,
I have configured 2 types of IDP in my realm (saml and OIDC). I want to add some specific user attributes like (customerID, login Auth Type etc) for the users which are getting created in the keycloak (during the first login) and also want to set the counters for the users that have logged in ‘x’ no of times. I did this for SAML client using Custom saml group mapper as it as two methods to override (importNewUsers and updateBrokeredUsers) but I couldn’t see the same option in Keycloak UI (admin console) to set mapper as Custom SAML User group mapper. Can you suggest me which mapper type will be best fit for my usecase? Additionally any example or relevant documentation would help me a lot. Thanks!