I searched so many times about this this problem, but I couldn't find anything. Please help me if you know. I have a B2C on azure portal. In here, there is a policy. If I use this policy to verify the e-mail, it works without problem. But I want to use 2 different policy to send different verification e-mail. So I added new custom policy. But when I click to "run now" sigin_and_signup policy it verified with other verification e-mail. By the way I created APIKey and tenantID(d-abcsdsvxxxxxxx) on the sendGrid portal.
How Can I connect the SendGrid dynamic templates to azure custom policy to send custom verification e-mail?
673 Views Asked by yalçın At
1
There are 1 best solutions below
Related Questions in AZURE-ACTIVE-DIRECTORY
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Microsoft Entra ID - How to delete a tenant?
- Azure AD guest account in web app authentication user claims data
- Handling errors in MSAL Redirect - reactjs login with microsoft sso
- Azure Cross Cloud Auth using AAD
- Get id token from the access token
- Microsoft Identity does not work in docker desktop
- how to get refresh token in msal-browser Azure AD B2C login?
- Local DX for service-to-service authentication based on Managed Identities in Azure
- How can I add an identity provider to an existing user in an AWS Cognito user pool using the OIDC protocol?
- Azure B2C MFA custom policy flow 'try another way'
- How can I protect an Java Spring boot API against Azure AD B2C if I only have an id_token?
- Is there any way to get a new Azure CLI token without logging out?
- Code a Delegated Permission in Azure Powershell
- Service Principals I create are not being created as mine
Related Questions in AZURE-AD-B2C
- Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)
- B2C Login is showing me an error page after entering credentials. When clicked on Sign in button, it's logging me in without asking for creds
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- how to get refresh token in msal-browser Azure AD B2C login?
- Azure B2C MFA custom policy flow 'try another way'
- Azure AD B2C login getting error The redirect URI 'localhost:3001' provided in the request is not registered
- Azure AD B2C login with Microsoft identity provider error: Proof Key for Code Exchange is required for cross-origin authorization code redemption
- Azure B2C cannot use Okta as IdP via OIDC - 'Signature validation failed'
- Need to pass custom claims to B2C Custom Policy from a React Application
- How to change Azure AD User invite email template and Accept invite link, Currently it's allowing text only, can we make like HTML
- Azure PIM role activation in B2B environment
- How to prevent Login in AD B2C based on an extension claim type using User Flows
- AADSTS9002326: Cross-origin token redemption is permitted only for the 'Single-Page Application' client-type. Request origin: 'capacitor://localhost'
- azure b2c custom policy failed to get access token
- B2c tenant Creation and creation of users/apps from main tenant using terraform. Is that possible?
Related Questions in SENDGRID
- Can anyone please post working code to send email using sendgrid on Azure databse using PLSQL procedure
- Sendgrid attachments in C#
- Python - compress folium map html as email attachment and send via sendgrid
- Getting certificate exception in asp.net webforms while sending email by using sendgrid
- How to hide preheader text in sendgrid for all email application
- "Attempt to read property \"view\" on null" After I stop returning MailMessage from VerifyEmail
- SendGrid Email Validation Over Limit
- Dynamic data in single send | Twilio SendGrid
- Sendgrid PHP / PHPMailer - Attachment not adding to email
- Sendgrid 405 Error Method Not Allowed in Next.js
- Unable to send welcome email apon user signup in node.js app
- How to update the contact lists of an email address in the Send grid?
- Getting an error getaddrinfo ENOTFOUND when trying to send an email using sendGrid and Firebase Trigger email
- Sendgrid email validation response fields
- PHPMailer Sendgrid PHP - Attachment of DomPDF HTML Render
Related Questions in SENDGRID-TEMPLATES
- Why does a change to our dynamic template does not affect sent messages?
- Retrieve Sendgrid Email templates to Salesforce code via API
- Save Sent SendGrid Emails as PDF
- SendGrid dynamic templates won't use dynamic data when sending multiple emails
- Sendgrid - is it possible to have subscription tracking without inserting the unsubscribe link?
- Dynamic HTML template to an email using sendgrid java
- Sendgrid integration to frontend application
- How to use the same footer for all email templates in sendgrid
- Multiple "or" conditions in SendGrid handlebars template
- Else-if conditional statements in Sendgrid
- How to use geologica font in Send grid email template?
- Sendrid with Typescript handlebars iterations doesn't work
- Sendgrid with template: email is generated without replaceing template variable using .NET 6
- How to embed Gmail markup in SendGrid dynamic templates
- SendGrid generated unsubscribe links are pointing to a non-existent sub-domain of my website. How do I fix it to use a SendGrid hosted unsub page?
Related Questions in SENDGRID-API-V2
- send email using SendGrid hung c#
- Unable to get resonse from import contacts sendgrid API using python
- SendGrid template creation in python
- From Name - This is a user-friendly name that is displayed to your recipient when they receive their email
- Separate attachment from Raw mime message from Sendgrid in Nodejs
- Is there any filter option for X-MessageID from SendGrid response?
- How to use LIKE operator for msg_id or from_email or to_email in query for sendgrid email activity?
- How to use sendGridAPI's last_event_time filter in queryParams json string with dynamic values in c#?
- Sendgrid complex data into dynamic template data in java
- View stats for sendgrid dynamic templates
- Sendgrid Inbound Parse webhook and Java MimeMessage Compatibility
- how to get sendgrid user id after saving contact by using their API
- Send grid c# V3 api : Not able to send mail from MVC c# web application : Response: Bad request : using "SendEmailAsync" using "RestClient"
- Getting SendGrid API Keys to work with ColdFusion
- How Can I connect the SendGrid dynamic templates to azure custom policy to send custom verification e-mail?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The docs should be able to help you out with how SendGrid can be integrated with B2C to send custom verification emails. If you want to send a completely customised verification email (instead of the AAD default email) then you need to follow that documentation step-by-step.
If you've already implemented custom email verification templates and your two policies are both using the same template instead of different ones then the part you're probably having problems with is the claims transformation. If you take a look at that section of the docs you'll see that there's a
template_id, that's the id of the specific SendGrid email template that B2C will use.If you want there to be two different custom email templates used then you'll need two different claims transformations, each with the
template_idof the email it should be using. You'd also need twoSendOtptechnical profiles, each using a different claims transformation.