plugins/auth-backend: added basic saml provider

This commit is contained in:
Patrik Oldsberg
2020-06-02 12:44:33 +02:00
parent 3c47bc4e23
commit 5d24d086f5
9 changed files with 198 additions and 8 deletions
@@ -14,4 +14,4 @@ fi
echo "Downloading and starting SAML-IdP"
export NPM_CONFIG_REGISTRY=https://registry.npmjs.org
exec npx saml-idp --acsUrl "http://localhost:3003/auth/saml/handler/frame" --audience "http://localhost:3003"
exec npx saml-idp --acsUrl "http://localhost:7000/auth/saml/handler/frame" --audience "http://localhost:7000" --port 7001