How to send Azure AD SAML group claims using regular expressions, as I have multiple conditions to meet
I am looking for some help on regular expression for saml groups, I have set of groups ending with xyz and few groups starting info.test, and info.dev ...etc
I have added the group claim in AzureAD enterprise apps and I have selected source attribute name as sAMAccountName and in advanced claims I have selected customize the name of the group claim, and Name (required) is set to groups and selected Apply regex replace to groups claim content entered following in regex pattern ^.(xyz|info.Dev). and in regex replacement pattern I have mentioned ${1} also tried as $& nothing seems to be working need some help please