script-server
script-server copied to clipboard
Feature request : SAML auth
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,
Hi @PierreBarreau unfortunately this is not supported :( And I won't have time to work on it
@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.