Skip to main content

Create temporary credentials for AWS SSO-OIDC.

Project description

Overview

Create temporary credentials for AWS SSO-OIDC.

Prerequisites

  • Python >= 3.6

  • boto3 >= 1.17.78 (installed as a dependency)

Required (Positional) Arguments

  • Position 1: start_url (the start URL for your AWS SSO login)

Optional (Keyword) Arguments

  • client_name
    • Description: Arbitrary name of the SSO client to create.

    • Type: String

    • Default: ssoclient

  • region
    • Description: Your AWS region.

    • Type: String

    • Default: us-east-1

Usage

Installation:

pip3 install aws_ssooidc
# or
python3 -m pip install aws_ssooidc

In Python3:

from aws_ssooidc.aws_ssooidc import gettoken as sso
response = sso('<start_url>')
access_token = response['accessToken']

In BASH:

python3 -c "
    from aws_ssooidc.aws_ssooidc import gettoken as sso
    response = sso('<start_url>')
    access_token = response['accessToken']
"

Changelog

2021.1.0.0

  • Initial release.

Current version: 2021.1.0.0

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_ssooidc-2021.1.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

aws_ssooidc-2021.1.0.0-py3-none-any.whl (3.4 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