Replies: 1 comment 10 replies
-
@ecederstrand any insights on this, what I could be possibly doing wrong. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an app that is fetching emails from a mailbox using basic authentication and the url being used is outlook.office365.com. We want to move it to OAUTH authentication and followed the steps described in this documentation to generate the secret keys needed to authenticate. I am getting Invalid Credentials issue while trying to create Account object. Kindly let me know if I am missing something or any extra steps needed. PFB the code snippet used currently with basic auth and code I am trying to use. Kindly let me know if any further information is needed.
Basic Auth Code:
Code with OAUTH:
Beta Was this translation helpful? Give feedback.
All reactions