Skip to content

Commit

Permalink
chore: add Microsoft Entra ID to example proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Oct 5, 2024
1 parent 17901a1 commit 17ae956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/proxy/api/[auth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import Google from "@auth/core/providers/google"
import Hubspot from "@auth/core/providers/hubspot"
import Keycloak from "@auth/core/providers/keycloak"
import LinkedIn from "@auth/core/providers/linkedin"
import MicrosoftEntraId from "@auth/core/providers/microsoft-entra-id"
import Netlify from "@auth/core/providers/netlify"
import Okta from "@auth/core/providers/okta"
import Passage from "@auth/core/providers/passage"
Expand Down Expand Up @@ -55,6 +56,7 @@ const authConfig: AuthConfig = {
Hubspot,
Keycloak,
LinkedIn,
MicrosoftEntraId,
Netlify,
Okta,
Passage,
Expand Down

0 comments on commit 17ae956

Please sign in to comment.