-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for sending email with oauth2 authentication #1950
Comments
I believe this requires state, and is also tricky to implement, so doesn't quite make sense here. |
Thank you for responding so quickly! Authenticating with username and password is being deprecated at my employer. |
I think this is something that varies by provider, so a generic implementation isn't possible. I'd suggest asking for a role account that can use a supported auth mechanism. |
Role account?
Mark Wohlin
On Jul 3, 2019, at 15:38, Brian Brazil <[email protected]> wrote:
I think this is something that varies by provider, so a generic implementation isn't possible. I'd suggest asking for a role account that can use a supported auth mechanism.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
A user account created solely for use of a service (e.g. alertmanager), rather than an user account that's tied to a person. |
What did you do?
I need to be able to send emails from Alertmanager to o365 using oauth2 authentication. Looking at the code I see it support CRAM-MD5, PLAIN and LOGIN
What did you expect to see?
Can we get oauth2 added?
0.17.0
2.7.1
The text was updated successfully, but these errors were encountered: