vx3r / wg-gen-web

Simple Web based configuration generator for WireGuard

Home Page:https://wg-gen-web-demo.127-0-0-1.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to restrict/authorize Openid connect users?

vivek030 opened this issue · comments

Hi ,
I have configured Gitlab as openid connect idp provider, however all authenticated users of Gitlab can now access wg gen web application. I want to restrict access based on some authenticated gitlab users or based on members of authorized Gitlab group.

Can this be done based on docker environment variable while starting the container?

Have you ever found a solution to this?

I would ask the same question as @fuomag9

I would ask the same question as @fuomag9

The solution in my case was to migrate off gitlab as an oauth provider and use authentik instead, which has support for authorization in the oauth server when it cannot be delegated to the application such as in this case