Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.05 KB

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