Skip to content

Append input Claim value to createstringclaim transformation InputParameter value #83

@cyrilmatthew26

Description

@cyrilmatthew26

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}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions