Forum Discussion
add attribute query f5 apm
Turn up logging to debug for all features, that should give you more information of what is going on in general. I would expect the variables to be logged without it though.
You must configure a smtp relay, otherwise it doesn't know how to send the otp:
Regarding decrypting ssl I would go for both sides. Have a look at Mr. Rahm's solution:
- Anzine321Apr 28, 2023Altocumulus
function send_email (req, res) {
var transporter = nodemailer.createTransport ({
host: 'xx.xx.xx.xx',
port: 25,
secure: false,
tls: {
rejectUnauthorized: false
}
});
var mailOptions = {
from: '@example.com',
to: req.params()[2],
subject: 'User VPN '+ req.params()[0],
html: "Kode OTP : "+ req.params()[1] + "<br />dont share.<br /><br />Email user: "+ req.params()[2]+"<br />Phone: "+req.params()[3]+"<br/>Department: "+req.params()[4]
};here is irule access policy agent event (on vpe attribute name is mail)
ACCESS::session data get session.ad.last.attr.mail
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com