Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Latest commit

 

History

History
171 lines (122 loc) · 8.62 KB

boxyhq.md

File metadata and controls

171 lines (122 loc) · 8.62 KB

BoxyHQ Requests

All of the requests for BoxyHQ are listed here, and community can pick the ones they want to complete.

BEFORE PICKING UP AN ISSUE, PLEASE ENSURE IT'S OPEN FOR CONTRIBUTIONS.

Index

  1. Guard against email not being present in the attributes
  2. OpenTelemetry Tracing
  3. Guard against providers that expect users to provide a unique SP entityId
  1. How to add SAML Single Sign-On service to a Laravel application?
  2. How to add SAML Single Sign-On service to an Angular application?
  3. How to add SAML Single Sign-On service to a Svelte application?
  4. How to build and deploy SAML service on AWS?
  5. How to build and deploy SAML service on Docker?
  6. How to deploy SAML Jackson as a separate service?
  7. How to integrate SAML Jackson with Express.js and Auth0?
  8. How to integrate SAML Jackson with the Nodejs application?
  9. How to build and deploy SAML service on Digital Ocean?
  10. How to build and deploy SAML service on Vercel?
  11. How to add SAML Single Sign-On service to a Vuejs application?
  12. How to add SAML Single Sign-On service to a Nextjs app?
  13. How to add SAML Single Sign-On service to a Reactjs app?
  14. How to integrate SAML Jackson with Supertokens and Express.js?

Code Enhancement/Feature Requests

1. Guard against email not being present in the attributes

Is your proposal related to a problem? If email is not present then throw an error, it is very likely a bad SAML configuration. Also some providers do not provide an email by default unless the mapping is added.


2. OpenTelemetry Tracing

Is your proposal related to a problem? Add tracing via OpenTelemetry


3. Guard against providers that expect users to provide a unique SP entityId

Is your proposal related to a problem? SAML Identity Providers are mean to provide their own unique entityId but JumpCloud expects this to come from the SP. This could lead to mistakes and collisions which need to be guarded against.

Describe the solution you'd like Check if entityId already exists and then throw an error if the details don't match. Also provide instructions for providers like JumpCloud, entityId could be generated on the back of the tenant and product to keep it unique.


Creation of templates

1. How to add SAML Single Sign-On service to a Laravel application?

2. How to add SAML Single Sign-On service to an Angular application?

3. How to add SAML Single Sign-On service to a Svelte application?

4. How to build and deploy SAML service on AWS?

5. How to build and deploy SAML service on Docker?

6. How to deploy SAML Jackson as a separate service?

7. How to integrate SAML Jackson with Express.js and Auth0?

8. How to integrate SAML Jackson with the Nodejs application?

9. How to build and deploy SAML service on Digital Ocean?

10. How to build and deploy SAML service on Vercel?

11. How to add SAML Single Sign-On service to a Vuejs application?

12. How to add SAML Single Sign-On service to a Nextjs app?

13. How to add SAML Single Sign-On service to a Reactjs app?

14. How to integrate SAML Jackson with Supertokens and Express.js?