Account Branding - Create Custom Email Settings API - onelogin

Has anyone used OneLogin API to Create Custom Email settings with Office365?
We are trying to change the FROM Email Address used on Forgot Password request and unable to get it working with Office365.
Appreciate any help you can provide
Thanks!
Matt

OneLogin doesn't yet support Custom Email Providers. Although you can change the contents of Email.
I had same issue with OneLogin. I decided to send Email to users from SendGrid with OneLogin Forget Password link in it.

Related

Need to update Email template of MFA which is being sent to User

I am looking for solution/code/custom policy to customize/update email which is being sent over user email address when ever he is being instate MFA for his account login
SAMPLE FORMAT BELOW WHICH NEED TO BE UPDATED OVER EMAIL which is being sent to customer along with OTP
the subject and email format of the OTP for the customer onboarding process should be:
Subject of the email: XYZ Company registration - [OTP number] for authenticating user
Body of the email:
Thank you for initiating the process of registering to our XYZ company online. Please use the [OTP number] to validate your email address.
In case you have not raised this request, please contact our Customer Service Centre on 18000 077 or email Customer.Helpdesk#xyz.au and we will be more than happy to assist you.
Regards,
Use custom email in Azure Active Directory B2C (Azure AD B2C) to send customized email to users that sign up to use your applications. By using the third-party email provider SendGrid, you can use your own email template and From: address and subject, as well as support localization and custom one-time password (OTP) settings.
Custom email verification requires the use of a third-party email provider like SendGrid, Mailjet, or SparkPost, a custom REST API, or any HTTP-based email provider (including your own)
Note: Azure Active Directory B2C offers two methods to define how users interact with your applications: through predefined user flows or through fully configurable custom policies.
For more details refer this document:

Enable another user to set gmail filter for my email

I am looking to set up an email forwarding system. I have successfully used the Gmail API to read and edit emails from my ADMIN account (the admin account is a gmail account that I created and has oauth2 credentials from the Gmail API as described in the Quickstart guide).
I would now like to enable USERS of my web application to click a button that will programmatically create an Gmail filter for the USER email that will forward specific messages to the ADMIN email. I am using the Python API.
I am trying to use the filter API, but am getting a "Delegation denied for ADMIN_EMAIL.
How do I approach this?
Thanks!

Azure B2C Custom Policy - change sign in from email to phone

Currently I am capturing the users email and phone when they sign up. Once they are signed up, they log in with their email and password. I would like to change this so they login with their phone and password instead of their email address. What update do I need to make in my custom policies to achieve this?
There is GitHub sample Where you can login users solely on Phone Number and MFA via SMS or Phone Call. This approach is passwordless. Hope this will helps your query

Firebase password reset customization

I need to change the forgot password link in firebase authentication template emails from a URL to a 6 digit verification code only.
The code will be generated on 'forgot password' and emailed to the user, once received the user would need to enter this verification code into the app... and after confirmation, he/she can change their password. How can I achieve this in firebase.
If you check the Customize account management emails and SMS messages documentation you can see that the oobCode is generate and added directly to the URL, and you cannot generate it otherwise.
On this community post a similar problem to yours is suggested and the proposed solution is to generate you own verification mechanism, although it is possible it represents a lot more work on your end than using the pre existing email with url configuration.

DocuSign API Email Verification

I'm having an issue receiving the verification email from DocuSign that is needed to create an account under my master account to connect for use with API. The emails don't appear to be hitting my firewall, nor are they showing up in my email. Does anyone know if these emails are coming from docusign.com, docusign.net, or some other domain?
In Demo emails will come from dse_demo#docusign.net and in PROD it should come from dse#docusign.net. Also please check your Spam/Junk folder if it landing on these folder as per your email server policy.

Resources