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

Feature Request - Add AD login #105

Open vsem-cinch opened 2 years ago

vsem-cinch commented 2 years ago

Would it be possible to add a login with AD?

john-aws commented 2 years ago

Hi, it's an interesting idea though one of the key value propositions of this project is that it's a simple, static website without any server-side or edge compute component and that might limit what could be achieved here.

Were you specifically thinking of vanilla AD or of federated ADFS? Do you have any experience implementing this kind of solution with static sites?

iamkk11 commented 2 years ago

I have implemented a simple AD login feature . @vsem-cinch