While working with smtp.send endpoint, my code is showing success however in actual no mail transfer is taking place. Hve implemented this code for send mail functionality
Thanks for the tutorial, how about if you would like to read emails from inbox. Am able to get the token, however, am getting Store.Connect failed with the errror: AUTHENTICATE failed.
Hello, can you please share an example or a separate video for how to use this Access Token to send emails using an Application as I am also trying to setup same on our organization and this helps me to generate access token successfully but don`t know how to use it for relaying emails from apps or devices.
@@microsoftgraphExplorer - I checked the playlist but didn`t find video where using SMTP OAUTH we could send email. Could you please share the link of that video ? Thank you.
Thanx for amazing video. I have SAP application in-premises and wants to relay email using SMTP OAuth by the smtp client submission. I have done the enterprise registration and added API send permission as a application administrator but still unable to send email from SAP application and giving error.
How to connect pop3 using oauth2 ... service already implemented, i need to stop basic authentication and add oauth2 authentication It's really needed .. if someone knows please share me
you should first verify that the APIs are indeed registered in Azure AD. You can do this by searching for the API in the Azure portal or by checking with the developer or administrator who registered the API. If the APIs are registered in a different tenant, you will need to use a multi-tenant application registration to grant consent to the APIs in that tenant. If you have confirmed the APIs are registered in the same tenant but still can't see them, it is possible that you don't have the correct permissions to view them. In this case, you should contact your Azure AD administrator to request the necessary permissions.
Can we connect Microsoft Oauth to SAP successfactors?
You can contact SAP support for this , as long as they have SSO enabled it should be good.
While working with smtp.send endpoint, my code is showing success however in actual no mail transfer is taking place. Hve implemented this code for send mail functionality
Thanks for the tutorial, how about if you would like to read emails from inbox. Am able to get the token, however, am getting Store.Connect failed with the errror: AUTHENTICATE failed.
Can you please try to post the complete error message? I can try to help. Also does your token contain smtp as scope?
Assign read permissions too.
Absolutely correct
Hello, can you please share an example or a separate video for how to use this Access Token to send emails using an Application as I am also trying to setup same on our organization and this helps me to generate access token successfully but don`t know how to use it for relaying emails from apps or devices.
Please check the playlist, I have a video on application permissions and sending the email
@@microsoftgraphExplorer - I checked the playlist but didn`t find video where using SMTP OAUTH we could send email. Could you please share the link of that video ? Thank you.
Thanx for amazing video.
I have SAP application in-premises and wants to relay email using SMTP OAuth by the smtp client submission.
I have done the enterprise registration and added API send permission as a application administrator but still unable to send email from SAP application and giving error.
I tried this using outlook mail but the authentication was not successful
what is the error that you are getting?
@@microsoftgraphExplorer authentication unsuccessful
How to connect pop3 using oauth2 ... service already implemented, i need to stop basic authentication and add oauth2 authentication It's really needed .. if someone knows please share me
Follow same procedure put permission as Pop.AccessAsUser.All and scope as outlook.office.com/Pop.AccessAsUser.All
Hello, APIs used by my organization are not visible. Grant admin consent for ... to same. What should i do ?
Can you please give more details on what exactly do you mean by API's not visible?
Can't be used with free azure, i think. Should i have an account ?
@@atahanates3341 I don't think paid Azur account is needed for that.
you should first verify that the APIs are indeed registered in Azure AD. You can do this by searching for the API in the Azure portal or by checking with the developer or administrator who registered the API.
If the APIs are registered in a different tenant, you will need to use a multi-tenant application registration to grant consent to the APIs in that tenant.
If you have confirmed the APIs are registered in the same tenant but still can't see them, it is possible that you don't have the correct permissions to view them. In this case, you should contact your Azure AD administrator to request the necessary permissions.