asp.net mvc 4 - publish web application in azure facing permission issue with office365 -


we doing office 365 asp.net mvc , in example working fine local system,(we using vs2015), when publish azure web application published. after open url click email button go login page , enter credentials logged , redirect mail page showing error message, local working fine everything.

please let me know required after publish.

 oops you've reached error! weren't able process action requested. caused exception in below table:  exception   cause   action adalexception   exception thrown when either have stale o365 access token can cause authentication errors, or attempted access resource don't have permissions access.    you'll may need refresh access token. try signing out , signing in app again, or refreshing session click here.   make sure app configured correct service permissions in services manager menu. if of these permissions not configured, or configured incorrectly, parts of app may throw error. example  right click project, select connected service..., , ensure following permissions set app:      (calendar) – have full access users’ calendar , read users' calendar     (contacts) – have full access users’ contacts , read users' contacts     (mail) - send mail user, read , write access users' mail, , read users' mail     (users , groups) – enable sign-on , read users’ profiles. 

thanks, hemanth


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -