trek10inc / awsume

A utility for easily assuming AWS IAM roles from the command line.
https://awsu.me
MIT License
504 stars 91 forks source link

awsume integration with SAML #74

Closed syedhamid09 closed 4 years ago

syedhamid09 commented 4 years ago

Hi

Im looking for any documentation on how to setup awsume with SAML

Thanks Syed

mbarneyjr commented 4 years ago

Hey @syedhamid09

All documentation for awsume is hosted here: https://awsu.me/

To get credentials with SAML, you have to create a plugin that interfaces with whatever SAML provider you use and return the assertion.

General plugin development: https://awsu.me/plugin-development/

SAML function documentation: https://awsu.me/plugin-development/get-credentials.html#get-credentials-with-saml

We welcome any feedback for the documentation