Microsoft 365 gatekeeper (Entra sign in, Outlook, Calendar, OneDrive/SharePoint, Teams). Would you take this upstream? #48
Replies: 5 comments 4 replies
|
I would like to see a gatekeeper for M365. |
|
Built and it definitely works, however I have abandoned the platform - it does not work for my use case... |
|
Try my fork: https://github.com/twinprime19/cloudflare-os Has Entra ID sign in, with the verified email taken from the ID token claims It has other enhancements as well so pick what you need, or use it all. We're using this internally in our company for near zero cost with small testing group of about 10 users. If you like it please drop a star. |
|
I could probably make a case for Cloudflare OS at work, but first-party support for 365/Entra would almost certainly be an absolute must. Just commenting to add my support to the pile. |

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