Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Microsoft OAuth integration with NextAuth (Outlook) #271

Open
6 tasks
elie222 opened this issue Dec 19, 2024 · 0 comments
Open
6 tasks

Setup Microsoft OAuth integration with NextAuth (Outlook) #271

elie222 opened this issue Dec 19, 2024 · 0 comments
Labels
outlook Microsoft Outlook support

Comments

@elie222
Copy link
Owner

elie222 commented Dec 19, 2024

Add Microsoft/Outlook authentication support alongside existing Gmail auth.

Tasks:

  • Add Azure AD provider to NextAuth config
  • Update session handling to track provider type (gmail/outlook)
  • Update environment variables for Azure credentials
  • Add login UI toggle between Gmail/Outlook
  • Add documentation for Azure app registration process
  • Hide Outlook login if environment variables for Azure not set

Technical Notes:

  • Use next-auth/providers/azure-ad
  • Need to handle tenant ID for enterprise deployment
  • Update types to include provider in session
@elie222 elie222 added the outlook Microsoft Outlook support label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
outlook Microsoft Outlook support
Projects
None yet
Development

No branches or pull requests

1 participant