This is a knowledge base for staff, limiting access using SAML SSO as provided by passport.js
- Provide a secure and accessible knowledge base for staff
- Limit access to only staff members via SAML SSO
- Limit access to articles by SAML Group membership
- Provide a user-friendly interface for staff to access information
First, Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.