معرفی شرکت ها


awssaml-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Security Assertion Markup Language (SAML) for Amazon.
ویژگی مقدار
سیستم عامل -
نام فایل awssaml-1.0.0
نام awssaml
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Piotr Plenik
ایمیل نویسنده piotr.plenik@gmail.com
آدرس صفحه اصلی https://github.com/jupeter/awssaml
آدرس اینترنتی https://pypi.org/project/awssaml/
مجوز -
# Purpose Access to the AWS Management Console and AWS API for my Active Directory users using federation (AD FS 2). Use Keyring tool for store password. # Main features - Support AD FS 2 and AD FS 4 - Allow to login to AWS Console - ALlow to generate AWS Access Key # Usage ## Requirements - Linux (tested on Ubuntu 19.04+) or Windows (tested on 10) - Python 3 - [latest version 3.x](https://www.python.org/downloads/) - Python 2 backward compatible - on Windows, `pycrypto` require [Microsoft Visual C++ Build Tools](https://visualstudio.microsoft.com/downloads/) ## Installation > pip3 install awssaml ## Configuration file All configuration is stored in `~/.aws/config` file. #### Basic configuration ~~~~ [samlapi] identity_url = https://adfs.example.com/adfs/ls/IdpInitiatedSignOn.aspx?loginToRp=urn:amazon:webservices region = eu-west-1 adfs_connection = ntlm ~~~~ #### Advanced samlapi configuration ##### Use different ADFS connection methods - *ntlm* - Use NTLM authentication (default) - *web_form* - Use web form authentication ##### Set default username ~~~~ [samlapi] #... username = [SAML User] ~~~~ #### Default session duration Setup 12 hours (it's 43200 seconds): ~~~~ [samlapi] #... session_duration = 43200 ~~~~ #### Advanced profile configuration You can setup custom profiles to reuse. Sample configuration entry for profile: ~~~~ [profile nonprod-application1] role_arn = arn:aws:iam::[ID]:role/[role] principal_arn = arn:aws:iam::[ID]:saml-provider/[provider] source_profile = nonprod session_duration = 43200 ~~~~ Usage: ~~~~ > awssaml api nonprod-application1 > awssaml console nonprod-application1 ~~~~ ## Reference - [How to Implement Federated API](https://aws.amazon.com/blogs/security/how-to-implement-federated-api-and-cli-access-using-saml-2-0-and-ad-fs/) - [How to grant my Active Directory users access to the API or AWS CLI with AD FS?](https://aws.amazon.com/premiumsupport/knowledge-center/adfs-grant-ad-access-api-cli/)


نیازمندی

مقدار نام
<=0.6.2,>=0.6.0 docopt
<4.8.0,>=4.7.1 beautifulsoup4
<1.2.0,>=1.1.0 requests-ntlm
<2.23.0,>=2.22.0 requests
<3.8.0,>=3.7.4 configparser
<1.10.0,>=1.9.184 boto3
<19.3.0,>=18.0.1 keyring


نحوه نصب


نصب پکیج whl awssaml-1.0.0:

    pip install awssaml-1.0.0.whl


نصب پکیج tar.gz awssaml-1.0.0:

    pip install awssaml-1.0.0.tar.gz