myDrive icon indicating copy to clipboard operation
myDrive copied to clipboard

[Feature] OIDC Support

Open lenaxia opened this issue 10 months ago • 1 comments

For a service like this, Open ID connect is super important for enabling scalable user management. With services like Authelia and Keycloak providing easy OIDC capabilities for self hosters, OIDC makes user management support easier than ever.

There are also lots of libraries to make implementation much easier: https://auth.docs.cern.ch/user-documentation/oidc/libraries/

It seems to be offline right now, but OpenID the foundation supporting OIDC spec has a list of certified libraries: https://openid.net/developers/certified-openid-connect-implementations/ (wayback machine link: https://web.archive.org/web/20250221111301/https://openid.net/developers/certified-openid-connect-implementations/)

lenaxia avatar Feb 26 '25 18:02 lenaxia

This and adding a docker image are currently at the top of my priority list. Thank you for the info! I will be leaving this open for updates and such.

subnub avatar Feb 27 '25 01:02 subnub

Now that docker image is completed I have started OIDC changes, branch is https://github.com/subnub/myDrive/tree/oidc-support

subnub avatar Mar 02 '25 22:03 subnub