Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadilas/jackson-next-supertokens
A project to demonstrate the integration of SAML using SuperTokens and SAML Jackson in a NextJS app.
https://github.com/nadilas/jackson-next-supertokens
Last synced: 24 days ago
JSON representation
A project to demonstrate the integration of SAML using SuperTokens and SAML Jackson in a NextJS app.
- Host: GitHub
- URL: https://github.com/nadilas/jackson-next-supertokens
- Owner: nadilas
- Created: 2022-04-04T18:36:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T17:35:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T02:19:22.185Z (over 1 year ago)
- Language: TypeScript
- Size: 242 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisites
- A running docker instance
# Running the demo
## Demo project:
1. Bring up the application:
```shell
yarn dev
// or
npm run dev
```
2. Open [http://localhost:3000](http://localhost:3000) for the web application## BYO mock-saml instance
1. Execute setup to create a certificate for the mock SAML provider:
```shell
./setup.sh
```
3. Run project:
```shell
yarn dev-mock-saml
// or
npm run dev-mock-saml
```
4. Open [http://localhost:3000](http://localhost:3000) for the web application# Jackson Admin UI
Logging in to the admin UI is as simple as:
1. Visit Jackson UI [http://localhost:5225](http://localhost:5225)
2. Open MailDev at [http://localhost:1080](http://localhost:1080) and click on the sign in link in the intercepted e-mail