Build Simple UI in C# / Web App which Authenticates, and then Enables Users to Search their own OneDrive

Job ID: 30636378

Budget: $250 – $750 USD

Another project will use this source code to get started. Please make sure to heavily comment your code.

Workflow in Code:
1. In a newly created authentication.aspx, web UI, solicit any information required for Microsoft Graph / OAuth 2.0. ​Authentication flows should use "Token flow". Mak sure ANY Organization, and personal accounts are allowed to login.

2. In newly created search.aspx, web UI, provide a user a text box to enter in text to search in their OneDrive.

3. Perform the search using the latest Microsoft Search API version. Display all of the matching OneDrive file name results below the search textbox. For each file, display ALL OneDrive file metadata, such as Author, last modified, etc.

4. Open selected OneDrive file in the browser, if file type already defined by the system.

5. User should have the ability to logoff
Related categories: ASP .NET C# Programming OAuth Web API