quarkiverse / quarkus-renarde

Server-side Web Framework with Qute templating, magic/easier controllers, auth, reverse-routing
Apache License 2.0
78 stars 19 forks source link

GitLab as additional OIDC provider? #246

Open jmini opened 3 weeks ago

jmini commented 3 weeks ago

I would be interested by having the possibility to use GitLab as OIDC provider: https://docs.gitlab.com/ee/integration/openid_connect_provider.html

What is the planned strategy for quarkus-renarde-oidc? continue to extend it with more providers (in that case I could start to have a look and do my change their).

I would also understand if you prefer focusing on major providers in the renarde framework…

From what I saw/understood the classes prepared in quarkus-renarde-oidc are not really meant to be extensible (for the use case of adding a new provider) directly in a quarkus app.

What is your advice?