babelouest / glewlwyd

Experimental Single Sign On server, OAuth2, Openid Connect, multiple factor authentication with, HOTP/TOTP, FIDO2, TLS Certificates, etc. extensible via plugins
https://babelouest.github.io/glewlwyd
Other
429 stars 80 forks source link

Can we use glewlwyd as bridging for other SSO services? #209

Closed vampiebar closed 2 years ago

vampiebar commented 2 years ago

Hello, Is it possible to use glewlwyd as bridge for other Oauth2/openID services..

Our App ( such as nextcloud ) ---> glewlwyd. ---> facebook login

so our app will be logged in from glewlwyd with facebook...?

babelouest commented 2 years ago

Hello,

You have the OAuth2 scheme that may help you. Using this scheme, you can login on a Glewlwyd instance using another account on another OAuth2 service.

Nevertheless, the OAuth2 scheme isn't the best maintained scheme, and I don't use it myself.

Also consider that Glewlwyd as it is, a personal project: https://github.com/babelouest/glewlwyd#disclaimer So be careful on how you use it.