golemcloud / golem

Golem is an open source durable computing platform that makes it easy to build and deploy highly reliable distributed systems.
https://learn.golem.cloud/
Apache License 2.0
530 stars 59 forks source link

Implement all Identity Providers #1063

Open afsalthaj opened 1 week ago

afsalthaj commented 1 week ago

This ticket ensures we can seamlessly add more identity providers into the existing code base. We will get a clear picture of whether this is achievable

Only by the end of this ticket, OSS users will really get to use the feature of authentication for its first version. Until then the code may be quite internal and can be tried out internally.

This should be done once the following tickets is finished.

  1. https://github.com/golemcloud/golem/issues/1060
  2. https://github.com/golemcloud/golem/issues/1061
  3. https://github.com/golemcloud/golem/issues/1062

The idea is here to get the use case running such that we have a breathing space to get the design right. By the time design is right and reliable, users get to really use this feature.