File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
02-add-aad-auth/graph-tutorial
03-add-msgraph/graph-tutorial Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<appSettings >
3- <add key =" ida:AppID" value =" YOUR APP ID " />
4- <add key =" ida:AppSecret" value =" YOUR APP PASSWORD " />
3+ <add key =" ida:AppID" value =" YOUR_APP_ID " />
4+ <add key =" ida:AppSecret" value =" YOUR_APP_PASSWORD " />
55 <add key =" ida:RedirectUri" value =" https://localhost:44375/" />
66 <add key =" ida:AppScopes" value =" User.Read Calendars.Read" />
77</appSettings >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<appSettings >
3- <add key =" ida:AppID" value =" YOUR APP ID " />
4- <add key =" ida:AppSecret" value =" YOUR APP PASSWORD " />
3+ <add key =" ida:AppID" value =" YOUR_APP_ID " />
4+ <add key =" ida:AppSecret" value =" YOUR_APP_PASSWORD " />
55 <add key =" ida:RedirectUri" value =" https://localhost:44375/" />
66 <add key =" ida:AppScopes" value =" User.Read Calendars.Read" />
77</appSettings >
You can’t perform that action at this time.
0 commit comments