Skip to main content

Get AWS API Credentials When using an Identity Provider/Federation

Project description

The following identity providers are currently supported:

  • Active Directory Federation Services (ADFS)

  • Okta

Installation:

Option 1

$ pip install fedcred

Option 2

1. Clone this repo
2. $ python setup.py install

Config File Setup

The configuation file is named fedcred.config and should exist in the users home directory.

[fedcred]
provider = {okta, adfs}
aws_credential_profile = default
sslverify = True

[okta]
organization = <yourorg>.okta.com
app_url = <okta application url>

[adfs]
ntlmauth = {True, False}
url = https://<adfs fqdn>/adfs/ls/idpinitiatedsignon.aspx?loginToRp=urn:amazon:webservices

Usage

$ fedcred

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

fedcred-0.0.2.tar.gz (5.3 kB view hashes)

Uploaded Source

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