Metadata-Version: 1.2
Name: oktaauthpy3
Version: 0.2
Summary: Authenticates from the CLI
Home-page: https://www.thoughtworks.com/
Author: Peter Gillard-Moss
Author-email: pgillard@thoughtworks.com
Maintainer: Peter Gillard-Moss
Maintainer-email: pgillard@thoughtworks.com
License: UNKNOWN
Description: =========================
         oktaauthpy3
        =========================
        
        This is a fork of oktaauth with Python3 support
        
        The oktaauthpy3 module and command line interface allows users to
        authenticate with Okta and obtain a SAML assertion either from the
        command line or programmatically from another script.
        
        Usage
        =====
        
        The oktaauthpy3 CLI requires a few arguments to operate.
        
            # obtain a SAML response from Okta
        
            $ oktaauthpy3 --username joebloggs --server
            acemeinc.okta.com --apptype amazon_aws --appid exk5c0llc
        
        The *apptype* and *appid* are provided by okta and would be seen in the
        url when going via a browser.  For example:
        
            https://acmeinc.okta.com/app/amazon_aws/exk5c0llc/sso/saml
        
        There may be an easier way to obtain this.  If you know then please
        submit a pull request to this ``README``.
        
        Thanks
        ======
        
        Peter Gillard-Moss who is the original Author or oktaauth
        https://pypi.org/project/oktaauth/
        
        Thanks to Okta for help.  I borrowed a lot of code from
        https://github.com/okta/okta-openvpn to handle the Okta API
        authentication flow.
        
        
        Author
        ===========
        
        * Mansab Uppal
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Software Distribution
