Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/25/2023 02:11 AM
Hi,
Are there any restrictions in saving user details like Last Name with Scandinavian characters in UI under Identity repository?
At least I see the User regex validator is set to accept it.
Could it be that this is restricted by Saviynt by default?
08/25/2023 03:19 AM
@alexandrupop Which connector you are using to import the users?
08/31/2023 03:13 AM
Hi,
It's a a GoogleApps connection.
Br,
Alexandru
09/06/2023 05:46 AM
Hi, any updates on this? Thanks!
09/06/2023 09:39 AM
1. Scandinavian characters are allowed in lastname
2. The above regex config in evaluated when users lastname is updated/created from UI only.
3. Please elaborate on the issue, as in do you see question mark (?) instead of Scandinavian character ,or its getting skipped or its getting converted to equivalent English characters.
4. Also , are you using any pre-processor/inline processors while user import?
5. Are you facing issue only with the GoogleApps connector and other connectors for user import(if any) are importing users with correct accent?
09/07/2023 10:28 AM
Hi,
I used this earlier today and it worked
^[a-zA-ZäöåÄÖÅ]+$
Test it and see if its helpful.
09/07/2023 11:47 AM
@Rho , thanks for the expression. But this will be evaluated when creating/updating user from UI. Correct?
09/08/2023 05:17 AM
@nimitdave we're using Azure AD connector, and the expression is in our lifecycle global configuration.
Its worked both for UI & Import. Could it be that each connector has its own expression?