I have mail box which has authentication with Azure AD Authentication. I am doing a POC with RoundCube where the authentication to login to that mail box should not be a user name and password. The application authentication will happens using Azure Active Directory and the same auth token should be passed to RoundCube to get authenticated the mail box while login to RoundCube.
Can you please point me any solution for the same.
Many Thanks, Thirumalai M
Based on your comment, I believe you are looking to implement an "on-behalf-of" scenario.
Please take a look at the following Sample we have on our GitHub: https://github.com/AzureADSamples/WebAPI-OnBehalfOf-DotNet
Let me know if this sample helps you, or if you need additional clarification here.
Thanks, Shawn Tabrizi