Skip to content

miraclerose311/Next-auth

Repository files navigation

Deprecated: This app has moved to our monorepo for examples - https://github.com/boxyhq/jackson-examples/tree/main/apps/next-auth

Overview

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.

Getting Started

1. Clone the repository and install dependencies

git clone https://github.com/boxyhq/jackson-next-auth.git
cd jackson-next-auth
npm install

2. Configure your local environment

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

cp .env.local.example .env.local

4. Start the application

To run your site locally, use:

npm run dev

To run it in production mode, use:

npm run build
npm run start

4. Run the SAML Jackson service

Please follow the instruction here to run our SAML Jackson service locally.

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors