this post was submitted on 19 Jun 2023
11 points (100.0% liked)
Free and Open Source Software
17922 readers
11 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sounds super interesting, though I'm not sure if I understand 100% what it does. Seems like its a centralized login system for connecting to any setup application, so could it be setup to login to say jellyfin/plex/gitlab. Does it need an ldap system to connect to? Could it store ssh keys? Can it connect to bitwarden or is it more of a replacement for bitwarden?
Neither, it's a method to allow users to login to your app/site, without needing a specific registration there. It does not replace Bitwarden, that is client side. This is server side.
EG you set this up and then on your app login, you say 'hey, login with facebook'. Casdoor handles the authorization and authentication to Facebook, returns a code to your site 'Yes thats good' or 'No that's not'. Then you handle accordingly