How to integrate Microsoft 365 in Asp.net? - microsoft365

I am going to integrate Microsoft 365 in Asp.net core.
But I don't at all.
Please help me.
I must implement login and send email in the app.

Related

How to fix Google oauth verification error

When I sent my application to Google oauth team, they said it's a developing or staging application and these are not allowed for oauth login. And the thing is I already published my application a month ago. And also added a download button for it on my website
Here is a pic-
What they mailed me
I am pretty sure the email/reply itself is self-explanatory.
"Google" thinks that your application itself is not complete and is still in development. Please try to contact google support team regarding this. That is all I can say from the amount of information you have given.

Laravel 5.2 establish web services for mobile app

I trying to make a back office using laravel 5.2 for my mobile application. Where authentication user could be access of my webservice to fetch information.
I had research on that , I also use JWT plugins but its not fit for me. This plugins can't accept post request.
If you have any idea please share with me.

Sharepoint workflow not seen in Office 365

I have created a VS 2013 app for Sharepoint. I have created work flow as well. I am deploying this solution to online sharepoint ( 365). I see my app published but i do not see my work flow.
Any suggestion this is maddening me.
Resolved this issue. Actually the workflow did get published. It was published in the App and i was searching in the main sharepoint site.

Creating a custom web service for Dynamic Navision

I am new to Dynamic Navision .On just going through the Dynamic Navision Solution I could find certain in-built Web Services.
Can those Web Services be customizable .
If so how can I make it possible.
Can I create a new Service with new Object Id .
I have searched for resources,but couldn't find any .It would be really helpful if someone suggest me with a good resource.
I think, more specifically you're looking for:
http://msdn.microsoft.com/en-us/library/dd339004.aspx
Creating a codeunit from within Microsoft Dynamics NAV.
Exposing the Web service.
Verifying the Web services availability.
Consuming the Web service from a console application that is created
in Visual Studio
Just make sure you have
Microsoft Dynamics NAV 2009 with a developer license.
You might like to give: http://msdn.microsoft.com/en-us/library/dd355036.aspx a read.

Windows Phone 8 using PNS authenticated web service for an enterprise app

We have an enterprise app using MS PNS that is managed via a 3p MDM (airwatch).
The app will NOT be deployed via the MS phone store and I need to enable PNS using an authenticated web service without the 4 month development window as stated here (http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff941099(v=vs.105).aspx).
As per the MSDN article noted above the certificate would become invalid after the 4 month development window if the app is not published to the store and since the app WILL NOT be published to the store I'm not sure how to make use of MS PNS without hitting the per channel limit as per this documentation (http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff941100(v=vs.105).aspx) which results in a "406 not acceptable".
Our goal is to have an enterprise app deployed using a 3p MDM (not via the MS phone app store) that has an unlimited PNS limit to each enterprise device. Can this goal be met somehow?
As far as I can tell there is no way. Based on my understanding of the documentation, the authenticated channel only works for apps published through the store. I would love to be proved wrong here. :-)
The recent leaked Windows Phone Blue screenshots hint that Microsoft is improving the notification service, including the user experience on the phone. So there is hope for the future version at least...