Skip to main content
Kofax

Sample configuration for sending via SMTP using OAuth2 authentication in KIC

Article # 3050041 - Page views: 397

Issue

How to configure email sending via SMTP using OAuth2 authentication in KIC

Solution

See the References at the bottom of the page for related documentation and information.

Below, you can find screenshots for a sample configuration for sending out emails via SMTP using OAuth 2 authentication in KIC.
It's recommended to have a separate Application on Azure for this purpose.
KIC only supports the Authorization Code Grant for this purpose. 
This sample configuration uses the "Authorization Code Grant" with the "Mobile and desktop applications" platform.

General Azure settings

SMTP Auth - Azure Overview.png

SMTP Auth - Azure Authentication.png

SMTP Auth - API permissions.png

 

KIC settings

Click on "Configure SMTP Outbound" in your Connection configuration window.

SMTP Auth - Connection Configuration.png

Activate the checkbox "Override Kofax Message Connector SMTP Outbound Configuration" and the checkbox "Use OAuth authorization".
Configure the user you want to use for this.
Click on "Configure OAuth".

SMTP Auth - KIC Configure SMTP Outbound.png

Click on "Manage" to check and modify the Authorization Server

SMTP Auth - KIC manage auth server.png

Make sure the "SMTP Outbound scopes" field contains the following value:
https://outlook.office.com/SMTP.Send SMTP.Send offline_access openid profile

SMTP Auth - KIC Authorization Server .png

Click OK and enter your "Tenant ID", "Client ID" and "Redirect URI"

SMTP Auth - KIC - SMTPOUTBOUND.png

Now you should be able to Authorize this user and Test the connection.

Level of Complexity 

Moderate

 

Applies to  

Product Version Build Environment Hardware
Kofax Import Connector 2.10 FP3    

References

 

 

Article # 3050041