16
Xamarin App and Microsoft Graph By Hector Luciano Jr

Xamarin App and Microsoft Graph

Embed Size (px)

Citation preview

Page 1: Xamarin App and Microsoft Graph

Xamarin App and Microsoft Graph

By Hector Luciano Jr

Page 2: Xamarin App and Microsoft Graph

What is Microsoft Graph

Page 3: Xamarin App and Microsoft Graph

Microsoft Graph Diagram

Page 4: Xamarin App and Microsoft Graph

Explorer Microsoft Graphhttps://graph.microsoft.io/en-us/graph-explorer#

Page 5: Xamarin App and Microsoft Graph

How to set it up?

New App Registration Portal

Office 365 App Registration

Page 6: Xamarin App and Microsoft Graph

Register You App with Microsoft GraphHere is where you register your App, mind is called XOfficeApp. It return you a ClientID . Warning!!! You must copy and store the Client ID value, because you wont be able to retrieve after you leave the page.

Page 7: Xamarin App and Microsoft Graph

Requirements

• You must have an Office 365 Business Account• You must have a Azure AD subscription associated with the Office 365 Business Account

Page 8: Xamarin App and Microsoft Graph

Create a Web Application

Page 9: Xamarin App and Microsoft Graph

Debugging “Bad Request” Login Issues• When trying the login notice the

reply address is valid.

Fix it by manually setting the Express Port

Page 10: Xamarin App and Microsoft Graph

Oauth2 Grant Flow• What is Implist?

Page 11: Xamarin App and Microsoft Graph
Page 12: Xamarin App and Microsoft Graph

Local Function

Page 13: Xamarin App and Microsoft Graph
Page 14: Xamarin App and Microsoft Graph
Page 15: Xamarin App and Microsoft Graph
Page 16: Xamarin App and Microsoft Graph