cloudoperators / juno

Monorepo for the Juno modular frontend framework, apps, design system and component library
http://cloudoperators.github.io/juno/
Apache License 2.0
4 stars 0 forks source link

[TASK](carbon): Implement authentication for the Greenhouse Dashboard #555

Open andypf opened 1 month ago

andypf commented 1 month ago

Summary

The initial authentication mechanism for the Greenhouse Dashboard will be based on OIDC, with the flexibility to integrate different mechanisms in the future. The authentication implementation should be designed to be easily replaceable.

Options:

  1. Use our existing library juno-oauth.
  2. Consider external libraries.

Please provide reasoning for the decision on which library to use, focusing on factors such as maintainability, extensibility, and ease of integration.

Related to