ToniIltanen / ep_oidc

OpenID Connect authentication plugin for Etherpad-lite
MIT License
2 stars 0 forks source link

adapt to Keycloak #1

Open makayabou opened 3 years ago

makayabou commented 3 years ago

Hello, do you know if and how I could adapt your plugin for OpenId connect with Keycloak ? Thanks

ToniIltanen commented 3 years ago

Sorry, this plugin is not maintained and published as is. The support for Keycloak would require much study and work, and this relies on passport.js solely.

There is a passport js support for keycloak, which could be used: https://github.com/exlinc/keycloak-passport

ToniIltanen commented 3 years ago

There also is a new plugin for oidc support which is maintained, you can find this from https://github.com/ether/ep_openid_connect

ToniIltanen commented 3 years ago

Closing as wontfix