Skip to content

Authenticate a user against a IBM Identity and Access Management server and select role from SAML response.

License

Notifications You must be signed in to change notification settings

SimplerSoftware/IBM.IAM.AWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBM - Identity and Access Management AWS SAML Integration

Authenticate a user against a IBM Identity and Access Management server and select role from SAML response.

Current Status: Build status Build status

All releases can be pulled from PowerShell Gallery using PowerShellGet.

> Install-Module -Name IBM.IAM.AWS.SecurityToken 

PS Module Dependencies

  • AWS.Tools.SecurityToken

Example

> $endpoint = "https://myiamserver.example.com/fim/sps/saml20/saml20/logininitial?RequestBinding=HTTPPost&PartnerId=urn:amazon:webservices&NameIdFormat=Email&AllowCreate=false"
> Set-AwsIbmSamlCredentials -IbmIamEndpoint $endpoint -StoreAs RoleAuth
> Get-EC2Region -ProfileName RoleAuth
> Get-EC2Instance -ProfileName RoleAuth

About

Authenticate a user against a IBM Identity and Access Management server and select role from SAML response.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published