jackson/npm
Aswin V f8e823f4b2
Fix property access in saml response path. (#2675)
Fix session access inside catch
2024-05-06 19:41:13 +01:00
..
migration Add sort order option to `getAll` function (#1565) 2023-10-24 18:11:52 +01:00
src Fix property access in saml response path. (#2675) 2024-05-06 19:41:13 +01:00
test use customer query param instead of domain to fetch all users (#2594) 2024-04-17 12:06:42 +01:00
.eslintignore Format using prettier and add check-format step to GH actions (#1759) 2023-10-11 09:18:03 +01: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 looks like we don't need custom-install anymore (#1948) 2023-11-18 13:30:04 +00:00
map.js updated tap (#1615) 2023-09-25 11:03:21 +01:00
migrate-mongo-config.js Feature/typeorm migrations (#141) 2023-10-13 23:29:21 +01:00
package-lock.json updated package-lock 2024-05-04 23:23:49 +01:00
package.json Bump @aws-sdk/credential-providers from 3.568.0 to 3.569.0 in /npm (#2669) 2024-05-04 15:30:23 +01:00
tsconfig.build.json Next.js service (#53) 2022-01-05 12:09:51 +00:00
tsconfig.json Bump prettier from 3.2.2 to 3.2.3 (#2163) 2024-01-17 10:53:32 +00:00
typeorm.ts prod deployment (#1780) 2023-10-15 12:12:55 +01: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 install @boxyhq/saml-jackson

Documentation

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

License

Apache 2.0 License