proycon / clam

Quickly turn command-line applications into RESTful webservices with a web-application front-end. You provide a specification of your command line application, its input, output and parameters, and CLAM wraps around your application to form a fully fledged RESTful webservice.
https://proycon.github.io/clam
GNU General Public License v3.0
129 stars 17 forks source link

Allow connecting to multiple OpenID Connect providers #108

Open proycon opened 1 year ago

proycon commented 1 year ago

Right now CLAM only supports a single OpenID Connect provider. We could consider implemented support to connect to multiple, in which case the end-user explicitly has to select one to log in with it.

(will only implement this if needed/requested)