azukaar / Cosmos-Server

☁️ The Most Secure and Easy Selfhosted Home Server. Take control of your data and privacy without sacrificing security and stability (Authentication, anti-DDOS, anti-bot)
https://cosmos-cloud.io
Other
3.15k stars 113 forks source link

[FEAT]: Use Cosmos as a OIDC Server #6

Closed DrMxrcy closed 1 year ago

DrMxrcy commented 1 year ago

Feature Description

As a User, I would like to integrate apps that have SSO Support with protocols like OIDC or SAML to use Cosmos as the Authentication Provider. Alterative to using a Keycloak, Authelia, Authentik, etc.

azukaar commented 1 year ago

OIDC is definitly a high priority item as it will enable many developers to integrate (mobiles / desktops) applications with Cosmos.

For SAML I have something else in mind, but I would like to prototype it before exposing it. Essentially SAML has a very limited number of servers apps supporting it, and I need to find a way to cover most server apps with a unified login (I have a good idea how, I just need time to test it out ;) )

DrMxrcy commented 1 year ago

Perfect! I think OIDC is a top priority, most apps seem to interrogate with it now over SAML, never the less both would be great.

azukaar commented 1 year ago

Added OIDC to 0.6.0 closing the ticket, as SAML support is not planned as for now