Hi,
I want build web application (ASP MVC) hosted on my dedicated server.
I want to display this application in IFRAME and access data in Dynamics CRM Online in controller code.
I follow instructions included in this tutorial. azure.microsoft.com/.../active-directory-dotnet-webapp-openidconnect
Now everything work fine. I can access my app only is i am logged on in created Azure AD, which is connected with Office 365 AD.
But I do not know how can i login to Dynamics CRM with context of current logged user in my app.
Is there any way to create OrganizationService from User.Identity in ASP MVC?
Please suggest.
Regards,
Janusz