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

Azure AD Authentication with Next.js and Prisma #445

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jun 19, 2024

  1. Azure AD Authentication with Next.js and Prisma

    Al that is needed are the following environment variables:
    AZURE_AD_CLIENT_ID=
    AZURE_AD_CLIENT_SECRET=
    AZURE_AD_TENANT_ID=
    ALLOW_DANGEROUS_EMAIL_LINKING=true (Somehow it doesnt work without this)
    OAUTH_EXCLUSIVE_LOGIN=true (Shows only Sign in with Azure AD button)
    mvthul committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    558066a View commit details
    Browse the repository at this point in the history
  2. Update auth.ts

    Oops.
    mvthul committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0657154 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Update init-cmd.sh

    mvthul committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    fe5bbae View commit details
    Browse the repository at this point in the history
  2. Update auth.ts

    mvthul committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    003437c View commit details
    Browse the repository at this point in the history