-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use cognito to authenticate #85
Comments
This was referenced Aug 31, 2021
There's a forked version of this explorer, which supports Cognito and more advanced features: aws s3 explorer |
I have implemented AD login with vanilla javascript. |
@iamkk11 perhaps you could provide some additional information here, or a link to your solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I am interested in this project, I would like to contribute to it if possible (even if nodejs is not my specialty)
I'm currently looking to provide access to some buckets to people that dont really know AWS.
Biggest issue here is to get them use CLI to put/get objects in bucket (can't provide them Console access for organizational reasons).
This projects would be very helpful for that, as they would have a visible place where to put their credentials.
A first improvment to this use case would be to implement a cognito authentication option (so a user could "impersonate" a specific IAM role without having to know any AWS credentials).
This would be an alternative option to existing authentication methods so it wouldn't break anything.
What do you think about it ?
The text was updated successfully, but these errors were encountered: