The following identity providers are currently supported:
- Active Directory Federation Services (ADFS)
- Okta
$ pip install fedcred
1. Clone this repo
2. $ python setup.py install
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
$ fedcred