SAML Jackson: A SAML SSO service designed as an OAuth 2.0 flow. Integrate SAML with just a few lines of code. Demo - https://saml-demo.boxyhq.com
Go to file
Deepak Prabhakara 7d023a790a added code of conduct 2022-09-20 22:38:52 +01:00
.github only run Uffizzi workflows for PRs (#472) 2022-08-30 13:13:30 +05:30
.husky 74 fix husky setup (#75) 2022-01-31 11:16:33 +00:00
.vscode Automatic class sorting with prettier plugin for tailwind (#105) 2022-02-23 17:37:24 +00:00
_dev fixed "no matching manifest for linux/arm64/v8 in the manifest list entries" for Apple silicon chip 2022-02-05 12:05:19 +00:00
components Directory Sync (#202) 2022-09-08 15:36:18 +01:00
e2e Replace the Supabase UI with Daisy UI and few other improvements to the UI (#409) 2022-08-04 08:45:22 +01:00
lib Directory Sync (#202) 2022-09-08 15:36:18 +01:00
npm Bump @typescript-eslint/eslint-plugin from 5.36.2 to 5.37.0 in /npm (#525) 2022-09-19 16:12:21 +05:30
pages Bump next from 12.2.5 to 12.3.0 (#513) 2022-09-16 20:06:53 +05:30
public updated logo 2022-08-02 19:18:27 +01:00
styles Replace the Supabase UI with Daisy UI and few other improvements to the UI (#409) 2022-08-04 08:45:22 +01:00
swagger updated swagger.json 2022-02-22 19:16:18 +00:00
uffizzi Add Uffizzi PR environment support (#434) 2022-08-30 11:50:42 +05:30
.dockerignore Next.js service (#53) 2022-01-05 12:09:51 +00:00
.env.example Support for OIDC flow (#306) 2022-07-23 18:04:55 +01:00
.eslintrc.js tweaks to the OpenAPI docs 2022-01-19 21:56:42 +00:00
.gitignore Admin interface for Jackson (#71) 2022-02-22 19:03:21 +00:00
.prettierignore Admin interface for Jackson (#71) 2022-02-22 19:03:21 +00:00
.prettierrc.js Next.js service (#53) 2022-01-05 12:09:51 +00:00
CODE_OF_CONDUCT.md added code of conduct 2022-09-20 22:38:52 +01:00
Dockerfile - updated alpine node image in container 2022-07-11 10:32:11 +01:00
LICENSE Initial commit 2021-08-12 14:00:00 +01:00
Procfile Add missing env to one click deploy (#122) 2022-03-18 18:37:44 +00:00
README.md added Directory Sync to readme 2022-09-09 15:56:24 +01:00
SECURITY.md Added SECURITY.md 2022-02-16 16:05:43 +00:00
app.json Add missing env to one click deploy (#122) 2022-03-18 18:37:44 +00:00
middleware.ts Directory Sync (#202) 2022-09-08 15:36:18 +01:00
next-env.d.ts Next.js service (#53) 2022-01-05 12:09:51 +00:00
next.config.js Add a web page to display SP's Config details (#422) 2022-09-07 15:20:06 +01:00
package-lock.json Bump @heroicons/react from 2.0.10 to 2.0.11 (#517) 2022-09-20 19:46:59 +01:00
package.json Bump @heroicons/react from 2.0.10 to 2.0.11 (#517) 2022-09-20 19:46:59 +01:00
playwright.config.ts Admin interface for Jackson (#71) 2022-02-22 19:03:21 +00:00
postcss.config.js Signing of SBOM reports (#99) 2022-02-22 19:17:32 +00:00
tailwind.config.js Add a web page to display SP's Config details (#422) 2022-09-07 15:20:06 +01:00
tsconfig.json Update Typeorm (#135) 2022-03-31 12:58:47 +01:00

README.md

SAML Jackson

npm Docker pull Github stargazers Github issues license Twitter Discord node-current Swagger Validator

Deploy with Vercel Deploy

SAML SSO service

Jackson implements the SAML login flow as an OAuth 2.0 or OpenID Connect flow, abstracting away all the complexities of the SAML protocol. Integrate SAML with just a few lines of code.

Try our hosted demo showcasing the SAML SP login flow here, no SAML configuration required thanks to our Mock SAML service.

You can also try our hosted demo showcasing the SAML IdP login flow here.

Documentation

For full documentation, visit boxyhq.com/docs/jackson/overview

Directory Sync

SAML Jackson also includes support for Directory Sync based on the SCIM 2.0 protocol.

Directory sync helps organizations automate the provisioning and de-provisioning of their users. As a result, it streamlines the user lifecycle management process by saving valuable organizational hours, creating a single truth source of the user identity data, and facilitating them to keep the data secure.

For full documentation, visit boxyhq.com/docs/directory-sync/overview

Source code visualizer

CodeSee codebase visualizer

Observability

We support first-class observability on the back of OpenTelemetry, refer here for more details.

SBOM Reports (Software Bill Of Materials)

We support SBOM reports, refer here for more details.

Container Signing and Verification

We support container image verification using cosign, refer here for more details.

Contributing

Thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are appreciated.

Please try to create bug reports that are:

  • Reproducible. Include steps to reproduce the problem.
  • Specific. Include as much detail as possible: which version, what environment, etc.
  • Unique. Do not duplicate existing opened issues.
  • Scoped to a Single Bug. One bug per report.

Support

Reach out to the maintainers at one of the following places:

Reporting Security Issues

Responsible Disclosure

License

Apache 2.0 License