Skip to main content

Create temporary credentials for AWS SSO-OIDC.

Project description

Overview

Create temporary credentials with AWS SSO-OIDC access tokens.

Prerequisites

  • Python >= 3.6

  • boto3 (https://pypi.org/project/boto3/) >= 1.17.78

Required (Positional) Arguments

  • Position 1: sso_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’

  • timeout
    • Description: Number of tries before giving up.

    • Type: Integer

    • Default: 30

Usage

Installation:

pip3 install aws-ssooidc
# or
python3 -m pip install aws-ssooidc

In Python3:

import aws_ssooidc as sso

response = sso.gettoken('<sso_url>')
access_token = response['accessToken']

In BASH:

python [/path/to/]aws_ssooidc \
-u <sso_url>

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-2024.1.0.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

aws_ssooidc-2024.1.0.0-py3-none-any.whl (4.1 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