Skip to content

Just got back from a weekend, or even just a lunch break and can't remember what you were doing in Microsoft apps? This tool can help you get back to what you were doing.

Notifications You must be signed in to change notification settings

digitaldirk/WhatWasIDoingMicrosoftGraph

Repository files navigation

WhatWasIDoingMicrosoftGraph

This is an entry for Hack Together: Microsoft Graph and .NET found at: https://github.com/microsoft/hack-together

Blazor, .NET 7, MudBlazor, and Graph API SDK was used in the creation of this project.

The premise of the app is to refresh your memory of what you were doing in Microsoft apps.

APP WILL NOT WORK IF YOU DON'T CONFIGURE IT WITH YOUR DETAILS

To run this app clone the repo, then fill in your details in the appsettings.json file:

 "AzureAd": {
    "Instance": "https://login.microsoftonline.com/",
    "Domain": "<your domain>",
    "TenantId": "<your tenant id>",
    "ClientId": "<your client id>",
    "ClientSecret": "<your client secret>",
    "ClientCertificates": [
    ],
    "CallbackPath": "/signin-oidc"
  }
WWIDMG.Demo.mp4

Hack Together: Microsoft Graph and .NET

About

Just got back from a weekend, or even just a lunch break and can't remember what you were doing in Microsoft apps? This tool can help you get back to what you were doing.

Topics

Resources

Stars

Watchers

Forks