Deprecated: This app has moved to our monorepo for examples - https://github.com/boxyhq/jackson-examples/tree/main/apps/next-auth
SAML Jackson is a complete open source SAML SSO solution.
This is an example application that shows how SAML Jackson and next-auth is applied to a basic Next.js app.
The deployed version can be found at saml-demo.boxyhq.com. You can test the full SAML login flow because we utilize our Mock SAML service to provide a configuration free demo.
git clone https://github.com/boxyhq/jackson-next-auth.git
cd jackson-next-auth
npm installCopy the .env.local.example file in this directory to .env.local (which will be ignored by Git):
cp .env.local.example .env.localTo run your site locally, use:
npm run devTo run it in production mode, use:
npm run build
npm run startPlease follow the instruction here to run our SAML Jackson service locally.
Apache 2.0