script-server icon indicating copy to clipboard operation
script-server copied to clipboard

Feature request : SAML auth

Open PierreBarreau opened this issue 3 years ago • 2 comments

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,

PierreBarreau avatar May 12 '22 09:05 PierreBarreau

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

bugy avatar May 12 '22 09:05 bugy

@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.

fnpanic avatar May 13 '22 07:05 fnpanic