About this article
In this article we will be creating a new App registration in Azure Active Directory (AzureAD). This is used by the Templafy Email Signature Server to update the processed e-mails in the Sent Items folder with the Templafy managed e-mail signature.
This App registration is also used to convert any TNEF/RTF e-mails into HTML so the Templafy managed e-mail HTML signature can be appended.
Prerequisites
|
Step 1 - Create a new App registration in Azure AD
-
Go to https://portal.azure.com
- Ensure the intended subscription is selected
-
Go to Azure Active Directory
-
Go to App registrations
-
Click [
+ New registration
]-
Name:
templafyemailsignatureserver
-
Supported account types:
Accounts in this organizational directory only (<YOURTENANT> only - Single tenant)
- Click [
Register
]
-
-
Save the Application ID for later
- Click [
View API permissions
] -
Click [
+ Add a permission
] - Select the APIs my organization uses tab at the top
- Click the Office 365 Exchange Online Name in the list
- Click [
Application permissions
] - Select 🗹
full_access_as_app
- Click [
Add permissions
]
- Click [
- Click
Grant admin consent for <YOURTENANT>
(this needs to be clicked each time permissions are modified)
Step 2 - Update the App registration Manifest
-
Requires
keyCredentials.txt
generated in Step 1. Configure Certificates for the self-hosted solution -or- received from Templafy for Templafy-hosted solution -
Navigate to the newly registered App from Step 1
- Click
Manifest
-
Edit the
keyCredentials
JSON property and copy the content of thekeyCredentials.txt
file generated in the earlier step (Note: Be sure to maintain a valid JSON structure when copy/pasting) -
Click Save
- Click
Comments
0 comments
Article is closed for comments.