awslabs / aws-js-s3-explorer

AWS JavaScript S3 Explorer is a JavaScript application that uses AWS's JavaScript SDK and S3 APIs to make the contents of an S3 bucket easy to browse via a web browser.
Apache License 2.0
818 stars 273 forks source link

federated users using saml #80

Closed darichailu closed 4 years ago

darichailu commented 4 years ago

is this solution compatible with IdPs?

john-aws commented 4 years ago

There is no web server here. The solution is a static web page. You could use AWS federation with your identity provider to retrieve AWS credentials and use those but it's not possible to automate the single sign-on flow.

darichailu commented 4 years ago

Thanks John, Appreciate the answers. I was thinking about implementing this solution but all my users don't have aws accounts. Based on your answer the only way is to use access key and secure access keys.

On Tue, Apr 21, 2020, 3:36 PM john notifications@github.com wrote:

There is no web server here. The solution is a static web page. You could use AWS federation with your identity provider to retrieve AWS credentials and use those but it's not possible to automate the single sign-on flow.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/awslabs/aws-js-s3-explorer/issues/80#issuecomment-617371003, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF2PEVAFYNY3BQT2EBACZSTRNXYVLANCNFSM4MNLR54A .

wparad commented 3 years ago

This is actually doable with Cognito via #84 or #85, and is supported in other s3 explorers, such as this one.