Metadata-Version: 1.1
Name: aws-adfs-auth
Version: 0.1.0
Summary: aws_adfs_auth command line utility
Home-page: https://github.com/jschwellach/aws-adfs-auth
Author: Janos Schwellach
Author-email: jschwellach@gmail.com
License: APACHE2
Description-Content-Type: UNKNOWN
Description: # aws-adfs-auth
        aws-adfs-auth is a small utility to authenticate against a SAML provider with AWS.
        It will authenticate against the federation provider and then get a temporary aws token.
        
        # Installation
        Currently only tested with python 3.x but.
        To install the software just run
        ```bash
        python setup.py install
        ```
        
        # Configuration
        To configure, just call
        ```bash
        aws_adfs_auth --configure
        ```
        The config file is located int ~/.aws/adfs_auth.ini
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
