Support for client_credentials grant type? #166
cyberdynatics
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
MSFT's June announcement of support for client_credentials grant type is only for IMAP and POP. Greg Taylor of the Exchange team has confirmed to me that SMTP support has not yet (Aug 5th) been released.
where new property grantTypeValue will need to be passed in the instantiation of Oauth from your mainline call of PHPMailer. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Microsoft has finally made their oAuth authentication support the client_credentials grant type, but I'm not seeing how to get it to work. I have it working in my own IMAP implementation but can't get it working using PHPMailer for SMTP.
Does anyone know if this project can be updated to work with this grant type? I'm new to PHPMailer and it's oAuth implementations so I'm not sure how to modify it myself.
Beta Was this translation helpful? Give feedback.
All reactions