Open gsiener opened 4 years ago
Hi, @gsiener. Thanks for raising this issue! @mikfreedman and I have already been talking about this, so let's use this issue to provide some visibility into our research and work.
Pinging @osis
@mikfreedman got a branch I can peek at / collaborate on?
@flavorjones We're still figuring out what we need for a PoC of the Auth Flow. I have shared our scratch documents with you
haven't forgotten about this. Mapped out the flow to get API access, this is what I'm thinking based off of the Microsoft docs...
< Calendar Assistant launches https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps >
1) Click on "New Registration" 2) Give it a name (ex. calendar-assistant) 3) Choose a scope 4) Redirect URL should be "https://login.microsoftonline.com/common/oauth2/nativeclient" 5) Click "Register" 6) Click on the new application 7) Paste Client ID
This would allow the code to kick off an oauth flow and grab access/refresh tokens. Does that sound about right?
Please fix this bug ðŸ˜