Running VIP Authentication Hub, how to get the ability to apply a regexp before lookup in LDAP in a specific field ('mobile') before returning the LDAP account information to the client application of VIP Authentication Hub?
Specifically, when integrating an external IdP called itsme using OpenID for which the returned ID Token contains a phone number in a special format like (+<phonecode> xxxxxxxx) followed by a lookup in LDAP where the account has a field 'mobile' with national format 0xxxxxxxx. Is there a possibility to use a Regular Expression (regexp) to remove the +<phonecode> and replace by a 0 and remove the space character?
Upgrade VIP Authentication Hub to 3.1 to get this functionality.