probator-auth-saml

SAML user authentication


Keywords
cloud, security
License
Apache-2.0
Install
pip install probator-auth-saml==1.2.2

Documentation

probator-auth-osaml

Please open issues in the Probator repository

Description

This code enables SAML based SSO authentication for the Probator web interface.

Configuration Options

Option name Default Value Type Description
strict True bool Strict validation of SAML responses
debug False bool Service Provider Entity ID
sp_entity_id Service Provider Entity ID string Service Provider Entity ID
sp_acs None string Assertion Consumer endpoint
sp_sls None string Single Logout Service endpoint
idp_entity_id None string Identity Provider Entity ID
idp_ssos None string Single Sign-On Service endpoint
idp_sls None string Single Logout Service endpoint
idp_x509cert None string Base64 encoded x509 certificate for SAML validation

This project is based on the work for Cloud Inquisitor by Riot Games