active-directory-b2c-advanced-policies icon indicating copy to clipboard operation
active-directory-b2c-advanced-policies copied to clipboard

Append input Claim value to createstringclaim transformation InputParameter value

Open cyrilmatthew26 opened this issue 2 years ago • 0 comments

Is it possible to add a input Claim value email to a input parameter value which contains a localized string id https://docs.microsoft.com/en-us/azure/active-directory-b2c/string-transformations#createstringclaim

Code I'm trying which doesn;t work. The "SendPasswordResetLink" is part of the LocalizedCollection which contains a string value. I want to attach the "email" claim value at the end. (I've tried adding email as an input claim and including it as {0} to the InputParameter but it doesn't seem to accept.)

 InputParameter Id="value" DataType="string" Value="SendPasswordResetLink {0}"

cyrilmatthew26 avatar Jan 04 '22 10:01 cyrilmatthew26