Microsoft 365 gatekeeper (Entra sign in, Outlook, Calendar, OneDrive/SharePoint, Teams). Would you take this upstream? #48
markmusson
started this conversation in
Ideas
Replies: 1 comment
|
I would like to see a gatekeeper for M365. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm deploying Cloudflare OS for a company that runs entirely on Microsoft 365, with no Google accounts at all. That currently means no way to sign in and no mail, calendar, or file integrations. I'm building a
gatekeeper-microsoftpackage to close that gap, modeled closely on the existing gatekeepers:providesAuth), with the verified email taken from the ID token claimsfindMeetingTimesfor availabilityIt follows the Confluence gatekeeper's handling of rotating refresh tokens, since Microsoft rotates them on every use. Everything is additive: one new package directory plus a dev credential entry in
run-dev-server.js.I know the contribution policy, and I'm not asking you to review a large PR cold. I'm asking whether you'd want this upstream at all, and if so, whether you'd like to shape the design before I write it. I'm happy to maintain the package either way. If upstream isn't the right home, I'll publish it as a standalone repo people can drop into their checkout, and a link from your README would do the rest.
All reactions