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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

federated users using saml

darichailu opened this issue · comments

is this solution compatible with IdPs?

commented

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.

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