getmeli / meli

Platform for deploying static sites and frontend applications easily. Automatic SSL, deploy previews, reverse proxy, and more.
Other
2.41k stars 97 forks source link

SSO Support (OIDC/SAML/LDAP) #8

Open nikhiljha opened 3 years ago

nikhiljha commented 3 years ago

It would be neat if accounts could be managed from any arbitrary IdP (like Keycloak, Okta, etc.) - which primarily use the protocols mentioned in the title.

gempain commented 3 years ago

@nikhiljha this is a great idea ! Considering that Meli uses Passport, and that there seems to be passport plugins for OIDC, SAML and LDAP, this is something that should not be too hard to add. We'll take some time to think it through.

gempain commented 3 years ago

@nikhiljha haven't had to the time to check, but you're next on my TODO list ;) I'm busy fixing our docs search which has been broken for a few days due to Algolia's quota limits.

trenta3 commented 1 year ago

I'm also interested in this! Is the PR ready to be merged?