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

Feature Request - Add AD login

vsem-cinch opened this issue · comments

Would it be possible to add a login with AD?

commented

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?

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