makeplane / plane

🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
http://plane.so
GNU Affero General Public License v3.0
28.56k stars 1.56k forks source link

[feature]: Add Microsoft Authentication as SSO Option #3381

Open sats268842 opened 7 months ago

sats268842 commented 7 months ago

Is there an existing issue for this?

Summary

Integrating Microsoft Authentication will enhance accessibility and user experience, especially for corporate users entrenched in the Microsoft ecosystem.

Why should this be worked on?

Integrating Microsoft Authentication as a Single Sign-On (SSO) option is essential for enhancing user convenience, expanding the user base, and ensuring robust security. Many users and organizations heavily rely on Microsoft services, making this integration crucial for accessibility and compliance with corporate standards. Additionally, it aligns with industry trends towards secure and efficient authentication methods, potentially increasing the tool's adoption and competitiveness.

torbenraab commented 7 months ago

Please take a look at #3341

sats268842 commented 7 months ago

@torbenraab We can also configure Microsoft Auth with

Microsoft Auth Config

MICROSOFT_CLIENT_ID= MICROSOFT_CLIENT_SECRET= MICROSOFT_CALLBACK_URL=http://localhost:3170/v1/auth/microsoft/callback MICROSOFT_SCOPE=user.read MICROSOFT_TENANT=common

Since it will take time for OpenID Connect to merge. So we can go with this approach