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

feat: add microsoft-entra-id provider #10497

Merged
merged 7 commits into from Apr 7, 2024
Merged

Conversation

ndom91
Copy link
Member

@ndom91 ndom91 commented Apr 7, 2024

☕️ Reasoning

  • Add microsoft-entra-id provider
  • Label as @deprecated AzureAD and Azure DevOps

🧢 Checklist

  • Documentation
  • Tests
  • Ready to be merged

🎫 Affected issues

📌 Resources

@ndom91 ndom91 requested a review from ThangHuuVu as a code owner April 7, 2024 13:57
Copy link

vercel bot commented Apr 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
auth-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 7, 2024 2:23pm
2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
next-auth-docs ⬜️ Ignored (Inspect) Visit Preview Apr 7, 2024 2:23pm
nextra-docs ⬜️ Ignored (Inspect) Visit Preview Apr 7, 2024 2:23pm

@github-actions github-actions bot added providers core Refers to `@auth/core` labels Apr 7, 2024
Copy link

codecov bot commented Apr 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 187 lines in your changes are missing coverage. Please review.

Project coverage is 39.39%. Comparing base (9a2cdce) to head (239d42a).
Report is 3 commits behind head on main.

Files Patch % Lines
packages/core/src/providers/microsoft-entra-id.ts 0.00% 177 Missing ⚠️
packages/core/src/providers/azure-ad.ts 0.00% 6 Missing ⚠️
packages/core/src/providers/azure-devops.ts 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10497      +/-   ##
==========================================
- Coverage   39.51%   39.39%   -0.12%     
==========================================
  Files         171      171              
  Lines       27318    27400      +82     
  Branches     1161     1167       +6     
==========================================
  Hits        10795    10795              
- Misses      16523    16605      +82     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@balazsorban44 balazsorban44 merged commit 536f208 into main Apr 7, 2024
12 of 15 checks passed
@balazsorban44 balazsorban44 deleted the ndom91/azure-ad-to-entra branch April 7, 2024 14:24
balazsorban44 pushed a commit that referenced this pull request Apr 8, 2024
* feat: add microsoft-entra-id provider

* fix: add deprecation notices to azure-ad and azure-devops

* chore: revert rmed line from azure-ad docs

* fix: rename entra logo to microsoft-entra-id.svg

* fix: update entra typedoc docs

* fix: entra env vars

* fix: add note and link for entra "new name"
balazsorban44 added a commit that referenced this pull request Apr 8, 2024
* feat(providers): drop Atlassian (OAuth 1.0)

BREAKING CHANGE:
Auth.js libraries only support OAuth 2.0+ and OIDC providers

* chore(example): drop Azure AD as it is replaced by Microsoft Entra ID

* chore(examples): fix Azure AD B2C

* feat(providers): add Microsoft Entra ID provider (#10497)

* feat: add microsoft-entra-id provider

* fix: add deprecation notices to azure-ad and azure-devops

* chore: revert rmed line from azure-ad docs

* fix: rename entra logo to microsoft-entra-id.svg

* fix: update entra typedoc docs

* fix: entra env vars

* fix: add note and link for entra "new name"

* chore: sveltekit components note

* chore: update nextjs-pages example

* chore(gha): add broken-link-checker GHA

* Update broken-link-checker.yml

---------

Co-authored-by: Balázs Orbán <info@balazsorban.com>
@AngeloCarnevale
Copy link

Hello, i need to use the entra id provider in my next app because i wanna use the ssr and with msal i can't. When this feature is on production?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Refers to `@auth/core` providers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants