Skip to main content

Python 3.6+ library to enable programmatic Azure AD auth against AWS

Project description

aws_azuread_login

Python 3.6+ library to enable ADFS auth against AWS

Usage

import asyncio

import aws_azuread_login

roles = asyncio.get_event_loop().run_until_complete(
    aws_adfs_login.authenticate(
        'https://account.activedirectory.windowsazure.com/applications/signin/Application/00000000-0000-0000-0000-000000000000?tenantId=00000000-0000-0000-0000-000000000000')
for role in roles:
    credentials = role.get_credentials()
    client = credentials.get_client('ec2')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws_azuread_login-1.0.4.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

aws_azuread_login-1.0.4-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page