-
I've got OAuth proxy setup and working fine for many of my internal services. I am trying to add some email alerting to some PowerShell scripts, so am trying to use Send-MailMessage to submit a message to the OAuth proxy. Given the "client" is authenticated as it is working fine for other submitted messages, I'm confused why this is erroring? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Please post the proxy's log in debug mode so that I can see what authentication method is actually being attempted. |
Beta Was this translation helpful? Give feedback.
Nevermind, me being dumb (half asleep while trying this).
Having had a read through the log entries for a successful send vs unsuccessul, I realised I wasn't providing credentials in the PowerShell command 🤦♂️