@@jaypatadia3744 You can refer this video th-cam.com/video/JF3SOIpExL8/w-d-xo.html this is the flow which tells you how to implement this without user interaction
If the goal is to retrieve email from Microsoft's email services, EAGetMail would be a good choice as it is designed specifically for this purpose, while MSAL is focused on handling authentication and authorization, which is a different task.
does the same example will work to read the emails and attachment by using ExchangeEWS (Exchange Web Service). what type of changes i have to do for it? Can you please guide for it?
thanks for the video, as I need this without user intervention, so once authenticated can I use the same token to connect again? if so what if the token expires, do we need to re authenticate or can request for a refresh token?
Confirm still works on 03-2024! Thanks so much!
Can you please make video and explain the code for reading mails.
How I can skip redirect to url part I want to login and read email without redirection can you please help me out
You need to use client Credential code flow if you want to skip the redirection part
Can you provide references for implementing this ? I really need this
@@jaypatadia3744 you can refer this documentation here learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow
I have referred this documentation but I am not getting it how can I bypass or skip the redirect url can you please provide more info ?
@@jaypatadia3744 You can refer this video th-cam.com/video/JF3SOIpExL8/w-d-xo.html this is the flow which tells you how to implement this without user interaction
Can we read emails from a different tenant email similarly? Do you have a video on that?
You cannot read emails from different tenant, only users from same tenant can read information from their parent tenant
do you have a guide to login on outlook desktop via pop3 using modern auth?
Any specific reason on why you used EAGetMail and not MSAL Libraries?
If the goal is to retrieve email from Microsoft's email services, EAGetMail would be a good choice as it is designed specifically for this purpose, while MSAL is focused on handling authentication and authorization, which is a different task.
does the same example will work to read the emails and attachment by using ExchangeEWS (Exchange Web Service). what type of changes i have to do for it? Can you please guide for it?
Can anybody help with the java code for mailbox login and read mails via oAuth2. Also, I want no manual intervention for this.
thanks for the video, as I need this without user intervention, so once authenticated can I use the same token to connect again? if so what if the token expires, do we need to re authenticate or can request for a refresh token?
You can use the refresh token by using offline_access as the scope
Thanks! Work´s for me!
thanks for the work .. could you please explain the code making video
Hi plz help me
Yes, please post your question here and I'll be happy to help.