bugy / script-server

Web UI for your scripts with execution management
Other
1.55k stars 246 forks source link

Feature request : SAML auth #555

Open PierreBarreau opened 2 years ago

PierreBarreau commented 2 years ago

Hi,

I've been asked to implement SAML auth if possible on the script-server but I couldn't find in the documentation for auth or in the Issues anything responding to it.

Is it possible ? If not, do you think you will add this feature ?

Thanks in advance,

bugy commented 2 years ago

Hi @PierreBarreau unfortunately this is not supported :( And I won't have time to work on it

fnpanic commented 2 years ago

@PierreBarreau Script-Server supports nginx as a reverse proxy which works great. You can use the auth_request module with a proxy like vouch https://github.com/vouch/vouch-proxy to do the auth. It supports most of the auth providers. Not sure which one you are using.