Metadata-Version: 2.1
Name: cinq-auth-onelogin-saml
Version: 2.0.0
Summary: OneLogin SAML based user authentication
Home-page: https://github.com/RiotGames/cinq-auth-onelogin-saml/
Author: Riot Games Security
Author-email: security@riotgames.com
License: License :: OSI Approved :: Apache Software License
Description: ***********************
        cinq-auth-onelogin-saml
        ***********************
        
        Please open issues in the `Cloud-Inquisitor <https://github.com/RiotGames/cloud-inquisitor/issues/new?labels=cinq-auth-onelogin-saml>`_ repository
        
        ===========
        Description
        ===========
        
        This code enables the OneLogin service for SSO & MFA in front 
        of Cloud Inquisitor.
        
        =====================
        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                             |
        +---------------------+--------------------------------------+--------+----------------------------------------------------------------------------------+
        
Keywords: cloud security
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Flask
Classifier: Framework :: Sphinx
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Provides-Extra: test
Provides-Extra: dev
