Problem in rendering special characters in Azure AD B2C

Pinel Raphaël 1 Reputation point
2020-12-09T06:58:24.493+00:00

@AmanpreetSingh-MSFT
We are using Azure AD B2C and have a problem to render Finnish special characters correctly.
46543-screenshot-2020-12-09-at-84422.png

here part of the code from the xml file:

<LocalizedResources Id="signUpOrSignIn.fi">
<LocalizedStrings>
<LocalizedString ElementType="UxElement" StringId="local_intro_generic">Anna sähköpostisi ja salasana</LocalizedString>
<LocalizedString ElementType="ClaimType" ElementId="email" StringId="DisplayName">Sähköpostisi...</LocalizedString>

As far as I know, we have to use the latest version because of custom needs.

<DataUri>urn:com:microsoft:aad:b2c:elements:contract:unifiedssp:2.1.1</DataUri>  

Any idea how to solve this?

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,873 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,601 Reputation points
    2020-12-09T11:41:16.547+00:00

    Hi @Pinel Raphaël · Thank you for reaching out.

    I have seen issues when DataUri for unifiedssp is set to 2.1.1 or 2.1.0. Please try using unifiedssp:2.0.0 or 1.2.0.

    let me know if that works. I will report the issue to product group.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.