1

I'm playing around with Entra External Identities and creating a simple sign in / sign up flow.

I'd like tu customize the account verification code mail HTML template. Is there any way to do that ? I've tried looking in the External ID documentation and searching through Azure but could not find anything.

Here's the one from the Woodgrove sample app so people know about which mail i'm talking about :

Woodgrove grocery mail template html

Thanks for any answers.

4 Answers 4

1

You can configure a custom email provider by handling the OTP Send event using your own API.

For more information, see Configure a custom email provider for one time passcode send events (preview).

0

You may be able to do something with the branding (much like B2C), but you can change the tenant's name.

"The new tenant name also appears in the verification email sent to the user."

3
  • Thanks for the answer. If I follow you correctly, nothing "out-of-the-box" exist to change the mail template ? Will I need to plug some custom business logic in and handle the OTP myself ?
    – Kaheff
    Commented Jun 17, 2024 at 6:36
  • No, nothing OOTB. There is limited plug-in functionality - learn.microsoft.com/en-us/entra/external-id/customers/…
    – rbrayb
    Commented Jun 18, 2024 at 2:35
  • Alright, thank you very much. Microsoft confirmed to me in learn.microsoft.com that they're working on that and EEID will be updated "soon". I'll edit the question.
    – Kaheff
    Commented Jun 18, 2024 at 12:52
0

According to Microsoft, this feature is unavailable but should be available "soon".

https://learn.microsoft.com/en-us/answers/questions/1697513/entra-id-external-identities-verification-code-mai

1
  • It is now available, see @Chris's answer.
    – colinD
    Commented 16 hours ago
0

This is possible with the help Custom Authentication Extensions, there are different events are available to configure, where you can call your custom logic in the workflow Below are the events supported

  1. OnAttributeCollectionStart
  2. OnAttributeCollectionSubmit
  3. One time passcode send event

Diagram from MSDN on the events workflow

Check this link from Microsoft here : https://learn.microsoft.com/en-us/entra/identity-platform/custom-extension-overview

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.