jackson/npm
Deepak Prabhakara ecca8f7df4 Merge branch 'main' into add-audit-logs
# Conflicts:
#	package-lock.json
#	pages/api/v1/connections/index.ts
#	pages/api/v1/saml/config.ts
2023-06-28 21:46:15 +01:00
..
migration Add separate schema for MariaDB (#697) 2023-02-21 23:35:23 +00:00
src Merge branch 'main' into add-audit-logs 2023-06-28 21:46:15 +01:00
test Add API to fetch dsync connections by product (#1239) 2023-06-26 10:28:57 +01:00
.eslintignore Next.js service (#53) 2022-01-05 12:09:51 +00:00
.gitignore Next.js service (#53) 2022-01-05 12:09:51 +00:00
LICENSE Next.js service (#53) 2022-01-05 12:09:51 +00:00
README.md Fix dead link (#127) 2022-03-22 07:53:35 +00:00
map.js Google Directory API Integration (#1158) 2023-06-15 14:31:38 +01:00
package-lock.json npm lock files cleanup and added missing peer deps (#1266) 2023-06-28 21:05:17 +01:00
package.json npm lock files cleanup and added missing peer deps (#1266) 2023-06-28 21:05:17 +01:00
tsconfig.build.json Next.js service (#53) 2022-01-05 12:09:51 +00:00
tsconfig.json enable sourcemaps (#701) 2022-11-24 21:27:02 +00:00
typeorm.ts Add separate schema for MariaDB (#697) 2023-02-21 23:35:23 +00:00

README.md

SAML Jackson (not fiction anymore)

SAML service [SAML in a box from BoxyHQ]

You need someone like Jules Winnfield to save you from the vagaries of SAML login. Jackson implements the SAML login flow as an OAuth 2.0 flow, abstracting away all the complexities of the SAML protocol.

Install as an npm library

Jackson is available as an npm package that can be integrated into any web application framework (like Express.js for example). Please file an issue or submit a PR if you encounter any issues with your choice of framework.

npm i @boxyhq/saml-jackson

Documentation

For full documentation, visit boxyhq.com/docs/jackson/deploy/npm-library

License

Apache 2.0 License