fedcred

Get AWS API Credentials When using an Identity Provider/Federation


License
Other
Install
pip install fedcred==0.0.1

Documentation

fedcred: Obtain AWS API Credentials when using Federation/Identity Providers to authenticate to AWS

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