After updating the SMTP provider details using POSTMAN as listed below,
PATCH: https://{{sspMgmtHost}}/
[
{
"name": "smtpFromAddress",
"value": "[email protected]"
},
{
"name": "smtpPortNumber",
"value": "25"
},
{
"name": "smtpServerHostName",
"value": "smtprelay.com"
}
]
The email notification stopped working with the following errors
msg: Unable to send notifications: SMTP Provider Properties not set properlythread: authhub_thread_
throwable: com.broadcom.
msg: SMTP Email Service initialization failed.
msg: SMTP user password is not supplied. Hint: Property 'smtpUserPassword'
msg: SMTP user name is not supplied. Hint: Property 'smtpUserName'
Does AuthHub requires the usage of name and password in the SMTP Service ?
VIP Authentication Hub 3.1
Currently in VIP Authentication Hub product when smtpAuthEnabled is set to 'false' , It still requires the smtpUserName and smtpUserPassword values, it need not be the correct values but any can be populated with any dummy values. Here is an example of the patch API call. There is a backlog item in the product to not require to pass the smtpUserName and smtpUserPassword when smtpAuthEnabled is set to 'false' and it will be part of some future release.