Rockmark Client Portal

Secure access for clients through Microsoft Entra.

This starter app protects the portal behind Entra authentication and redirects authenticated users to a private landing page.

Setup required

  • Add the values from .env.example into a local .env file.
  • Register the redirect URI as http://localhost:3000/api/auth/callback/azure-ad in Entra.
  • Start the app locally and test the sign-in redirect.